viewtify.ui
UITableColumnBase
<Column
, Self
, RowV
, ColumnV
, T
>
Column
, Self
, RowV
, ColumnV
, T
>Column
TableColumnBase
Self
UITableColumnBase
RowV
ColumnV
T
UITableBase
RowV
,?
,Control
T
AssociativeHelper
LabelHelper
Self
PropertyAccessHelper
StyleHelper
Self
,Column
UserInterfaceProvider
Column
UITableCheckBoxColumn
RowV
UITableColumn
RowV
,ColumnV
UITreeTableColumn
RowV
,ColumnV
ui
Column
The actual widget.
UITableColumnBase
(Column
ui
, ClassRowV
rowType
, ClassColumnV
columnType
)
Column
ui
, ClassRowV
rowType
, ClassColumnV
columnType
)Column ui |
|
Class rowType |
|
Class columnType |
Create table column's UI.
ui
()
Column
Column |
table
()
T
T |
Get the associated table's view.
filterable
(boolean
enable
)
Self
boolean
enable
)boolean enable |
|
Self |
Enable the enhanced filtering user-interface.
sortable
(boolean
enable
)
Self
boolean
enable
)boolean enable |
|
Self |
A boolean property to toggle on and off the 'sortability' of this column. When this property
is true, this column can be included in sort operations. If this property is false, it will
not be included in sort operations, even if it is contained within the sort order list of the
underlying UI control (e.g. TableView#getSortOrder()
or
TreeTableView#getSortOrder()
).
For example, iIf a TableColumn instance is contained within the TableView sortOrder ObservableList, and its sortable property toggles state, it will force the TableView to perform a sort, as it is likely the view will need updating.
resizable
(boolean
enable
)
Self
boolean
enable
)boolean enable |
|
Self |
Used to indicate whether the width of this column can change. It is up to the resizing policy to enforce this however.
reorderable
(boolean
enable
)
Self
boolean
enable
)boolean enable |
|
Self |
A boolean property to toggle on and off the 'reorderability' of this column (with drag and
drop - reordering by modifying the appropriate columns
list is always allowed).
When this property is true, this column can be reordered by users simply by dragging and
dropping the columns into their desired positions. When this property is false, this ability
to drag and drop columns is not available.
operatable
(boolean
enable
)
Self
boolean
enable
)boolean enable |
|
Self |