Uses of Class
com.iizix.prop.GBadge
Packages that use GBadge
Uses of GBadge in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GBadgeModifier and TypeMethodDescriptionBadgePropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected GBadge
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GBadgeModifier and TypeMethodDescriptionBadgePropEditor.formatValue
(GBadge value) Formats the value for user input as a String.void
Called when the property is updated without errors, with a new value.protected void
BadgePropEditor.setInputValue
(GBadge value) Sets the new input value.Uses of GBadge in com.iizix
Uses of GBadge in com.iizix.prop
Methods in com.iizix.prop that return GBadgeModifier and TypeMethodDescriptionGBadge.clone()
Clones the badge.BadgeProp.createNewPropValue
(KString ks) Builds a new property value from a new externalized KString.BadgeProp.getBadge()
Gets the current value set as an GBadge.Methods in com.iizix.prop with parameters of type GBadgeModifier and TypeMethodDescriptionboolean
GBadge.equalsOmitReferenceRefreshCheck
(GBadge badge) Checks for pure equality between two GBadge's, excluding reference refresh counter checking but including potential original source string.protected Object
BadgeProp.equalValues
(GProp<?> compareTo, GBadge thisValue, GBadge compareValue, int how) Checks for property value equality.Constructors in com.iizix.prop with parameters of type GBadgeUses of GBadge in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return GBadgeMethods in com.iizix.prop.ui with parameters of type GBadge