|
|||||||||
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.data.ui.UIProperties
public final class UIProperties
Nested Class Summary | |
---|---|
static class |
UIProperties.State
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
RENDERER_TYPE
|
Constructor Summary | |
---|---|
UIProperties()
|
Method Summary | |
---|---|
String |
getFamily()
|
NodeMap |
getPropertiesMap()
|
String |
getVar()
|
void |
processRestoreState(javax.faces.context.FacesContext context,
Object state)
|
void |
restoreState(javax.faces.context.FacesContext context,
Object stateObject)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setPropertiesMap(NodeMap propertiesMap)
|
void |
setVar(String var)
|
void |
updatePropertyMap(javax.faces.context.FacesContext context)
|
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, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UIProperties()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public NodeMap getPropertiesMap()
public void setPropertiesMap(NodeMap propertiesMap)
public String getVar()
public void setVar(String var)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, Object stateObject)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public void processRestoreState(javax.faces.context.FacesContext context, Object state)
processRestoreState
in class javax.faces.component.UIComponentBase
public void updatePropertyMap(javax.faces.context.FacesContext context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |