org.jboss.gravel.simple.ui
Class UITableRow

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.UITableRow
All Implemented Interfaces:
Serializable, javax.faces.component.StateHolder, HasHtmlBasicAttributes, HasHtmlCellAlignAttributes, HasHtmlCoreAttributes, HasHtmlEventsAttributes, HasHtmlI18nAttributes, HasHtmlStyleAttributes, HasJsfCoreAttributes
Direct Known Subclasses:
UITableCell

public class UITableRow
extends UISimple
implements HasHtmlCellAlignAttributes

See Also:
Serialized Form

Nested Class Summary
static class UITableRow.State
           
 
Field Summary
static String COMPONENT_TYPE
           
static String RENDERER_TYPE
           
 
Fields inherited from class org.jboss.gravel.simple.ui.UISimple
COMPONENT_FAMILY
 
Constructor Summary
UITableRow()
           
 
Method Summary
 String getAlign()
           
 String getAlignChar()
           
 String getCharoff()
           
 String getValign()
           
 void restoreState(javax.faces.context.FacesContext context, Object object)
           
 Object saveState(javax.faces.context.FacesContext context)
           
 void setAlign(String align)
           
 void setAlignChar(String alignChar)
           
 void setCharoff(String charoff)
           
 void setValign(String valign)
           
 
Methods inherited from class org.jboss.gravel.simple.ui.UISimple
getDir, getFamily, 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.HasHtmlEventsAttributes
getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnload, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnunload
 
Methods inherited from interface org.jboss.gravel.common.ui.HasHtmlCoreAttributes
getTitle
 
Methods inherited from interface org.jboss.gravel.common.ui.HasHtmlStyleAttributes
getStyle, getStyleClass
 
Methods inherited from interface org.jboss.gravel.common.ui.HasJsfCoreAttributes
getId, isRendered
 
Methods inherited from interface org.jboss.gravel.common.ui.HasHtmlI18nAttributes
getDir, getLang
 

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

UITableRow

public UITableRow()
Method Detail

getAlign

public String getAlign()
Specified by:
getAlign in interface HasHtmlCellAlignAttributes

setAlign

public void setAlign(String align)

getAlignChar

public String getAlignChar()
Specified by:
getAlignChar in interface HasHtmlCellAlignAttributes

setAlignChar

public void setAlignChar(String alignChar)

getCharoff

public String getCharoff()
Specified by:
getCharoff in interface HasHtmlCellAlignAttributes

setCharoff

public void setCharoff(String charoff)

getValign

public String getValign()
Specified by:
getValign in interface HasHtmlCellAlignAttributes

setValign

public void setValign(String valign)

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