|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.jboss.gravel.common.ui.UIGravelBase
public abstract class UIGravelBase
Constructor Summary | |
---|---|
UIGravelBase()
|
Method Summary | ||
---|---|---|
|
getChildrenOfType(Class<T> claxx)
Get immediate children of the given type. |
|
|
getChildrenOfType(Class<T> claxx,
Class<S> collectionClaxx)
Get immediate children of the given type, or the immediate children of the given collection type, which itself must be an immediate child of this component. |
|
boolean |
isGeneratedId()
|
Methods inherited from class javax.faces.component.UIComponentBase |
---|
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getFamily, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIGravelBase()
Method Detail |
---|
public boolean isGeneratedId()
public <T extends javax.faces.component.UIComponent,S extends UICollection> Iterator<T> getChildrenOfType(Class<T> claxx, Class<S> collectionClaxx)
claxx
- the class to search forcollectionClaxx
- the type of collection to include in the search, or null
for none
public <T extends javax.faces.component.UIComponent> Iterator<T> getChildrenOfType(Class<T> claxx)
claxx
- the class to search for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |