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() |
getIsAClientId
addActionListener, 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, setValueChangeListeners
getDescription, setDescription
public String toString()
toString
in class ComponentBean
public 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 Comparable
compareTo
in class ComponentBean
obj
- object to compareCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.