#include <WInPlaceEdit>
Inherits Wt::WCompositeWidget.
Inheritance diagram for Wt::WInPlaceEdit:

Public Member Functions | |
| WInPlaceEdit (const WString &text, WContainerWidget *parent=0) | |
| Create an in-place edit with the given text. | |
| const WString & | text () const |
| The current saved text value. | |
| void | setText (const WString &text) |
| Set the current text. | |
| WLineEdit * | lineEdit () const |
| Access the line edit. | |
| WPushButton * | saveButton () const |
| Access the save button. | |
| WPushButton * | cancelButton () const |
| Access the save button. | |
Public Attributes | |
| Signal< WString > | valueChanged |
| Signal emitted when the value has been changed. | |
The WInPlaceEdit provides a text that may be edited by the user. On activation, the text turns into a line edit with a save and cancel button.
When the user saves the edit, the valueChanged signal is emitted.
1.4.7