Package com.iizix.prop.vs
Interface IVSTableColumnReferenceOwner
- All Known Implementing Classes:
- AbstractContentUIContainer,- EditorOutputColumn,- EditorResultSetColumnProp,- EMapMarkers,- EMLDefaultItemProp,- EMLGroup,- EUITable,- EUITableColumn,- MapMarkers,- MLDefaultItemProp,- MLGroup,- OutputColumn,- ResultSetColumnProp,- UITable,- UITableColumn
 - public interface IVSTableColumnReferenceOwnerInterface implements by a property container that holds a VSTableColumnReference to provide the VSTable instance.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - VSTable- getVSTable(VSTableColumnReference ref)Gets the VSTable for a VSTableColumnReference instance.- VSReferenceOwnerData<VSTable,VSTableReference>- getVSTableReferenceOwnerData()Gets the table reference owner data for the table column reference.
 
- Method Detail- getVSTableReferenceOwnerData- VSReferenceOwnerData<VSTable,VSTableReference> getVSTableReferenceOwnerData() Gets the table reference owner data for the table column reference.- Returns:
- The VSReferenceOwnerData instance, always non-null.
 
 - getVSTable- VSTable getVSTable(VSTableColumnReference ref) Gets the VSTable for a VSTableColumnReference instance.- Parameters:
- ref- The reference instance, null when property-editing the reference in the Designer.
- Returns:
- The table for the reference, or null if not found.