|
|||||||||
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
public class UITableRow
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 |
---|
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
Constructor Detail |
---|
public UITableRow()
Method Detail |
---|
public String getAlign()
getAlign
in interface HasHtmlCellAlignAttributes
public void setAlign(String align)
public String getAlignChar()
getAlignChar
in interface HasHtmlCellAlignAttributes
public void setAlignChar(String alignChar)
public String getCharoff()
getCharoff
in interface HasHtmlCellAlignAttributes
public void setCharoff(String charoff)
public String getValign()
getValign
in interface HasHtmlCellAlignAttributes
public void setValign(String valign)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UISimple
public void restoreState(javax.faces.context.FacesContext context, Object object)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UISimple
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |