Uses of Class
com.iizix.prop.vs.VSTable
Uses of VSTable in com.iizigo.vs
Methods in com.iizigo.vs that return types with arguments of type VSTable Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
INewVSComponentWizardInfo. getTableOwner()
Gets the table owner, for table column creation.VSReferenceOwnerData<VSTable,VSTableReference>
NewVSComponentWizard. getTableOwner()
Gets the table owner, for table column creation.Methods in com.iizigo.vs with parameters of type VSTable Modifier and Type Method Description void
TablePanel. onBroken(VSRelativeReference<?> reference, VSTable table)
void
TablePanel. onResolved(VSRelativeReference<?> reference, VSTable table)
void
TablePanel. onSingleSelectionChanged(VSTable table, int index)
void
TablePanel. onStateChanged(VSTable table, IVSComponentState.State state, boolean on)
Method parameters in com.iizigo.vs with type arguments of type VSTable Modifier and Type Method Description static NewVSComponentWizard<EditorVSColumnHeader>
NewVSComponentWizard. newVSTableColumnWizard(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)
Create a new instance of the wizard to create a field or a table column.static NewVSComponentWizard<EditorVSTable>
NewVSComponentWizard. newVSTableWizard(EditorVirtualSpace virtualSpace, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)
Create a new instance of the wizard to create a table.Constructor parameters in com.iizigo.vs with type arguments of type VSTable Constructor Description NewVSComponentWizard(int createType, java.lang.String title, EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)
Constructor.Uses of VSTable in com.iizigo.vs.prop
Subclasses of VSTable in com.iizigo.vs.prop Modifier and Type Class Description class
EditorVSTable
The Editor VirtualSpace Field property class.Uses of VSTable in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return types with arguments of type VSTable Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
VSComponentCreation. getTableOwner()
Gets the table owner, for table column creation.Constructor parameters in com.iizigo.vs.wizards with type arguments of type VSTable Constructor Description VSComponentCreation(EditorVirtualSpace virtualSpace, java.lang.String requestedName, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, java.lang.Boolean isNullAllowed, VSReferenceOwnerData<VSTable,VSTableReference> tableOwner, IPropUndoRedo undoRedo)
Constructor.Uses of VSTable in com.iizix.api
Methods in com.iizix.api that return VSTable Modifier and Type Method Description VSTable
BaseEvent. getTable(@VSRef java.lang.String path)
Gets the table with the specified path.VSTable
BaseEvent. getTable2(@FullVSRef java.lang.String fullVSRef)
Gets the table with the specified full VS reference path.VSTable
BaseEvent. getTableNull(@VSRef java.lang.String path)
Gets the table with the specified path.VSTable
BaseEvent. getTableNull2(@FullVSRef java.lang.String fullVSRef)
Gets the table with the specified full VS reference path.Uses of VSTable in com.iizix.db.api
Fields in com.iizix.db.api declared as VSTable Modifier and Type Field Description VSTable
RowInfo. table
The VSTable connected to the result set.Constructors in com.iizix.db.api with parameters of type VSTable Constructor Description RowInfo(ResultSetProps resultSetProps, VSTable table, java.sql.ResultSet resultSet, int[] vsColumnIndicies, Value.Type[] vsValueTypes, int[] sqlColumnIndicies, java.lang.Object[] sqlValues, Value[] vsValues)
Constructor.Uses of VSTable in com.iizix.db.prop
Methods in com.iizix.db.prop that return VSTable Modifier and Type Method Description VSTable
ResultSetColumnProp. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.VSTable
ResultSetProps. getVSTable()
Gets the VirtualSpace table for all the output.Methods in com.iizix.db.prop that return types with arguments of type VSTable Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
ResultSetColumnProp. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.VSReferenceOwnerData<VSTable,VSTableReference>
ResultSetProps. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Methods in com.iizix.db.prop with parameters of type VSTable Modifier and Type Method Description void
ResultSetProps. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.void
ResultSetProps. onResolved(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been resolved.void
ResultSetProps. onSingleSelectionChanged(VSTable table, int index)
Called when the single selection changes.void
ResultSetProps. onStateChanged(VSTable table, IVSComponentState.State state, boolean on)
Called when the table changes state.Uses of VSTable in com.iizix.license
Methods in com.iizix.license with parameters of type VSTable Modifier and Type Method Description void
HardwareIdentication. set(VSTable table, boolean refresh)
Sets the hardware information into a VS table.Uses of VSTable in com.iizix.prop.content
Methods in com.iizix.prop.content that return VSTable Modifier and Type Method Description VSTable
AbstractContentUIContainer. getContentTable()
Gets the VS table that is associated with the container to provide the items.VSTable
AbstractContentProvider. getTable()
Gets the VSTable connected.VSTable
AbstractContentUIContainer. getVSTable()
Gets the VSTable.VSTable
AbstractContentUIContainer. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Methods in com.iizix.prop.content that return types with arguments of type VSTable Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
AbstractContentUIContainer. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Methods in com.iizix.prop.content with parameters of type VSTable Modifier and Type Method Description void
AbstractContentUIContainer. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.void
AbstractContentUIContainer. onResolved(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been resolved.void
AbstractContentUIContainer. onSingleSelectionChanged(VSTable table, int index)
Called when the single selection changes.void
AbstractContentUIContainer. onStateChanged(VSTable table, IVSComponentState.State state, boolean on)
Called when the table changes state.Uses of VSTable in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series that return VSTable Modifier and Type Method Description VSTable
Series. getVSTable()
Returns the VS table connection.Uses of VSTable in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return VSTable Modifier and Type Method Description VSTable
MLDefaultItemProp. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Methods in com.iizix.prop.ui.mlist that return types with arguments of type VSTable Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
MLDefaultItemProp. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSTable in com.iizix.prop.ui.table
Fields in com.iizix.prop.ui.table declared as VSTable Modifier and Type Field Description protected VSTable
DefaultTableContentProvider. vsTable
The VS table instance, null for none.Methods in com.iizix.prop.ui.table that return VSTable Modifier and Type Method Description VSTable
UITable. getVSTable()
Gets the VS table reference of the table.VSTable
UITable. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.VSTable
UITableColumn. getVSTable()
Gets the VS table.VSTable
UITableColumn. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Methods in com.iizix.prop.ui.table that return types with arguments of type VSTable Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
UITable. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.VSReferenceOwnerData<VSTable,VSTableReference>
UITableColumn. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Methods in com.iizix.prop.ui.table with parameters of type VSTable Modifier and Type Method Description void
UITable. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.void
UITable. onResolved(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been resolved.void
UITable. onSingleSelectionChanged(VSTable table, int index)
Called when the single selection changes.void
UITable. onStateChanged(VSTable table, IVSComponentState.State state, boolean on)
Called when the table changes state.Uses of VSTable in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VSTable Modifier and Type Method Description VSTable
VSTable. clone()
Clones the VirtualSpace Table.default VSTable
IVSComponent. getTable(@VSRef java.lang.String path)
Gets the table with the specified path.VSTable
VirtualSpace. getTable(@VSRef java.lang.String path)
Gets the table with the specified path.VSTable
VSColumnHeader. getTable()
Gets the table of the header.VSTable
VSField. getTable()
Gets the table.VSTable
VSRow. getTable()
Gets the table of the row.VSTable
VSRows. getTable()
Gets the table of the row.VSTable
VSTableRowSelection. getTable()
Gets the table for the selection.default VSTable
IVSComponent. getTable2(@FullVSRef java.lang.String fullVSRef)
Gets the table with the specified full VS reference path.VSTable
VirtualSpace. getTable2(@FullVSRef java.lang.String fullVSRef)
Gets the table with the specified full VS reference path.default VSTable
IVSComponent. getTableNull(@VSRef java.lang.String path)
Gets the table with the specified path.VSTable
VirtualSpace. getTableNull(@VSRef java.lang.String path)
Gets the table with the specified path.default VSTable
IVSComponent. getTableNull2(@FullVSRef java.lang.String fullVSRef)
Gets the table with the specified full VS reference path.VSTable
VirtualSpace. getTableNull2(@FullVSRef java.lang.String fullVSRef)
Gets the table with the specified full VS reference path.VSTable
IVSTableColumnReferenceOwner. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Methods in com.iizix.prop.vs that return types with arguments of type VSTable Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
IVSTableColumnReferenceOwner. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Methods in com.iizix.prop.vs with parameters of type VSTable Modifier and Type Method Description void
IVSTableListener. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.void
VSTableAdapter. onBroken(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been broken, i.e.protected void
VSTableReference. onRemoved(VSTable oldTarget)
Called when the property reference has been disposed of e.g.void
IVSTableListener. onResolved(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been resolved.void
VSTableAdapter. onResolved(VSRelativeReference<?> reference, VSTable table)
Called when the property reference has been resolved.protected void
VSTableReference. onResolved(VSTable target)
Called when the property reference has been resolved.void
IVSTableListener. onSingleSelectionChanged(VSTable table, int index)
Called when the single selection changes.void
VSTableAdapter. onSingleSelectionChanged(VSTable table, int index)
Called when the single selection changes.void
IVSTableListener. onStateChanged(VSTable table, IVSComponentState.State state, boolean on)
Called when the table changes state.void
VSTableAdapter. onStateChanged(VSTable table, IVSComponentState.State state, boolean on)
Called when the table changes state.Constructors in com.iizix.prop.vs with parameters of type VSTable Constructor Description VSTableRowSelection(VSTable table, int index)
Constructor for a single selection.VSTableRowSelection(VSTable table, int[] indicies)
Constructor for selection of indicies.Uses of VSTable in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return VSTable Modifier and Type Method Description VSTable
OutputColumn. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.VSTable
OutputTable. getVSTable()
Gets the VSTable.Methods in com.iizix.ws.prop that return types with arguments of type VSTable Modifier and Type Method Description java.lang.Class<VSTable>
OutputTable. getVSPropertyClass()
Gets the class wanted for the VS component being referenced.VSReferenceOwnerData<VSTable,VSTableReference>
OutputColumn. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.VSReferenceOwnerData<VSTable,VSTableReference>
OutputTable. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.