|
| DetailForm (const std::string &templateName, Wt::Dbo::ptr< C > &item) |
|
void | do_send () |
|
void | do_save () |
|
void | do_discard () |
|
void | do_attach () |
|
void | setMessage (const Wtx::Mail::Message &message) |
|
RecipientEditor & | addRecipientEditor () |
|
void | addAttachmentEditor () |
|
void | loadMessage () |
|
| TemplateFormView (const Wt::WString &text) |
|
| TemplateFormView (const Wt::WString &text, std::unique_ptr< Wtx::Dbo::FormModel< C > > model) |
| Constructor with Model.
|
|
Wtx::Dbo::FormModel< C > * | formModel () const |
| Internal Form Model. More...
|
|
void | setFormModel (std::unique_ptr< Wtx::Dbo::FormModel< C > > model) |
|
Wtx::Dbo::FormModel< C > * | formModel (Wt::WFormModel *model) |
|
Wtx::Dbo::FieldDefBase * | fieldDef (Wt::WFormModel *model, Wt::WFormModel::Field field) |
|
virtual void | on_focussed (FormWidgetWrapper *fww) |
| Focussed Stub. More...
|
|
virtual void | on_blurred (FormWidgetWrapper *fww) |
| Blurred Stub. More...
|
|
virtual void | on_clicked (FormWidgetWrapper *fww) |
| Clicked Stub.
|
|
std::unique_ptr< Wt::WWidget > | createFormWidget (Wt::WFormModel::Field field) |
|
void | resetEditWidgetChangedFlags () |
|
std::unique_ptr< Wt::WWidget > | createEditWidget (Wt::WFormModel::Field field) |
|
virtual void | updateView () |
|
virtual void | updateView (Wt::WFormModel *model) |
| Update a View from a Model. More...
|
|
virtual void | updateViewField (Wt::WFormModel *model, Wt::WFormModel::Field field) |
|
virtual void | updateViewValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) |
|
virtual bool | updateViewValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WWidget *edit) |
|
virtual void | updateModel () |
|
virtual void | updateModel (Wt::WFormModel *model) |
|
virtual void | updateModelField (Wt::WFormModel *model, Wt::WFormModel::Field field) |
|
virtual void | updateModelValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) |
|
virtual bool | updateModelValue (Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WWidget *edit) |
|
virtual void | bindString (const std::string &varName, const Wt::WString &value, Wt::TextFormat textFormat=Wt::TextFormat::XHTML) |
|
virtual void | bindWidget (const std::string &varName, std::unique_ptr< Wt::WWidget > widget) |
|
virtual std::unique_ptr< Wt::WWidget > | removeWidget (Wt::WWidget *widget) override |
|
virtual bool | conditionValue (const std::string &name) const |
|
virtual void | resolveString (const std::string &varName, const std::vector< Wt::WString > &args, std::ostream &result) |
|
virtual void | handleUnresolvedVariable (const std::string &varName, const std::vector< Wt::WString > &args, std::ostream &result) |
|
virtual WWidget * | resolveWidget (const std::string &varName) |
|
virtual bool | resolveFunction (const std::string &name, const std::vector< Wt::WString > &args, std::ostream &result) |
|
virtual void | refresh () override |
|
virtual void | renderTemplate (std::ostream &result) |
|
std::vector< std::unique_ptr< FormWidgetWrapper > > & | formWidgetWrappers () |
| Widget Wrapper Collection.
|
|
FormWidgetWrapper * | formWidgetWrapper (Wtx::Dbo::FieldDefBase &fieldDef) |
| Get Form Widget Wrapper. More...
|
|
FormWidgetWrapper * | formWidgetWrapper (const std::string &fieldName) |
|
Wt::WFormWidget * | formWidget (Wtx::Dbo::FieldDefBase &fieldDef) |
| Get Form Widget Wrapper. More...
|
|
| TemplateFormView (const Wt::WString &text) |
|
std::unique_ptr< Wt::WWidget > | createFormWidget (Wt::WFormModel::Field f) |
| Create Form Widget. More...
|
|
std::unique_ptr< Wt::WWidget > | createEditWidget (Wt::WFormModel::Field f) |
| Create Edit Widget. More...
|
|
template<class C>
class DetailForm< C >
Definition at line 40 of file ManagerWidget.cpp.