org.jboss.gravel.simple.ui
Class UISimple
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.jboss.gravel.common.ui.UIGravelBase
org.jboss.gravel.simple.ui.UISimple
- All Implemented Interfaces:
- Serializable, javax.faces.component.StateHolder, HasHtmlBasicAttributes, HasHtmlCoreAttributes, HasHtmlEventsAttributes, HasHtmlI18nAttributes, HasHtmlStyleAttributes, HasJsfCoreAttributes
- Direct Known Subclasses:
- UIForm, UILabel, UITableRow
public class UISimple
- extends UIGravelBase
- implements HasHtmlBasicAttributes
- See Also:
- Serialized Form
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 |
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
UISimple
public UISimple()
getFamily
public String getFamily()
- Specified by:
getFamily
in class javax.faces.component.UIComponent
isWriteTag
public boolean isWriteTag()
setWriteTag
public void setWriteTag(boolean writeTag)
getStyleClass
public String getStyleClass()
- Specified by:
getStyleClass
in interface HasHtmlStyleAttributes
setStyleClass
public void setStyleClass(String styleClass)
getStyle
public String getStyle()
- Specified by:
getStyle
in interface HasHtmlStyleAttributes
setStyle
public void setStyle(String style)
getTitle
public String getTitle()
- Specified by:
getTitle
in interface HasHtmlCoreAttributes
setTitle
public void setTitle(String title)
getLang
public String getLang()
- Specified by:
getLang
in interface HasHtmlI18nAttributes
setLang
public void setLang(String lang)
getDir
public String getDir()
- Specified by:
getDir
in interface HasHtmlI18nAttributes
setDir
public void setDir(String dir)
getOnclick
public String getOnclick()
- Specified by:
getOnclick
in interface HasHtmlEventsAttributes
setOnclick
public void setOnclick(String onclick)
getOndblclick
public String getOndblclick()
- Specified by:
getOndblclick
in interface HasHtmlEventsAttributes
setOndblclick
public void setOndblclick(String ondblclick)
getOnmousedown
public String getOnmousedown()
- Specified by:
getOnmousedown
in interface HasHtmlEventsAttributes
setOnmousedown
public void setOnmousedown(String onmousedown)
getOnmouseup
public String getOnmouseup()
- Specified by:
getOnmouseup
in interface HasHtmlEventsAttributes
setOnmouseup
public void setOnmouseup(String onmouseup)
getOnmouseover
public String getOnmouseover()
- Specified by:
getOnmouseover
in interface HasHtmlEventsAttributes
setOnmouseover
public void setOnmouseover(String onmouseover)
getOnmousemove
public String getOnmousemove()
- Specified by:
getOnmousemove
in interface HasHtmlEventsAttributes
setOnmousemove
public void setOnmousemove(String onmousemove)
getOnmouseout
public String getOnmouseout()
- Specified by:
getOnmouseout
in interface HasHtmlEventsAttributes
setOnmouseout
public void setOnmouseout(String onmouseout)
getOnkeypress
public String getOnkeypress()
- Specified by:
getOnkeypress
in interface HasHtmlEventsAttributes
setOnkeypress
public void setOnkeypress(String onkeypress)
getOnkeydown
public String getOnkeydown()
- Specified by:
getOnkeydown
in interface HasHtmlEventsAttributes
setOnkeydown
public void setOnkeydown(String onkeydown)
getOnkeyup
public String getOnkeyup()
- Specified by:
getOnkeyup
in interface HasHtmlEventsAttributes
setOnkeyup
public void setOnkeyup(String onkeyup)
getOnload
public String getOnload()
- Specified by:
getOnload
in interface HasHtmlEventsAttributes
setOnload
public void setOnload(String onload)
getOnunload
public String getOnunload()
- Specified by:
getOnunload
in interface HasHtmlEventsAttributes
setOnunload
public void setOnunload(String onunload)
saveState
public Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIComponentBase
restoreState
public void restoreState(javax.faces.context.FacesContext context,
Object object)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIComponentBase