Uses of Class
com.iizix.prop.PropValidateException
Package
Description
Uses of PropValidateException in com.iizix.prop
Modifier and TypeMethodDescriptiondefault boolean
IPropCnrIntegerSettings.set
(INTEGER_OPTION option, int value) Sets a number option.default boolean
IPropCnrKStringSettings.set
(KSTRING_OPTION option, KString value) Sets a KString option.default boolean
IPropCnrKStringSettings.set
(KSTRING_OPTION option, String value) Sets a KString option as a plain string.default boolean
IPropCnrNumberSettings.set
(NUMBER_OPTION option, double value) Sets a number option.default boolean
IPropCnrStringSettings.set
(STRING_OPTION option, String value) Sets a string option.boolean
KStringProp.setHTMLString
(String newValue) Sets a new HTML String value for this property.boolean
KStringProp.setPLAINString
(String newValue) Sets a new PLAIN String value for this property.boolean
KStringProp.setPLAINString
(String newValue, boolean usesTagProcessing) Sets a new PLAIN String value for this property.final boolean
AbstractReference.setPropValue
(String newValue) Sets a new value for this property.boolean
DoubleProp.setPropValue
(double newValue) Sets a new value for this property.boolean
Int32Prop.setPropValue
(int newValue) Sets a new value for this property.boolean
IntProp.setPropValue
(int newValue) Sets a new value for this property.boolean
KStringProp.setPropValue
(KString newValue) Sets a new value for this property.boolean
KStringProp.setPropValue
(String newValue) Sets a new PLAIN String value for this property.boolean
LongProp.setPropValue
(long newValue) Sets a new value for this property.boolean
PlainKStringProp.setPropValue
(KString newValue) Sets a new value for this property.boolean
PlainKStringProp.setPropValue
(PlainKString newValue) Sets a new value for this property.boolean
StringProp.setPropValue
(String newValue) Sets a new value for this property.boolean
StylesReferences.setPropValue
(String newValue) Sets a new value for this property.boolean
ValueTypeProp.setPropValue
(String type) Sets a new value for this property.default void
Validates a new value.default void
Validates a new string.default void
Validates a new value.default void
Validates a new string.ModifierConstructorDescriptionAssetReferences
(Atom propertyAtom, String newValue) Creates a Asset References property with the specified name and value.DoubleProp
(Atom propertyAtom, double newValue) Creates a Double property with the specified name and value.Creates an Integer property with the specified name and value.Creates an Integer property with the specified name and value.Creates a Long property with the specified name and value.NumberProp
(Atom propertyAtom, double newValue) Creates a Number property with the specified name and value.PasswordProp
(Atom propertyAtom, String password) Creates a Password property with the specified name and value.StringProp
(Atom propertyAtom, String newValue) Creates a String property with the specified name and value.StylesReferences
(Atom propertyAtom, String newValue) Creates a Styles Reference property with the specified name and value.Uses of PropValidateException in com.iizix.prop.ui.chart
Uses of PropValidateException in com.iizix.prop.ui.chart.axis2d
Uses of PropValidateException in com.iizix.prop.ui.chart.plot2d