46 #ifndef __WTX_TABLEVIEWDEF_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 47 #define __WTX_TABLEVIEWDEF_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 49 #include <Wt/WObject.h> 50 #include <Wt/WFormModel.h> 51 #include <Wt/WSignal.h> 52 #include <Wt/WLength.h> 54 #include <Wtx/Dbo/TableDef.h> 157 Wt::AlignmentFlag alignment;
161 void editProperties();
177 Wt::SelectionMode selectionMode;
178 bool columnResizeEnabled;
179 bool alternatingRowColors;
182 std::string subFilter;
183 std::vector<std::string> idin;
184 void (*doubleClick)( Wt::WModelIndex, Wt::WMouseEvent );
197 std::string additional;
198 Wt::WItemDelegate * (*delegate)();
200 std::vector<std::string> sortFields;
201 std::vector<std::string> searchFields;
202 std::vector<ColumnDef> columnDefs;
203 std::vector<std::string> columnNames;
211 std::vector<std::string> flags;
218 std::string deleteMessage;
228 bool hasFlag(
const std::string & value );
230 void editProperties();
235 Wt::Signal<> & changed() {
return m_changed; }
239 Wt::Signal<> m_changed;
245 #endif // __WTX_TABLEVIEWDEF_H___
Wt::WLength g_dialogWidth
Default Dialog Width.
Wt::WLength g_dialogHeight
Default Dialog Height.