Wtx ~ Wt Extension Library
WtxLib
|
Table View Definition. More...
#include <TableViewDef.h>
Public Attributes | |
std::string | title |
std::string | tip |
int | rowHeaderCount |
Wt::SelectionMode | selectionMode |
bool | columnResizeEnabled |
bool | alternatingRowColors |
std::string | sql |
std::string | filter |
std::string | subFilter |
std::vector< std::string > | idin |
void(* | doubleClick )(Wt::WModelIndex, Wt::WMouseEvent) |
bool | showHeader |
bool | showFooter |
bool | showPrevNext |
bool | hideSearch |
bool | allowFilter |
bool | allowAdd |
bool | allowChange |
bool | allowDelete |
bool | allowExport |
bool | allowSearch |
bool | allowPrint |
bool | allowUnlock |
std::string | additional |
Wt::WItemDelegate *(* | delegate )() |
std::vector< std::string > | sortFields |
std::vector< std::string > | searchFields |
std::vector< ColumnDef > | columnDefs |
std::vector< std::string > | columnNames |
std::vector< std::string > | flags |
bool | checkBoxSelect |
Wt::WLength | m_dialogWidth = Wtx::g_dialogWidth |
Wt::WLength | m_dialogHeight = Wtx::g_dialogHeight |
std::string | deleteMessage |
Table View Definition.
This class defines all the attributes of a table view.
Definition at line 171 of file TableViewDef.h.