Uses of Class
com.iizix.prop.ui.table.UITable
Packages that use UITable Package Description com.iizigo.panel.prop.table com.iizix.prop.ui.selection com.iizix.prop.ui.table Uses of UITable in com.iizigo.panel.prop.table
Subclasses of UITable in com.iizigo.panel.prop.table Modifier and Type Class Description class
EUITable
The Table "component" (really a container).Uses of UITable in com.iizix.prop.ui.selection
Methods in com.iizix.prop.ui.selection that return UITable Modifier and Type Method Description UITable
CellSelection. getSource()
Get the source component of the event.UITable
CellSelection. getUISource()
Gets the UI component being the source of the event.Constructors in com.iizix.prop.ui.selection with parameters of type UITable Constructor Description CellSelection(UITable source, TCell[] cells)
Constructor.Uses of UITable in com.iizix.prop.ui.table
Fields in com.iizix.prop.ui.table declared as UITable Modifier and Type Field Description protected UITable
DefaultTableContentProvider. uiTable
The UI table instance.Methods in com.iizix.prop.ui.table that return UITable Modifier and Type Method Description UITable
UITable. clone()
Creates a clone out of this property.UITable
TableCell. getTable()
Gets the table for the cell.UITable
TableCombo. getTable()
Gets the table associated with this table combo.UITable
TableRow. getTable()
Gets the table instance.UITable
TableRows. getTable()
Gets the table instance.UITable
TCell. getTable()
Gets the table for the cell.UITable
UITableColumn. getTable()
Gets the table instance.Methods in com.iizix.prop.ui.table with parameters of type UITable Modifier and Type Method Description void
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.