Interface MutableFormComponentContainer
- All Superinterfaces:
FormComponentContainer,FormElement,HasAttributes,MutableHasAttributes,Serializable
- All Known Implementing Classes:
FormComponentContainerImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface MutableHasAttributes
MutableHasAttributes.AttributeChangeEvent, MutableHasAttributes.AttributeChangeLister -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFormElement(FormElement element) voidaddFormElement(FormElement element, int index) booleancontainsFormElement(FormElement element) voidremoveFormElement(FormElement element) voidsetElements(Collection<FormElement> elements) voidvoidvoidMethods inherited from interface FormComponentContainer
getElements, getIdMethods inherited from interface FormElement
getKey, getOrderMethods 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
-
setId
-
setKey
-
addFormElement
-
addFormElement
-
removeFormElement
-
containsFormElement
-
setElements
-
setOrder
-