Uses of Class
com.iizix.prop.vs.VSTableColumnReference
Packages that use VSTableColumnReference Package Description com.iizigo.db.prop 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 VSTableColumnReference in com.iizigo.db.prop
Methods in com.iizigo.db.prop with parameters of type VSTableColumnReference Modifier and Type Method Description EditorVSTable
EditorResultSetColumnProp. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Uses of VSTableColumnReference in com.iizix.db.prop
Methods in com.iizix.db.prop that return types with arguments of type VSTableColumnReference Modifier and Type Method Description java.lang.Class<VSTableColumnReference>
ResultSetColumnProp. getVSReferenceClass()
Gets the class wanted for VS references.Methods in com.iizix.db.prop with parameters of type VSTableColumnReference Modifier and Type Method Description VSTable
ResultSetColumnProp. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Uses of VSTableColumnReference in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type VSTableColumnReference Modifier and Type Method Description VSTable
AbstractContentUIContainer. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Uses of VSTableColumnReference in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist with parameters of type VSTableColumnReference Modifier and Type Method Description VSTable
MLDefaultItemProp. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Uses of VSTableColumnReference in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type VSTableColumnReference Modifier and Type Method Description VSTable
UITable. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.VSTable
UITableColumn. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Uses of VSTableColumnReference in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VSTableColumnReference Modifier and Type Method Description VSTableColumnReference
VSTableColumnReference. clone()
Overrides clone to clear existing reference.Methods in com.iizix.prop.vs with parameters of type VSTableColumnReference Modifier and Type Method Description VSTable
IVSTableColumnReferenceOwner. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.Uses of VSTableColumnReference in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return types with arguments of type VSTableColumnReference Modifier and Type Method Description java.lang.Class<VSTableColumnReference>
OutputColumn. getVSReferenceClass()
Gets the class wanted for VS references.Methods in com.iizix.ws.prop with parameters of type VSTableColumnReference Modifier and Type Method Description VSTable
OutputColumn. getVSTable(VSTableColumnReference ref)
Gets the VSTable for a VSTableColumnReference instance.