Wtx ~ Wt Extension Library
WtxLib
Public Attributes | List of all members
Wtx::TableViewDef::ViewDef Class Reference

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< ColumnDefcolumnDefs
 
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
 

Detailed Description

Table View Definition.

This class defines all the attributes of a table view.

Definition at line 171 of file TableViewDef.h.


The documentation for this class was generated from the following file: