Package com.iizix.prop
Class Reference
- java.lang.Object
- com.iizix.prop.Reference
 
- public class Reference extends java.lang.ObjectClass holding information about a reference.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - java.lang.String- toString()Returns a string representation of this class.
 
- Field Detail- target- public final GProp<?> target The reference target.- This member is never null. 
 - owner- public final GProp<?> owner The reference owner. The owner is generally retargeted from the reference property to its parent that is the actual owner of the reference. An exception to this is KString that retargets to the parent only when the parent is not a TextTable.- This member is never null. 
 - type- public final java.lang.Class<?> type The reference type in form of a class.- The classes should be something like: - KString (for all out- and in-bound references for KString's and KStringProps [including VS and TextTable]),
- IUILabelForTarget (UI label-for),
- UIPanelPart
- VSComponent or VS-specific class,
- IVSParticipant,
- FileURIPropCnr (for Asset references),
- Styles.
 - The type (class) is used to verify for circular references. - This member is never null.