GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <TableModel.h>
Public Attributes | |
const char * | name |
field name More... | |
Wt::WLength | width |
column width for the table view More... | |
Wt::AlignmentFlag | alignment |
alignment flag for the table view More... | |
const char * | toolTip |
tool tip for the table view More... | |
\Brief Model Column Definitions
This holds the column definitions for the Model and Table. It includes the field name, field width (for the table), alignment (also for the table), and toolTip (which is applied to the model but gets displayed in the table).
Definition at line 25 of file TableModel.h.
Wt::AlignmentFlag GCW::Gui::BillPay::COLUMNDEF::alignment |
alignment flag for the table view
Definition at line 34 of file TableModel.h.
const char* GCW::Gui::BillPay::COLUMNDEF::name |
field name
Definition at line 28 of file TableModel.h.
const char* GCW::Gui::BillPay::COLUMNDEF::toolTip |
tool tip for the table view
Definition at line 37 of file TableModel.h.
Wt::WLength GCW::Gui::BillPay::COLUMNDEF::width |
column width for the table view
Definition at line 31 of file TableModel.h.