|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.clay.config.beans.AbstractBean org.apache.shale.clay.config.beans.ComponentBean org.apache.shale.clay.config.beans.InnerComponentBean org.apache.shale.clay.config.beans.ElementBean
public class ElementBean
This bean represents the composition of a complex component. The renderId
uniquely sequences it within a top-level ComponentBean
.
Constructor Summary | |
---|---|
ElementBean()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class org.apache.shale.clay.config.beans.InnerComponentBean |
---|
getIsAClientId |
Methods inherited from class org.apache.shale.clay.config.beans.AbstractBean |
---|
getDescription, setDescription |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementBean()
Method Detail |
---|
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 compare
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |