Classes
The following classes can be used in 4D View Pro.
LineBorder
.color
.color : Text
The .color
property is the color of the border. Default = black.
.style
.style : Integer
The .style
property is the style of the border. Default = empty.
TableColumn
.dataField
.dataField : Text
The .dataField
property contains the table column's property name in the data context.
.formatter
.formatter : Text
The .formatter
property contains the table column's formatter.
.name
.name : Text
La propriété .name
contains the table column's name (obligatoire).
TableOptions
.allowAutoExpand
.allowAutoExpand : Boolean
The .allowAutoExpand
property indicates whether to expand columns or rows of the table when values are added in empty adjacent cells. Default = True
.bandColumns
.bandColumns : Boolean
The .bandColumns
property indicates whether to display an alternating column style. Default = False
.bandRows
.bandRows : Boolean
The .bandRows
property indicates whether to display an alternating row style. Default = True
.highlightLastColumn
.highlightLastColumn : Boolean
The .highlightLastColumn
property indicates whether to highlight the last column. Default = False
.highlightFirstColumn
.highlightFirstColumn : Boolean
The .highlightFirstColumn
property indicates whether to highlight the first column. Default = False
.showFooter
.showFooter : Boolean
The .showFooter
property indicates whether to display a footer. Default = False
.showHeader
.showHeader : Boolean
The .showHeader
property indicates whether to display a header. Default = True
.showResizeHandle
.showResizeHandle : Boolean
The .showResizeHandle
property indicates whether to display the resize handle for tables that don't have a source. Default = False
.tableColumns
.tableColumns : Collection
The .tableColumns
property is a collection of cs.ViewPro.TableColumn objects used to create the table's columns.