org.jboss.gravel.simple.ui
Class UIForm

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.jboss.gravel.common.ui.UIGravelBase
              extended by org.jboss.gravel.simple.ui.UISimple
                  extended by org.jboss.gravel.simple.ui.UIForm
All Implemented Interfaces:
Serializable, javax.faces.component.StateHolder, HasHtmlBasicAttributes, HasHtmlCoreAttributes, HasHtmlEventsAttributes, HasHtmlI18nAttributes, HasHtmlStyleAttributes, HasJsfCoreAttributes

public class UIForm
extends UISimple

See Also:
Serialized Form

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

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final String RENDERER_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

UIForm

public UIForm()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class UISimple

getAction

public String getAction()

setAction

public void setAction(String action)

getMethod

public String getMethod()

setMethod

public void setMethod(String method)

getEnctype

public String getEnctype()

setEnctype

public void setEnctype(String enctype)

getAccept

public String getAccept()

setAccept

public void setAccept(String accept)

getOnsubmit

public String getOnsubmit()

setOnsubmit

public void setOnsubmit(String onsubmit)

getOnreset

public String getOnreset()

setOnreset

public void setOnreset(String onreset)

getAcceptCharset

public String getAcceptCharset()

setAcceptCharset

public void setAcceptCharset(String acceptCharset)

saveState

public Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class UISimple

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         Object object)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class UISimple