|
|||||||||
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
org.jboss.gravel.common.ui.UINamingContainer
org.jboss.gravel.common.ui.UICollection
public abstract class UICollection
Nested Class Summary | |
---|---|
static class |
UICollection.State
|
Field Summary |
---|
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
UICollection()
|
|
UICollection(boolean prependIdDefault)
|
Method Summary | |
---|---|
int |
getFirst()
|
String |
getIdVar()
|
int |
getLimit()
|
Object |
getValue()
|
List<?> |
getValueList()
|
String |
getVar()
|
void |
restoreState(javax.faces.context.FacesContext context,
Object object)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setFirst(int first)
|
void |
setIdVar(String idVar)
|
void |
setLimit(int limit)
|
void |
setValue(Object value)
|
void |
setVar(String var)
|
Methods inherited from class org.jboss.gravel.common.ui.UINamingContainer |
---|
getContainerClientId, isPrependId, setPrependId |
Methods inherited from class org.jboss.gravel.common.ui.UIGravelBase |
---|
getChildrenOfType, getChildrenOfType, 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, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getFamily, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.gravel.common.ui.FriendlyNamingContainer |
---|
isPrependId, setPrependId |
Constructor Detail |
---|
public UICollection()
public UICollection(boolean prependIdDefault)
Method Detail |
---|
public int getFirst()
getFirst
in interface CollectionComponent
public void setFirst(int first)
public int getLimit()
getLimit
in interface CollectionComponent
public void setLimit(int limit)
public List<?> getValueList()
getValueList
in interface CollectionComponent
public Object getValue()
public void setValue(Object value)
public String getVar()
getVar
in interface CollectionComponent
public void setVar(String var)
public String getIdVar()
getIdVar
in interface CollectionComponent
public void setIdVar(String idVar)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UINamingContainer
public void restoreState(javax.faces.context.FacesContext context, Object object)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UINamingContainer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |