Class FormComponentContainerImpl
Object
HasAttributesAbstractElement
FormComponentContainerImpl
- All Implemented Interfaces:
FormComponentContainer,FormElement,HasAttributes,MutableFormComponentContainer,MutableHasAttributes,Serializable
public class FormComponentContainerImpl
extends HasAttributesAbstractElement
implements MutableFormComponentContainer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface MutableHasAttributes
MutableHasAttributes.AttributeChangeEvent, MutableHasAttributes.AttributeChangeLister -
Field Summary
Fields inherited from class HasAttributesAbstractElement
_attributes, listeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFormElement(FormElement element) voidaddFormElement(FormElement element, int index) booleancontainsFormElement(FormElement element) Sub elementosgetId()ID opcional do element containergetKey()getOrder()voidremoveFormElement(FormElement element) voidsetElements(Collection<FormElement> elements) voidvoidvoidtoString()Methods 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 HasAttributes
containsAttribute, containsAttribute, getAttribute, getAttribute, getAttributes, getBooleanAttribute, getBooleanAttribute, getNumberAttribute, getNumberAttributeMethods inherited from interface MutableHasAttributes
addAttributeChangeListener, overrideAttribute, removeAttribute, removeAttributeChangeListener, setAttribute, setAttributes
-
Constructor Details
-
FormComponentContainerImpl
-
-
Method Details
-
setKey
- Specified by:
setKeyin interfaceMutableFormComponentContainer
-
getKey
- Specified by:
getKeyin interfaceFormElement
-
getId
Description copied from interface:FormComponentContainerID opcional do element container- Specified by:
getIdin interfaceFormComponentContainer- Returns:
-
setId
- Specified by:
setIdin interfaceMutableFormComponentContainer
-
getElements
Description copied from interface:FormComponentContainerSub elementos- Specified by:
getElementsin interfaceFormComponentContainer- Returns:
-
removeFormElement
- Specified by:
removeFormElementin interfaceMutableFormComponentContainer
-
containsFormElement
- Specified by:
containsFormElementin interfaceMutableFormComponentContainer
-
setElements
- Specified by:
setElementsin interfaceMutableFormComponentContainer
-
addFormElement
- Specified by:
addFormElementin interfaceMutableFormComponentContainer
-
addFormElement
- Specified by:
addFormElementin interfaceMutableFormComponentContainer
-
toString
-
getOrder
- Specified by:
getOrderin interfaceFormElement
-
setOrder
- Specified by:
setOrderin interfaceMutableFormComponentContainer
-