Uses of Class
com.iizix.prop.ui.table.UITable
Uses of UITable in com.iizigo.panel.prop.table
Uses of UITable in com.iizix.prop.ui.selection
Modifier and TypeMethodDescriptionCellSelection.getSource()
Get the source component of the event.CellSelection.getUISource()
Gets the UI component being the source of the event.Uses of UITable in com.iizix.prop.ui.table
Modifier and TypeFieldDescriptionprotected UITable
DefaultTableContentProvider.uiTable
The UI table instance.Modifier and TypeMethodDescriptionUITable.clone()
Creates a clone out of this property.TableCell.getTable()
Gets the table for the cell.TableCombo.getTable()
Gets the table associated with this table combo.TableRow.getTable()
Gets the table instance.TableRows.getTable()
Gets the table instance.TCell.getTable()
Gets the table for the cell.UITableColumn.getTable()
Gets the table instance.Modifier and TypeMethodDescriptionvoid
DefaultTableContentProvider.onInitialize
(UITable table) Called to initialize the content provider for the UITable instance.void
DefaultTableFilter.onInitialize
(UITable table) Called to initialize the content provider for the UITable instance.void
ITableContentProvider.onInitialize
(UITable table) Called to initialize the content provider for the UITable instance.void
ITableFilter.onInitialize
(UITable table) Called to initialize the content provider for the UITable instance.void
IUITableSelectionChangeListener.onSelectionChanged
(UITable table) Called when the selection has changed.