public class ErrorsProp extends GProp<List<GError>>
This property is private and is therefore not transmitted over transactions to a remote party.
GPDEBUG, PROP_ATTR_STRING_EDITOR_PROP, PROP_ATTR_STRING_ERRORED_NAME, PROP_ATTR_STRING_EXTENDS, PROP_ATTR_STRING_EXTENDS_FINAL, PROP_ATTR_STRING_EXTENDS_PRIVATE, PROP_ATTR_STRING_NULLABLE, PROP_ATTR_STRING_PRIVATE, PROP_ATTR_STRING_PRIVATE_CHANGE_EVENT, PROP_ATTR_STRING_READ_ONLY, PROP_USER_1, PROP_USER_2
EQC_ERROR_IGNORE_ALL, EQC_ERROR_IGNORE_REFERENCES, EQC_IGNORE_ARRAY, EQC_IGNORE_VOLATILE_OR_EDITOR, EQC_PRIVATE, EQC_SAVE_FILE, EXT_CONTAINER_EXTENDS, EXT_CONTAINER_EXTENDS_VALID, EXT_EXTENDED, EXT_FINAL, EXT_OVERRIDES, EXT_OVERRIDES_FINAL_ERR, EXT_PRIVATE
Modifier | Constructor and Description |
---|---|
protected |
ErrorsProp()
Creates an error array with no name and an empty synchronized ArrayList<GError> array.
|
|
ErrorsProp(Atom propertyAtom)
Creates an error array property with the specified name with
an empty synchronized ArrayList<GError> array.
|
|
ErrorsProp(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.
|
Modifier and Type | Method and Description |
---|---|
void |
addError(GError e)
Adds a error to the array.
|
void |
addErrors(GError[] errors)
Adds all errors from an array.
|
void |
addErrors(List<GError> newList)
Adds all errors from a list.
|
protected void |
appendPropValue(PropMgr propertyManager,
Transaction trans,
Object value)
Appends the error array to an outgoing transaction.
|
boolean |
clear()
Removes all errors from the array.
|
ErrorsProp |
clone()
Creates a clone out of this property.
|
List<GError> |
getArrayList()
Gets the synchronized List<GError> of all errors.
|
GError |
getError(int index)
Gets an error from a specific index in the array.
|
protected Object |
getPropValue0(Object value,
int index)
Gets the property value in another class form than the "native" one.
|
Class<?>[] |
getValueClasses()
Gets the list of possible native Java classes that can be used to set a value using
setPropertyValue , in order of importance. |
boolean |
hasError(GError error)
Checks if an error already exists.
|
void |
initializeElement(Element element)
Called when the XML file for the property tree is serialized from properties.
|
void |
initializeProp(Element element)
Called to initialize the property from an
Element . |
boolean |
initializeValue(PropMgr propertyManager,
Transaction trans)
Initializes the property value from a transaction.
|
protected int |
modifyPropValue(Object oldValue,
Object newValue,
PropMgr propMgr)
Called when setting a new value for this property.
|
boolean |
removeError(GError error)
Removes a particular error.
|
GError |
removeError(int index)
Removes an error in the at a specific index.
|
int |
size()
Gets the error count in the array.
|
void |
sortList()
Sorts the list according to the default JVM locale.
|
protected Object |
toNativeValue0(Object value,
int index)
Tries conversion of possibly accepted properties values using the
setPropertyValue method
into the most preferred property value type. |
void |
validatePropType(Object newValue)
Validates that the value to set is of
List<?> instance. |
addPropError, addPropListener, convertPropError, dispose, equals, equals, equalsErrors, equalsObj, equalsPropValue, equalsTree, equalValues, extendsClone, finalize, fine, fine, finer, finer, finest, finest, fromElementString, getAliasName, getAppSessionGyro, getAppWorker, getAtomPath, getAttribute, getChildReferencePropName, getClientSessionGyro, getClientWorker, getConstraints, getEnvironment, getErroredPropItems, getErroredProps, getErrorsProp, getExtendsRootContainer, getFullPropName, getFullPropName, getFullPropNameDebug, getFullPropNameDebug, getListeners, getParent, getParent, getProjectName, getPropAtom, getPropBaseReference, getPropError, getPropError, getPropErroredName, getPropErrorSeverity, getPropExtendsFlags, getPropFromPath, getPropFromPath, getPropFromReference, getPropFromReference, getPropIndex, getPropName, getPropPath, getPropPath, getPropReferenceTarget, getPropRootPropMgr, getPropTreeErrorSeverity, getPropValue, getPropValue, getPropValueObject, getReferencePropName, getReferences, getRelativePropName, getRootFromName, getRootName, getRootParent, getRootParent, getTreeLock, getVSReference, hasChanged, hasPrivateChangeEventProp, hasPropError, hasPropTreeError, info, info, initializeGElement, initializeGProp, isDisposed, isPropChildOf, isPropClientCreated, isPropCommunicating, isPropCreateRequired, isPropExtended, isPropExtendsFinal, isPropExtendsPrivate, isPropExtendsPrivateInRoot, isPropExtendsPrivateInRoot, isPropFile, isPropFolder, isPropForEditor, isPropNullable, isPropPrivate, isPropPrivateAtCreation, isPropReadOnly, isPropReferenceTreeValid, isPropRoot, isPropUSER, isPropValueTreeLockNeeded, isPropVirtualized, isPropVirtualizing, isPropVolatile, isPropVolatileOrEditorOnly, isProxied, list, list, list, list, list, mapAliasToReference, mapAliasToReference, mapReferenceToAlias, mapReferenceToAlias, mapReferenceToProjectRelative, moveProp, moveProp, moveProp, onEvent, onEventSelf, onPrepare, onPropDispose, onPropInvalidateCache, onPropParentChanged, onPropTreeInitialized, onPropValueSet, onReferenceEvent, onRemoteEvent, onVirtualizationCompleted, onVirtualized, paramString, paramValue, post, post, removePropError, removePropListener, removePropUSER, renameProp, renameProp2, resetChangedTree, resolveRuntimeReferences, setChanged, setConstraints, setConstraints, setCreateRequiredProp, setParent, setPrivateChangeEventProp, setPrivateCreateRequiredProp, setPropError, setPropErroredName, setPropExtended, setPropExtendsFinal, setPropExtendsPrivate, setPropForEditor, setPropNullable, setPropPrivate, setPropReadOnly, setPropUSER, setPropValue, setPropValue, setPropValue, setPropValueIncognito, setPropVolatile, severe, severe, severe, shouldSerializeToXML, throwIfReadOnly, toElementString, toNativeValue, toString, toString, triggerRemoteEvent, triggerRemoteEvent, validateProp, validatePropValue, verify, verifyHasPropertyItem, virtualize, warning, warning, warning
protected ErrorsProp()
public ErrorsProp(Atom propertyAtom)
propertyAtom
- the property atom.public ErrorsProp(Atom propertyAtom, List<GError> newValue) throws PropTypeException
propertyAtom
- the property atom.newValue
- the new error array value for the property.PropTypeException
- If the property is read-only.public Class<?>[] getValueClasses()
setPropertyValue
, in order of importance. Note that loss of precision
in data if e.g. an Float property accepts a Double. However, the setPropertyValue
throws IllegalArgumentException
if the range in invalid, e.g. conversion
of a Integer to a Byte, and the value is not -127 to 128.getValueClasses
in interface IGProp<List<GError>>
getValueClasses
in class GProp<List<GError>>
setPropertyValue
method.
The first type is the "native" or most preferred type. The array is at least one item in length
and never null.public ErrorsProp clone() throws CloneNotSupportedException
Cloning is used for "virtualization" of a property tree in the
server. Client property classes will therefore throw
CloneNotSupportedException
.
Once a tree has been cloned, the change-flag is reset, and the create-flag is set. All listeners are also removed! The new cloned property is an orphan, i.e. has no parent set.
Note that the cloning process is done WITHOUT thread synchronization for performance reasons, thus no modifications should be done to the tree!
The ErrorProperty clones the ArrayList used for the items.
clone
in class GProp<List<GError>>
CloneNotSupportedException
- If a subclass doesn't allow cloning,
e.g. the client properties.public void validatePropType(Object newValue) throws PropTypeException
List<?>
instance. Later, when setting
the property, the method modifyPropertyValue
will be called, and this
one will require the type List<GError>
in order not to throw
PropertyException
.validatePropType
in interface IGProp<List<GError>>
validatePropType
in class GProp<List<GError>>
newValue
- The new value to set.PropTypeException
- if newValue
is not of List<?>
instance.protected int modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) throws PropException
modifyPropValue
in class GProp<List<GError>>
oldValue
- The old value.newValue
- The new value.propMgr
- The property manager for remote change, null for local.PropException
- when the new value doesn't validate correctly.protected void appendPropValue(PropMgr propertyManager, Transaction trans, Object value)
appendPropValue
in class GProp<List<GError>>
propertyManager
- the property manager instance.trans
- transaction to append the properties to.value
- the value to append to the transaction, a reference to the current property value.public boolean initializeValue(PropMgr propertyManager, Transaction trans)
initializeValue
in class GProp<List<GError>>
propertyManager
- the property manager.trans
- the transaction to initialize the property with.public void initializeProp(Element element) throws PropException
Element
.
The property should initialize itself from attributes and nodes
with appropriate information.initializeProp
in class GProp<List<GError>>
element
- The Element
.PropException
- when the initialization fails.public void sortList() throws PropTypeException
PropTypeException
- If the property is read-only.public void initializeElement(Element element)
After the element, elements "error" builds up all entries containing the errors.
initializeElement
in class GProp<List<GError>>
element
- The Element
.public void addError(GError e) throws PropTypeException
e
- the error to add.PropTypeException
- If the property is read-only.public void addErrors(List<GError> newList) throws PropTypeException
newList
- the list of new errors to add.PropTypeException
- If the property is read-only.public void addErrors(GError[] errors) throws PropTypeException
errors
- the array of new errors to add.PropTypeException
- If the property is read-only.public boolean hasError(GError error)
error
- The error.public boolean removeError(GError error)
public int size()
public boolean clear() throws PropTypeException
PropTypeException
- If the property is read-only.public GError removeError(int index) throws PropTypeException
index
- the index in the array to remove.PropTypeException
- If the property is read-only.public GError getError(int index)
index
- the index of the error.public List<GError> getArrayList()
setChanged
method. Accessing the list
directly is enabled for performance reasons only.List<GError>
if the property is not read-only,
otherwise an unmodifiable synchronized List<GError>
.protected Object getPropValue0(Object value, int index) throws Exception
getPropValue0
in class GProp<List<GError>>
value
- The property value.index
- The index in the Class array returned by getValueClasses()
.Exception
- Other exceptions that could occur.protected Object toNativeValue0(Object value, int index) throws Exception
setPropertyValue
method
into the most preferred property value type. If the input value already is of the preferred type, the
same object is returned.toNativeValue0
in class GProp<List<GError>>
value
- The input value to convert to native value.index
- The index in the array returned by getValueClasses()
, or -1 if not found.Exception
- For conversion exceptions.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.