|
||||||||||
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
javax.faces.component.UIPanel
org.richfaces.component.UIColumnGroup
org.richfaces.component.html.HtmlColumnGroup
public class HtmlColumnGroup
Component-Type org.richfaces.ColumnGroup Component-Family org.richfaces.ColumnGroup Renderer-Type org.richfaces.ColumnGroupRenderer
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
HtmlColumnGroup()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getColumnClasses()
Comma-delimited list of CSS style classes that are be applied to the columns of this table. |
java.lang.String |
getDir()
Direction indication for text that does not inherit directionality. |
java.lang.String |
getFamily()
|
java.lang.String |
getLang()
Code describing the language used in the generated markup for this component Getter for lang |
java.lang.String |
getRowClasses()
A comma-delimited list of CSS style classes that is applied to popup table rows. |
java.lang.String |
getStyle()
CSS style(s) is/are to be applied when this component is rendered Getter for style |
java.lang.String |
getStyleClass()
Corresponds to the HTML class attribute Getter for styleClass |
java.lang.String |
getTitle()
Advisory title information about markup elements generated for this component Getter for title |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setColumnClasses(java.lang.String __columnClasses)
Comma-delimited list of CSS style classes that are be applied to the columns of this table. |
void |
setDir(java.lang.String __dir)
Direction indication for text that does not inherit directionality. |
void |
setLang(java.lang.String __lang)
Code describing the language used in the generated markup for this component Setter for lang |
void |
setRowClasses(java.lang.String __rowClasses)
A comma-delimited list of CSS style classes that is applied to popup table rows. |
void |
setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass |
void |
setTitle(java.lang.String __title)
Advisory title information about markup elements generated for this component Setter for title |
Methods inherited from class org.richfaces.component.UIColumnGroup |
---|
columns, isBreakBefore, setBreakBefore |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public HtmlColumnGroup()
Method Detail |
---|
public void setTitle(java.lang.String __title)
title
- - new valuepublic java.lang.String getTitle()
public void setColumnClasses(java.lang.String __columnClasses)
columnClasses
- - new valuepublic java.lang.String getColumnClasses()
public void setStyle(java.lang.String __style)
style
- - new valuepublic java.lang.String getStyle()
public void setRowClasses(java.lang.String __rowClasses)
rowClasses
- - new valuepublic java.lang.String getRowClasses()
public void setDir(java.lang.String __dir)
dir
- - new valuepublic java.lang.String getDir()
public void setStyleClass(java.lang.String __styleClass)
styleClass
- - new valuepublic java.lang.String getStyleClass()
public void setLang(java.lang.String __lang)
lang
- - new valuepublic java.lang.String getLang()
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIPanel
public java.lang.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, java.lang.Object state)
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 |