org.jboss.gravel.simple.ui
Class UITableCell

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
                      extended by org.jboss.gravel.simple.ui.UITableCell
All Implemented Interfaces:
Serializable, javax.faces.component.StateHolder, HasHtmlBasicAttributes, HasHtmlCellAlignAttributes, HasHtmlCellAttributes, HasHtmlCoreAttributes, HasHtmlEventsAttributes, HasHtmlI18nAttributes, HasHtmlStyleAttributes, HasJsfCoreAttributes

public class UITableCell
extends UITableRow
implements HasHtmlCellAttributes

See Also:
Serialized Form

Nested Class Summary
static class UITableCell.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
UITableCell()
           
 
Method Summary
 String getAbbr()
           
 String getAxis()
           
 int getColspan()
           
 String getHeaders()
           
 int getRowspan()
           
 String getScope()
           
 void restoreState(javax.faces.context.FacesContext context, Object object)
           
 Object saveState(javax.faces.context.FacesContext context)
           
 void setAbbr(String abbr)
           
 void setAxis(String axis)
           
 void setColspan(int colspan)
           
 void setHeaders(String headers)
           
 void setRowspan(int rowspan)
           
 void setScope(String scope)
           
 
Methods inherited from class org.jboss.gravel.simple.ui.UITableRow
getAlign, getAlignChar, getCharoff, getValign, setAlign, setAlignChar, setCharoff, setValign
 
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.HasHtmlCellAlignAttributes
getAlign, getAlignChar, getCharoff, getValign
 
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

UITableCell

public UITableCell()
Method Detail

getAbbr

public String getAbbr()
Specified by:
getAbbr in interface HasHtmlCellAttributes

setAbbr

public void setAbbr(String abbr)

getAxis

public String getAxis()
Specified by:
getAxis in interface HasHtmlCellAttributes

setAxis

public void setAxis(String axis)

getHeaders

public String getHeaders()
Specified by:
getHeaders in interface HasHtmlCellAttributes

setHeaders

public void setHeaders(String headers)

getScope

public String getScope()
Specified by:
getScope in interface HasHtmlCellAttributes

setScope

public void setScope(String scope)

getRowspan

public int getRowspan()
Specified by:
getRowspan in interface HasHtmlCellAttributes

setRowspan

public void setRowspan(int rowspan)

getColspan

public int getColspan()
Specified by:
getColspan in interface HasHtmlCellAttributes

setColspan

public void setColspan(int colspan)

saveState

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

restoreState

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