Class ValidatorDescriptorImpl
Object
HasAttributesAbstractElement
FormElementDescriptorImpl
ValidatorDescriptorImpl
- All Implemented Interfaces:
FormElement,FormElementDescriptor,HasAttributes,MutableFormElementDescriptor,MutableHasAttributes,UniqueDescriptor,MutableValidatorDescriptor,ValidatorDescriptor,Serializable
public class ValidatorDescriptorImpl
extends FormElementDescriptorImpl
implements MutableValidatorDescriptor
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class FormElementDescriptorImpl
FormElementDescriptorImpl.FormElementKeySorterNested classes/interfaces inherited from interface MutableHasAttributes
MutableHasAttributes.AttributeChangeEvent, MutableHasAttributes.AttributeChangeLister -
Field Summary
Fields inherited from class FormElementDescriptorImpl
childDescriptors, childOrder, key, order, valueFields inherited from class HasAttributesAbstractElement
_attributes, listeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()ID do descritorbooleanvoidvoidsetSupressMessages(boolean supressMessages) Methods inherited from class FormElementDescriptorImpl
addChild, containsChild, descriptorValue, existsChildDescriptor, getChildDescriptor, getChildDescriptors, getChildDescriptors, getKey, getOrder, isLazyLoad, removeAllChildDescriptors, removeChild, setChildDescriptors, setChildOrder, setDescriptorValue, setKey, setOrder, sortChildDescriptors, sortChilds, toStringMethods inherited from class HasAttributesAbstractElement
addAttributeChangeListener, containsAttribute, containsAttribute, fireAttributeChangeEvent, getAttribute, getAttribute, getAttributes, getBooleanAttribute, getBooleanAttribute, getNumberAttribute, getNumberAttribute, overrideAttribute, removeAttribute, removeAttributeChangeListener, setAttribute, setAttributesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface FormElement
getKey, getOrderMethods inherited from interface FormElementDescriptor
descriptorValue, existsChildDescriptor, getChildDescriptor, getChildDescriptors, getChildDescriptors, isLazyLoadMethods inherited from interface HasAttributes
containsAttribute, containsAttribute, getAttribute, getAttribute, getAttributes, getBooleanAttribute, getBooleanAttribute, getNumberAttribute, getNumberAttributeMethods inherited from interface MutableHasAttributes
addAttributeChangeListener, overrideAttribute, removeAttribute, removeAttributeChangeListener, setAttribute, setAttributes
-
Constructor Details
-
ValidatorDescriptorImpl
public ValidatorDescriptorImpl() -
ValidatorDescriptorImpl
-
-
Method Details
-
getId
Description copied from interface:UniqueDescriptorID do descritor- Specified by:
getIdin interfaceUniqueDescriptor- Returns:
-
setId
- Specified by:
setIdin interfaceMutableValidatorDescriptor
-
isSupressMessages
public boolean isSupressMessages()- Specified by:
isSupressMessagesin interfaceValidatorDescriptor
-
setSupressMessages
public void setSupressMessages(boolean supressMessages) - Specified by:
setSupressMessagesin interfaceMutableValidatorDescriptor
-