Wt
4.9.2
|
Form delegate class for WString More...
#include <WFormDelegate.h>
Public Member Functions | |
WFormDelegate () | |
Create a form delegate. | |
std::unique_ptr< Wt::WWidget > | createFormWidget () override |
Create WLineEdit to be used in the View. | |
![]() | |
WAbstractFormDelegate () | |
Create a form delegate. | |
virtual std::shared_ptr< Wt::WValidator > | createValidator () |
Create the validator to be used by the Model. More... | |
virtual void | updateModelValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) |
Updates a value in the Model. More... | |
virtual bool | updateModelValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WWidget *edit) |
Updates a value in the Model. More... | |
virtual void | updateViewValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) |
Updates a value in the View. More... | |
virtual bool | updateViewValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WWidget *edit) |
Updates a value in the View. More... | |