public class ElementBean extends InnerComponentBean implements Comparable, Serializable
This bean represents the composition of a complex component. The renderId
uniquely sequences it within a top-level ComponentBean.
| Constructor and Description |
|---|
ElementBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj)
This is an override of the
ComponentBean making the
renderId the ordering identifier instead of the
jsfid. |
int |
getRenderId()
Returns an integer id that is used to order within the
ComponentBean children
set. |
void |
setRenderId(int i)
Sets an integer id that is used to order within the
ComponentBean children
set. |
String |
toString() |
getIsAClientIdaddActionListener, addAttribute, addChild, addConverter, addSymbol, addValidator, addValueChangeListener, getActionListenerIterator, getActionListeners, getAllowBody, getAttribute, getAttributeIterator, getAttributes, getChildren, getChildrenIterator, getComponentType, getConverter, getExtends, getFacetName, getHasAClientId, getHasAParent, getId, getIsAParent, getIsBodyAllowed, getJsfid, getJspId, getSymbol, getSymbols, getValidatorIterator, getValidators, getValueChangeListenerIterator, getValueChangeListeners, isInheritanceFinal, setActionListeners, setAllowBody, setAttributes, setChildren, setComponentType, setExtends, setFacetName, setHasAParent, setId, setInheritanceFinal, setIsAParent, setJsfid, setValidators, setValueChangeListenersgetDescription, setDescriptionpublic String toString()
toString in class ComponentBeanpublic int getRenderId()
Returns an integer id that is used to order within the ComponentBean children
set.
public void setRenderId(int i)
Sets an integer id that is used to order within the ComponentBean children
set.
i - render idpublic int compareTo(Object obj)
This is an override of the ComponentBean making the
renderId the ordering identifier instead of the
jsfid.
compareTo in interface ComparablecompareTo in class ComponentBeanobj - object to compareCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.