Uses of Class
com.iizix.prop.ReferenceString
Uses of ReferenceString in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionReferencePropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.StylesReferencesPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected ReferenceString
Gets the property value for a user input.protected ReferenceString
Gets the property value for a user input.Modifier and TypeMethodDescriptionReferencePropEditor.formatValue
(ReferenceString value) Formats the value for user input as a String.StylesReferencesPropEditor.formatValue
(ReferenceString value) Formats the value for user input as a String.Uses of ReferenceString in com.iizix.prop
Modifier and TypeMethodDescriptionReferenceString.clone()
Clones the reference string.protected ReferenceString
AbstractReference.getReferenceString()
Gets the current reference string.StylesReferences.getReferenceString()
Gets the reference string.Modifier and TypeMethodDescriptionboolean
ReferenceString.equalsOnlyReferenceString
(ReferenceString rs) Checks if two reference strings are equal (excluding their object).protected final Object
AbstractReference.equalValues
(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.protected Object
StylesReferences.equalValues
(GProp<?> compareTo, ReferenceString thisValue, ReferenceString compareValue, int how) Checks for property value equality.protected String
AbstractBaseRelativeReference.getLookupPropReference
(ReferenceString name) Creates the reference string to look-up from the ReferenceString.protected String
AbstractFixedVirtualizedBaseRelativeReference.getLookupPropReference
(ReferenceString name) Creates the reference string to look-up from the ReferenceString.protected String
AbstractReference.getLookupPropReference
(ReferenceString name) Creates the reference string to look-up from the ReferenceString.