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 classEUITableThe 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 UITableCellSelection. getSource()Get the source component of the event.UITableCellSelection. 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 UITableDefaultTableContentProvider. uiTableThe UI table instance.Methods in com.iizix.prop.ui.table that return UITable Modifier and Type Method Description UITableUITable. clone()Creates a clone out of this property.UITableTableCell. getTable()Gets the table for the cell.UITableTableCombo. getTable()Gets the table associated with this table combo.UITableTableRow. getTable()Gets the table instance.UITableTableRows. getTable()Gets the table instance.UITableTCell. getTable()Gets the table for the cell.UITableUITableColumn. getTable()Gets the table instance.Methods in com.iizix.prop.ui.table with parameters of type UITable Modifier and Type Method Description voidDefaultTableContentProvider. onInitialize(UITable table)Called to initialize the content provider for the UITable instance.voidDefaultTableFilter. onInitialize(UITable table)Called to initialize the content provider for the UITable instance.voidITableContentProvider. onInitialize(UITable table)Called to initialize the content provider for the UITable instance.voidITableFilter. onInitialize(UITable table)Called to initialize the content provider for the UITable instance.voidIUITableSelectionChangeListener. onSelectionChanged(UITable table)Called when the selection has changed.