Interface MutableFormElementDescriptor
- All Superinterfaces:
FormElement,FormElementDescriptor,HasAttributes,MutableHasAttributes,Serializable
- All Known Subinterfaces:
MutableFieldDescriptor
- All Known Implementing Classes:
FieldDescriptorImpl,FormElementDescriptorImpl,ValidatorDescriptorImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface MutableHasAttributes
MutableHasAttributes.AttributeChangeEvent, MutableHasAttributes.AttributeChangeLister -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(FormElementDescriptor descriptor) booleancontainsChild(FormElementDescriptor descriptor) voidvoidremoveChild(FormElementDescriptor descriptor) voidsetChildDescriptors(Collection<FormElementDescriptor> descriptors) voidsetChildOrder(String... elements) voidsetDescriptorValue(String value) voidvoidvoidsortChildDescriptors(Comparator<FormElementDescriptor> comparator) Methods 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
-
Method Details
-
setKey
-
setDescriptorValue
-
setChildDescriptors
-
addChild
-
removeChild
-
containsChild
-
removeAllChildDescriptors
void removeAllChildDescriptors() -
setOrder
-
setChildOrder
-
sortChildDescriptors
-