org.jboss.gravel.simple.ui
Class UISimple

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
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

Nested Class Summary
static class UISimple.State
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String RENDERER_TYPE
           
 
Constructor Summary
UISimple()
           
 
Method Summary
 String getDir()
           
 String getFamily()
           
 String getLang()
           
 String getOnclick()
           
 String getOndblclick()
           
 String getOnkeydown()
           
 String getOnkeypress()
           
 String getOnkeyup()
           
 String getOnload()
           
 String getOnmousedown()
           
 String getOnmousemove()
           
 String getOnmouseout()
           
 String getOnmouseover()
           
 String getOnmouseup()
           
 String getOnunload()
           
 String getStyle()
           
 String getStyleClass()
           
 String getTitle()
           
 boolean isWriteTag()
           
 void restoreState(javax.faces.context.FacesContext context, Object object)
           
 Object saveState(javax.faces.context.FacesContext context)
           
 void setDir(String dir)
           
 void setLang(String lang)
           
 void setOnclick(String onclick)
           
 void setOndblclick(String ondblclick)
           
 void setOnkeydown(String onkeydown)
           
 void setOnkeypress(String onkeypress)
           
 void setOnkeyup(String onkeyup)
           
 void setOnload(String onload)
           
 void setOnmousedown(String onmousedown)
           
 void setOnmousemove(String onmousemove)
           
 void setOnmouseout(String onmouseout)
           
 void setOnmouseover(String onmouseover)
           
 void setOnmouseup(String onmouseup)
           
 void setOnunload(String onunload)
           
 void setStyle(String style)
           
 void setStyleClass(String styleClass)
           
 void setTitle(String title)
           
 void setWriteTag(boolean writeTag)
           
 
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

UISimple

public UISimple()
Method Detail

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