|
Wtx ~ Wt Extension Library
WtxLib
|
Inheritance diagram for Wtx::Dbo::FieldHasMany< T >:Public Member Functions | |
| template<class Action > | |
| void | persist (Action &a, FieldDefBase *fieldDef) |
| virtual std::unique_ptr< Wt::WWidget > | createFormWidget (Wtx::Dbo::FieldDefBase &fieldDef, Wtx::Dbo::Session &session) const |
Public Member Functions inherited from Wtx::Dbo::Field< T > | |
| const T & | data () const |
| void | setData (const T &value) |
| virtual const T & | value () const |
| void | setValue (const T &value) |
| bool | is (const T &value) const |
| template<class Action > | |
| void | persist (Action &a, FieldDefBase *fieldDef) |
Public Member Functions inherited from Wtx::Dbo::FieldBase | |
| virtual const Wtx::Dbo::FieldDefBase * | fieldDef () const |
Additional Inherited Members | |
Public Attributes inherited from Wtx::Dbo::Field< T > | |
| T | m_data {} |
Static Public Attributes inherited from Wtx::Dbo::Field< T > | |
| static Wtx::Dbo::FieldDefBase * | s_fieldDef |
Definition at line 55 of file FieldHasMany.h.
1.8.11