Uses of Class
com.iizix.prop.vs.VSTableReference
Packages that use VSTableReference Package Description com.iizigo.vs com.iizigo.vs.wizards com.iizix.db.prop com.iizix.prop.content com.iizix.prop.ui.mlist com.iizix.prop.ui.table com.iizix.prop.vs com.iizix.ws.prop Uses of VSTableReference in com.iizigo.vs
Methods in com.iizigo.vs that return types with arguments of type VSTableReference 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.Method parameters in com.iizigo.vs with type arguments of type VSTableReference 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 VSTableReference 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 VSTableReference in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return types with arguments of type VSTableReference 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 VSTableReference 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 VSTableReference in com.iizix.db.prop
Methods in com.iizix.db.prop that return VSTableReference Modifier and Type Method Description VSTableReference
ResultSetProps. getVSTableReference()
Gets the VirtualSpace table reference for all the output.Methods in com.iizix.db.prop that return types with arguments of type VSTableReference 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.Uses of VSTableReference in com.iizix.prop.content
Methods in com.iizix.prop.content that return types with arguments of type VSTableReference Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
AbstractContentUIContainer. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSTableReference in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return types with arguments of type VSTableReference Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
MLDefaultItemProp. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSTableReference in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return VSTableReference Modifier and Type Method Description VSTableReference
UITable. getVSTableReference()
Gets the VirtualSpace table reference for the table.Methods in com.iizix.prop.ui.table that return types with arguments of type VSTableReference 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.Uses of VSTableReference in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VSTableReference Modifier and Type Method Description VSTableReference
VSTableReference. clone()
Overrides clone to clear existing parent listener.Methods in com.iizix.prop.vs that return types with arguments of type VSTableReference Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
IVSTableColumnReferenceOwner. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSTableReference in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return types with arguments of type VSTableReference Modifier and Type Method Description java.lang.Class<VSTableReference>
OutputTable. getVSReferenceClass()
Gets the class wanted for VS references.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.