|
Wt 4.8.1
|
Form delegate class for boolean More...
#include <WFormDelegate.h>

Public Member Functions | |
| WFormDelegate () | |
| Create a form delegate. | |
| std::unique_ptr< Wt::WWidget > | createFormWidget () override |
| Create WCheckBox to be used in the View. | |
| void | updateModelValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) override |
| Update the value in the Model. | |
| void | updateViewValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) override |
| Update the value in the View. | |
Public Member Functions inherited from Wt::Form::WAbstractFormDelegate | |
| WAbstractFormDelegate () | |
| Create a form delegate. | |
| virtual std::unique_ptr< Wt::WWidget > | createFormWidget ()=0 |
| Create the widget to be used in the View. | |
| 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... | |
Form delegate class for boolean
This will create a WCheckBox to display the boolean value in the view
1.9.5