Uses of Class
com.iizix.prop.ui.table.UITable
Packages that use UITable
Uses of UITable in com.iizigo.panel.prop.table
Subclasses of UITable in com.iizigo.panel.prop.tableUses of UITable in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return UITableModifier and TypeMethodDescriptionCellSelection.getSource()
Get the source component of the event.CellSelection.getUISource()
Gets the UI component being the source of the event.Constructors in com.iizix.prop.ui.selection with parameters of type UITableUses of UITable in com.iizix.prop.ui.table
Fields in com.iizix.prop.ui.table declared as UITableModifier and TypeFieldDescriptionprotected UITable
DefaultTableContentProvider.uiTable
The UI table instance.Methods in com.iizix.prop.ui.table that return UITableModifier 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.Methods in com.iizix.prop.ui.table with parameters of type UITableModifier 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.