Uses of Class
com.iizix.prop.vs.VSTable
Package
Description
Uses of VSTable in com.iizigo.vs
Modifier and TypeMethodDescriptionINewVSComponentWizardInfo.getTableOwner()
Gets the table owner, for table column creation.NewVSComponentWizard.getTableOwner()
Gets the table owner, for table column creation.Modifier and TypeMethodDescriptionvoid
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) Modifier and TypeMethodDescriptionNewVSComponentWizard.newVSTableColumnWizard
(EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, 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.ModifierConstructorDescriptionNewVSComponentWizard
(int createType, String title, EditorVirtualSpace virtualSpace, Value.Type type, boolean isChooseTypeAllowed, Boolean isNullAllowed, boolean doCreateDefaultValue, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Constructor.Uses of VSTable in com.iizigo.vs.prop
Uses of VSTable in com.iizigo.vs.wizards
Modifier and TypeMethodDescriptionVSComponentCreation.getTableOwner()
Gets the table owner, for table column creation.ModifierConstructorDescriptionVSComponentCreation
(EditorVirtualSpace virtualSpace, String requestedName, Value.Type valueType, boolean doCreateDefaultValue, boolean isChooseTypeAllowed, Boolean isNullAllowed, VSReferenceOwnerData<VSTable, VSTableReference> tableOwner, IPropUndoRedo undoRedo) Constructor.Uses of VSTable in com.iizix.api
Modifier and TypeMethodDescriptionGets the table with the specified path.BaseEvent.getTable2
(@FullVSRef String fullVSRef) Gets the table with the specified full VS reference path.BaseEvent.getTableNull
(@VSRef String path) Gets the table with the specified path.BaseEvent.getTableNull2
(@FullVSRef String fullVSRef) Gets the table with the specified full VS reference path.Uses of VSTable in com.iizix.db.api
ModifierConstructorDescriptionRowInfo
(ResultSetProps resultSetProps, VSTable table, ResultSet resultSet, int[] vsColumnIndicies, Value.Type[] vsValueTypes, int[] sqlColumnIndicies, Object[] sqlValues, Value[] vsValues) Constructor.Uses of VSTable in com.iizix.db.prop
Modifier and TypeMethodDescriptionResultSetColumnProp.getVSTable
(VSTableColumnReference ref) Gets the VSTable for a VSTableColumnReference instance.ResultSetProps.getVSTable()
Gets the VirtualSpace table for all the output.Modifier and TypeMethodDescriptionResultSetColumnProp.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.ResultSetProps.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Modifier and TypeMethodDescriptionvoid
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
Uses of VSTable in com.iizix.prop.content
Modifier and TypeMethodDescriptionAbstractContentUIContainer.getContentTable()
Gets the VS table that is associated with the container to provide the items.AbstractContentProvider.getTable()
Gets the VSTable connected.final VSTable
AbstractContentUIContainer.getVSTable()
Gets the VSTable.final VSTable
AbstractContentUIContainer.getVSTable
(VSTableColumnReference ref) Gets the VSTable for a VSTableColumnReference instance.Modifier and TypeMethodDescriptionAbstractContentUIContainer.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Modifier and TypeMethodDescriptionvoid
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
Uses of VSTable in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionMLDefaultItemProp.getVSTable
(VSTableColumnReference ref) Gets the VSTable for a VSTableColumnReference instance.Modifier and TypeMethodDescriptionMLDefaultItemProp.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSTable in com.iizix.prop.ui.table
Modifier and TypeFieldDescriptionprotected VSTable
DefaultTableContentProvider.vsTable
The VS table instance, null for none.Modifier and TypeMethodDescriptionUITable.getVSTable()
Gets the VS table reference of the table.UITable.getVSTable
(VSTableColumnReference ref) Gets the VSTable for a VSTableColumnReference instance.UITableColumn.getVSTable()
Gets the VS table.UITableColumn.getVSTable
(VSTableColumnReference ref) Gets the VSTable for a VSTableColumnReference instance.Modifier and TypeMethodDescriptionUITable.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.UITableColumn.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionVSTable.clone()
Clones the VirtualSpace Table.default VSTable
Gets the table with the specified path.Gets the table with the specified path.VSColumnHeader.getTable()
Gets the table of the header.VSField.getTable()
Gets the table.VSRow.getTable()
Gets the table of the row.VSRows.getTable()
Gets the table of the row.VSTableRowSelection.getTable()
Gets the table for the selection.default VSTable
IVSComponent.getTable2
(@FullVSRef String fullVSRef) Gets the table with the specified full VS reference path.VirtualSpace.getTable2
(@FullVSRef String fullVSRef) Gets the table with the specified full VS reference path.default VSTable
IVSComponent.getTableNull
(@VSRef String path) Gets the table with the specified path.VirtualSpace.getTableNull
(@VSRef String path) Gets the table with the specified path.default VSTable
IVSComponent.getTableNull2
(@FullVSRef String fullVSRef) Gets the table with the specified full VS reference path.VirtualSpace.getTableNull2
(@FullVSRef String fullVSRef) Gets the table with the specified full VS reference path.IVSTableColumnReferenceOwner.getVSTable
(VSTableColumnReference ref) Gets the VSTable for a VSTableColumnReference instance.Modifier and TypeMethodDescriptionIVSTableColumnReferenceOwner.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Modifier and TypeMethodDescriptionvoid
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 final void
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 final 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.ModifierConstructorDescriptionVSTableRowSelection
(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
Modifier and TypeMethodDescriptionOutputColumn.getVSTable
(VSTableColumnReference ref) Gets the VSTable for a VSTableColumnReference instance.OutputTable.getVSTable()
Gets the VSTable.Modifier and TypeMethodDescriptionOutputTable.getVSPropertyClass()
Gets the class wanted for the VS component being referenced.OutputColumn.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.OutputTable.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.