Uses of Class
com.iizix.prop.PropTypeException
Package
Description
Uses of PropTypeException in com.iizigo.editor
Modifier and TypeMethodDescriptionstatic boolean
PropHelper.doRename
(GProp<?> prop, Atom newName, IPropUndoRedo undoRedo) Performs a rename property with undo/redo support.Uses of PropTypeException in com.iizigo.java.parser.annotation
Modifier and TypeMethodDescriptionvoid
AnnotationsContainer.validatePropType
(Object newValue) Validates that the value to set is ofMap<?,?>
instance.Uses of PropTypeException in com.iizigo.java.parser.type
Modifier and TypeMethodDescriptionvoid
TypesContainer.validatePropType
(Object newValue) Validates that the value to set is ofMap<?,?>
instance.Uses of PropTypeException in com.iizix.api
Modifier and TypeMethodDescriptionIAnnotationReferenceProcessor.getReferencePath
(GProp<?> comp) Returns the reference path of a component, relative or full depending if it is scoped or not.IAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to a UI component.Uses of PropTypeException in com.iizix.gyro
Modifier and TypeMethodDescriptionIClientSessionGyro.setLocale
(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.Uses of PropTypeException in com.iizix.prop
Modifier and TypeMethodDescriptionvoid
Adds a error to the array.void
Adds all errors from an array.void
Adds all errors from a list.void
Adds a string to the array.void
Adds (inserts) a string at the requested index in the array.boolean
Puts the key and value strings in the map.void
StringArrayProp.addStrings
(String[] strings) Adds all strings from a string array.void
StringArrayProp.addStrings
(List<String> newStringList) Adds all strings from a list.boolean
ErrorsProp.clear()
Removes all errors from the array.boolean
StringArrayProp.clear()
Removes all strings from the array.boolean
StringMapProp.clear()
Removes all entries from the map.Puts the key and value strings in the map.boolean
StringSetProp.removeAll()
Removes all entries from the set.ErrorsProp.removeError
(int index) Removes an error in the at a specific index.Removes the requested key string from the map.StringArrayProp.removeString
(int index) Removes a string in the at a specific index.boolean
StringArrayProp.removeString
(String s) Removes the request string from the array.boolean
StringSetProp.removeString
(String string) Removes the string from the map.boolean
KStringProp.setHTMLString
(String newValue) Sets a new HTML String value for this property.EnvProps.setLocale
(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.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.boolean
GProp.setPropErroredName
(String name) Sets the errored name for this property.final boolean
AbstractReference.setPropValue
(String 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
PlainKStringProp.setPropValue
(KString newValue) Sets a new value for this property.boolean
PlainKStringProp.setPropValue
(PlainKString newValue) Sets a new value for this property.Sets a string at a specific index in the array.void
XMLSchemaValidatorProp.setXMLSchemas
(Map<String, String> schemaSources, Validator validator) Assigns the map of the schema sources along with an existing validator.void
ErrorsProp.sortList()
Sorts the list according to the default JVM locale.void
StringArrayProp.sortList()
Sorts the list according to the default JVM locale.void
StringArrayProp.sortList
(boolean isCaseInsensitive) Sorts the list according to the default JVM locale.void
Sorts the list according to a locale.void
Sorts the list according to a locale.protected final void
GProp.throwIfReadOnly()
Throw an error if the property is read-only.final void
AbstractReference.validatePropType
(Object newValue) Validates that the value to set is of ReferenceString instance.void
BadgeProp.validatePropType
(Object newValue) Validates that the value to set is of GBadge instance.void
BoolProp.validatePropType
(Object newValue) Validates that the value to set is of Boolean instance.void
ByteArrayProp.validatePropType
(Object newValue) Validates that the value to set is of Font instance.void
CharProp.validatePropType
(Object newValue) Validates that the value to set is of Boolean instance.void
CodeItemArrayProp.validatePropType
(Object newValue) Validates that the value to set is ofList<?>
instance.void
ColorProp.validatePropType
(Object newValue) Validates that the value to set is of GColor instance.void
DateTimeProp.validatePropType
(Object newValue) Validates that the value to set is of GDateTime instance.void
DoubleProp.validatePropType
(Object newValue) Validates that the value to set is of Double instance.void
ErrorsProp.validatePropType
(Object newValue) Validates that the value to set is ofList<?>
instance.void
FillProp.validatePropType
(Object newValue) Validates that the value to set is of GFill instance.void
FontProp.validatePropType
(Object newValue) Validates that the value to set is of GFont instance.abstract void
GProp.validatePropType
(Object newValue) Validates the newValue against the property object type.void
GradientProp.validatePropType
(Object newValue) Validates that the value to set is of GGradient instance.void
IGProp.validatePropType
(Object newValue) Validates the newValue against the property object type.void
Int32Prop.validatePropType
(Object newValue) Validates that the value to set is of Integer instance.void
IntProp.validatePropType
(Object newValue) Validates that the value to set is of Integer instance.void
KStringProp.validatePropType
(Object newValue) Validates that the value to set is of String instance.void
LongProp.validatePropType
(Object newValue) Validates that the value to set is of Long instance.void
MultiProp.validatePropType
(Object newValue) Validates that the value to set is of GColor instance.void
PlainKStringProp.validatePropType
(Object newValue) Validates that the value to set is of String instance.void
PrivProp.validatePropType
(Object newValue) Validates that the value to set is of Boolean instance.void
PropCnr.validatePropType
(Object newValue) Validates the newValue against the property object type.void
RectProp.validatePropType
(Object newValue) Validates that the value to set is of GRect instance.void
SizeProp.validatePropType
(Object newValue) Validates that the value to set is of GSize instance.void
StringArrayProp.validatePropType
(Object newValue) Validates that the value to set is ofList<?>
instance.void
StringMapProp.validatePropType
(Object newValue) Validates that the value to set is ofMap<?,?>
instance.void
StringProp.validatePropType
(Object newValue) Validates that the value to set is of String instance.void
StringSetProp.validatePropType
(Object newValue) Validates that the value to set is ofSet<?>
instance.void
StrokeProp.validatePropType
(Object newValue) Validates that the value to set is of GStroke instance.void
StylesReferences.validatePropType
(Object newValue) Validates that the value to set is of ReferenceString instance.void
UnitProp.validatePropType
(Object newValue) Validates that the value to set is of GUnit instance.void
ValueProp.validatePropType
(Object newValue) Validates that the value to set is of GColor instance.void
ValueTypeProp.validatePropType
(Object newValue) Validates that the value to set is of String instance.ModifierConstructorDescriptionErrorsProp
(Atom propertyAtom, List<GError> newValue) Creates an error array property with the specified name with an empty synchronized ArrayList<GError> array initialized with the specified errors.StringArrayProp
(Atom propertyAtom, List<String> newValue) Creates an string array property with the specified name with an empty synchronized ArrayList<String> array initialized with the specified strings.Uses of PropTypeException in com.iizix.prop.ui
Modifier and TypeMethodDescriptionUIAnnotationReferenceProcessor.getReferencePath
(GProp<?> comp) Returns the relative reference path of a component.UIPanelAnnotationReferenceProcessor.getReferencePath
(GProp<?> comp) Returns the reference path of a component.UIAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.UIPanelAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to the UI panel.void
TooltipProp.validatePropType
(Object newValue) Validates that the value to set is of KTooltip instance.Uses of PropTypeException in com.iizix.prop.ui.device
Modifier and TypeMethodDescriptionvoid
DeviceProp.validatePropType
(Object newValue) Validates that the value to set is of GSimpleDevice instance.void
ThemesProp.validatePropType
(Object newValue) Validates that the value to set is of GThemes instance.Uses of PropTypeException in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionvoid
TableCell.validatePropType
(Object newValue) Validates that the value to set is of GCell instance.Uses of PropTypeException in com.iizix.prop.vs
Modifier and TypeMethodDescriptionFullVSAnnotationReferenceProcessor.getReferencePath
(GProp<?> comp) Returns the reference path of a component.VSAnnotationReferenceProcessor.getReferencePath
(GProp<?> comp) Returns the relative reference path of a component.FullVSAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to the VirtualSpace.VSAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String relativeReference) Resolves a reference name to a UI component.Uses of PropTypeException in com.iizix.term.prop
Modifier and TypeMethodDescriptionvoid
HostSessionProps.validatePropType
(Object newValue) Validates the newValue against the property object type.void
RemoteHostSessionProp.validatePropType
(Object newValue) Validates that the value to set is of GColor instance.