|
|||||||||
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.simple.ui.UISimple
org.jboss.gravel.simple.ui.UIForm
public class UIForm
Nested Class Summary | |
---|---|
static class |
UIForm.State
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
RENDERER_TYPE
|
Constructor Summary | |
---|---|
UIForm()
|
Method Summary | |
---|---|
String |
getAccept()
|
String |
getAcceptCharset()
|
String |
getAction()
|
String |
getEnctype()
|
String |
getFamily()
|
String |
getMethod()
|
String |
getOnreset()
|
String |
getOnsubmit()
|
void |
restoreState(javax.faces.context.FacesContext context,
Object object)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAccept(String accept)
|
void |
setAcceptCharset(String acceptCharset)
|
void |
setAction(String action)
|
void |
setEnctype(String enctype)
|
void |
setMethod(String method)
|
void |
setOnreset(String onreset)
|
void |
setOnsubmit(String onsubmit)
|
Methods inherited from class org.jboss.gravel.simple.ui.UISimple |
---|
getDir, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnload, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnunload, getStyle, getStyleClass, getTitle, isWriteTag, setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnload, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnunload, setStyle, setStyleClass, setTitle, setWriteTag |
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, getContainerClientId, 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.HasJsfCoreAttributes |
---|
getId, isRendered |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UIForm()
Method Detail |
---|
public String getFamily()
getFamily
in class UISimple
public String getAction()
public void setAction(String action)
public String getMethod()
public void setMethod(String method)
public String getEnctype()
public void setEnctype(String enctype)
public String getAccept()
public void setAccept(String accept)
public String getOnsubmit()
public void setOnsubmit(String onsubmit)
public String getOnreset()
public void setOnreset(String onreset)
public String getAcceptCharset()
public void setAcceptCharset(String acceptCharset)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UISimple
public void restoreState(javax.faces.context.FacesContext context, Object object)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UISimple
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |