|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.jboss.gravel.common.ui.UIGravelBase
org.jboss.gravel.simple.ui.UISimple
org.jboss.gravel.simple.ui.UITableRow
org.jboss.gravel.simple.ui.UITableCell
public class UITableCell
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 |
---|
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
Constructor Detail |
---|
public UITableCell()
Method Detail |
---|
public String getAbbr()
getAbbr
in interface HasHtmlCellAttributes
public void setAbbr(String abbr)
public String getAxis()
getAxis
in interface HasHtmlCellAttributes
public void setAxis(String axis)
public String getHeaders()
getHeaders
in interface HasHtmlCellAttributes
public void setHeaders(String headers)
public String getScope()
getScope
in interface HasHtmlCellAttributes
public void setScope(String scope)
public int getRowspan()
getRowspan
in interface HasHtmlCellAttributes
public void setRowspan(int rowspan)
public int getColspan()
getColspan
in interface HasHtmlCellAttributes
public void setColspan(int colspan)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UITableRow
public void restoreState(javax.faces.context.FacesContext context, Object object)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UITableRow
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |