Uses of Class
com.iizix.prop.vs.VSTableReference
Package
Description
Uses of VSTableReference 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 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 VSTableReference 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 VSTableReference in com.iizix.db.prop
Modifier and TypeMethodDescriptionResultSetProps.getVSTableReference()
Gets the VirtualSpace table reference 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.Uses of VSTableReference in com.iizix.prop.content
Modifier and TypeMethodDescriptionAbstractContentUIContainer.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSTableReference in com.iizix.prop.ui.mlist
Modifier and TypeMethodDescriptionMLDefaultItemProp.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSTableReference in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionUITable.getVSTableReference()
Gets the VirtualSpace table reference for the table.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.Uses of VSTableReference in com.iizix.prop.vs
Modifier and TypeMethodDescriptionVSTableReference.clone()
Overrides clone to clear existing parent listener.Modifier and TypeMethodDescriptionIVSTableColumnReferenceOwner.getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSTableReference in com.iizix.ws.prop
Modifier and TypeMethodDescriptionOutputTable.getVSReferenceClass()
Gets the class wanted for VS references.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.