Uses of Class
com.iizix.prop.vs.VSReferenceOwnerData
Packages that use VSReferenceOwnerData 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 VSReferenceOwnerData in com.iizigo.vs
Methods in com.iizigo.vs that return VSReferenceOwnerData 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 VSReferenceOwnerData 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.Constructors in com.iizigo.vs with parameters of type VSReferenceOwnerData 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 VSReferenceOwnerData in com.iizigo.vs.wizards
Methods in com.iizigo.vs.wizards that return VSReferenceOwnerData Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
VSComponentCreation. getTableOwner()
Gets the table owner, for table column creation.Constructors in com.iizigo.vs.wizards with parameters of type VSReferenceOwnerData 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 VSReferenceOwnerData in com.iizix.db.prop
Methods in com.iizix.db.prop that return VSReferenceOwnerData 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 VSReferenceOwnerData in com.iizix.prop.content
Methods in com.iizix.prop.content that return VSReferenceOwnerData Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
AbstractContentUIContainer. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSReferenceOwnerData in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return VSReferenceOwnerData Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
MLDefaultItemProp. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSReferenceOwnerData in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return VSReferenceOwnerData 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 VSReferenceOwnerData in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VSReferenceOwnerData Modifier and Type Method Description VSReferenceOwnerData<VSTable,VSTableReference>
IVSTableColumnReferenceOwner. getVSTableReferenceOwnerData()
Gets the table reference owner data for the table column reference.Uses of VSReferenceOwnerData in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return VSReferenceOwnerData Modifier and Type Method Description 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.