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 IVSTableColumnReferenceOwner
Interface implements by a property container that holds a VSTableColumnReference to provide the VSTable instance.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescriptionGets the VSTable for a VSTableColumnReference instance.Gets the table reference owner data for the table column reference.
- Method Details- getVSTableReferenceOwnerDataVSReferenceOwnerData<VSTable,- VSTableReference> getVSTableReferenceOwnerData()Gets the table reference owner data for the table column reference.- Returns:
- The VSReferenceOwnerData instance, always non-null.
 
- getVSTableGets 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.