|
|||||||||
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.compat.ui.UIDataTableColumn
public final class UIDataTableColumn
Nested Class Summary | |
---|---|
static class |
UIDataTableColumn.State
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
RENDERER_TYPE
|
Constructor Summary | |
---|---|
UIDataTableColumn()
|
Method Summary | |
---|---|
String |
getFamily()
|
String |
getFooterClass()
|
String |
getFooterStyle()
|
String |
getHeaderClass()
|
String |
getHeaderStyle()
|
String |
getStyle()
|
String |
getStyleClass()
|
void |
restoreState(javax.faces.context.FacesContext context,
Object object)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setFooterClass(String footerClass)
|
void |
setFooterStyle(String footerStyle)
|
void |
setHeaderClass(String headerClass)
|
void |
setHeaderStyle(String headerStyle)
|
void |
setStyle(String style)
|
void |
setStyleClass(String styleClass)
|
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 |
---|
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UIDataTableColumn()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getStyleClass()
getStyleClass
in interface HasHtmlStyleAttributes
public void setStyleClass(String styleClass)
public String getStyle()
getStyle
in interface HasHtmlStyleAttributes
public void setStyle(String style)
public String getFooterClass()
public void setFooterClass(String footerClass)
public String getFooterStyle()
public void setFooterStyle(String footerStyle)
public String getHeaderClass()
public void setHeaderClass(String headerClass)
public String getHeaderStyle()
public void setHeaderStyle(String headerStyle)
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, Object object)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |