Wtx ~ Wt Extension Library
WtxLib
|
Table View Column Def. More...
#include <TableViewDef.h>
Public Member Functions | |
void | editProperties () |
Public Attributes | |
std::string | field |
std::string | label |
Wt::WLength | width |
Wt::AlignmentFlag | alignment |
std::string | toolTip |
Wt::WItemDelegate *(* | delegate )(Wtx::Dbo::Session *) |
Table View Column Def.
This defines attributes related to the columns of table-views. This includes the columnn name and then various other attributes such as alignment and width, tool tips, delegates, basically anything related to a column in a table.
Definition at line 150 of file TableViewDef.h.