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 voidTablePanel. onBroken(VSRelativeReference<?> reference, VSTable table)voidTablePanel. onResolved(VSRelativeReference<?> reference, VSTable table)voidTablePanel. onSingleSelectionChanged(VSTable table, int index)voidTablePanel. 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 classEditorVSTableThe 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 VSTableBaseEvent. getTable(@VSRef java.lang.String path)Gets the table with the specified path.VSTableBaseEvent. getTable2(@FullVSRef java.lang.String fullVSRef)Gets the table with the specified full VS reference path.VSTableBaseEvent. getTableNull(@VSRef java.lang.String path)Gets the table with the specified path.VSTableBaseEvent. 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 VSTableRowInfo. tableThe 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 VSTableResultSetColumnProp. getVSTable(VSTableColumnReference ref)Gets the VSTable for a VSTableColumnReference instance.VSTableResultSetProps. 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 voidResultSetProps. onBroken(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been broken, i.e.voidResultSetProps. onResolved(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been resolved.voidResultSetProps. onSingleSelectionChanged(VSTable table, int index)Called when the single selection changes.voidResultSetProps. 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 voidHardwareIdentication. 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 VSTableAbstractContentUIContainer. getContentTable()Gets the VS table that is associated with the container to provide the items.VSTableAbstractContentProvider. getTable()Gets the VSTable connected.VSTableAbstractContentUIContainer. getVSTable()Gets the VSTable.VSTableAbstractContentUIContainer. 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 voidAbstractContentUIContainer. onBroken(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been broken, i.e.voidAbstractContentUIContainer. onResolved(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been resolved.voidAbstractContentUIContainer. onSingleSelectionChanged(VSTable table, int index)Called when the single selection changes.voidAbstractContentUIContainer. 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 VSTableSeries. 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 VSTableMLDefaultItemProp. 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 VSTableDefaultTableContentProvider. vsTableThe VS table instance, null for none.Methods in com.iizix.prop.ui.table that return VSTable Modifier and Type Method Description VSTableUITable. getVSTable()Gets the VS table reference of the table.VSTableUITable. getVSTable(VSTableColumnReference ref)Gets the VSTable for a VSTableColumnReference instance.VSTableUITableColumn. getVSTable()Gets the VS table.VSTableUITableColumn. 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 voidUITable. onBroken(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been broken, i.e.voidUITable. onResolved(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been resolved.voidUITable. onSingleSelectionChanged(VSTable table, int index)Called when the single selection changes.voidUITable. 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 VSTableVSTable. clone()Clones the VirtualSpace Table.default VSTableIVSComponent. getTable(@VSRef java.lang.String path)Gets the table with the specified path.VSTableVirtualSpace. getTable(@VSRef java.lang.String path)Gets the table with the specified path.VSTableVSColumnHeader. getTable()Gets the table of the header.VSTableVSField. getTable()Gets the table.VSTableVSRow. getTable()Gets the table of the row.VSTableVSRows. getTable()Gets the table of the row.VSTableVSTableRowSelection. getTable()Gets the table for the selection.default VSTableIVSComponent. getTable2(@FullVSRef java.lang.String fullVSRef)Gets the table with the specified full VS reference path.VSTableVirtualSpace. getTable2(@FullVSRef java.lang.String fullVSRef)Gets the table with the specified full VS reference path.default VSTableIVSComponent. getTableNull(@VSRef java.lang.String path)Gets the table with the specified path.VSTableVirtualSpace. getTableNull(@VSRef java.lang.String path)Gets the table with the specified path.default VSTableIVSComponent. getTableNull2(@FullVSRef java.lang.String fullVSRef)Gets the table with the specified full VS reference path.VSTableVirtualSpace. getTableNull2(@FullVSRef java.lang.String fullVSRef)Gets the table with the specified full VS reference path.VSTableIVSTableColumnReferenceOwner. 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 voidIVSTableListener. onBroken(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been broken, i.e.voidVSTableAdapter. onBroken(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been broken, i.e.protected voidVSTableReference. onRemoved(VSTable oldTarget)Called when the property reference has been disposed of e.g.voidIVSTableListener. onResolved(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been resolved.voidVSTableAdapter. onResolved(VSRelativeReference<?> reference, VSTable table)Called when the property reference has been resolved.protected voidVSTableReference. onResolved(VSTable target)Called when the property reference has been resolved.voidIVSTableListener. onSingleSelectionChanged(VSTable table, int index)Called when the single selection changes.voidVSTableAdapter. onSingleSelectionChanged(VSTable table, int index)Called when the single selection changes.voidIVSTableListener. onStateChanged(VSTable table, IVSComponentState.State state, boolean on)Called when the table changes state.voidVSTableAdapter. 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 VSTableOutputColumn. getVSTable(VSTableColumnReference ref)Gets the VSTable for a VSTableColumnReference instance.VSTableOutputTable. 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.