Interface IVSTableColumnReferenceOwner
- All Known Implementing Classes:
AbstractContentUIContainer, EMapMarkers, EMLDefaultItemProp, EMLGroup, EUITable, EUITableColumn, MapMarkers, MLDefaultItemProp, MLGroup, UITable, UITableColumn
public interface IVSTableColumnReferenceOwner
Interface implements by a property container that holds a VSTableColumnReference to provide the VSTable instance.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionGets the VSTable for a VSTableColumnReference instance.Gets the table reference owner data for the table column reference.
Method Details
getVSTableReferenceOwnerData
VSReferenceOwnerData<VSTable, VSTableReference> getVSTableReferenceOwnerData()Gets the table reference owner data for the table column reference.- Returns:
- The VSReferenceOwnerData instance, always non-null.
getVSTable
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.