| 
 | ||||||||||
| 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.UIColumn
org.apache.myfaces.custom.column.AbstractHtmlSimpleColumn
public abstract class AbstractHtmlSimpleColumn
A tag that extend h:column to provide HTML passthrough attributes. Tag t:column can be used instead of h:column in a t:datatable. It provides HTML passthrough attributes for header (th), footer (td) and row cells (td). Unless otherwise specified, all attributes accept static values or EL expressions.
| Field Summary | |
|---|---|
| static String | COMPONENT_TYPE | 
| Fields inherited from class javax.faces.component.UIColumn | 
|---|
| COMPONENT_FAMILY | 
| Fields inherited from class javax.faces.component.UIComponent | 
|---|
| bindings | 
| Constructor Summary | |
|---|---|
| AbstractHtmlSimpleColumn() | |
| Method Summary | |
|---|---|
| abstract  Object | getGroupByValue()Optional - Allows you configure where to get the value to check for the group change condition. | 
| abstract  String | getSortPropertyName()This attribute tells row object's property by which sorting will be performed on this column | 
| abstract  boolean | isDefaultSorted()This attribute tells the datatable to make this column the default sorted, when sortable=true | 
| abstract  boolean | isGroupBy()This attribute tells the datatable to group by data in this column | 
|  boolean | isGroupByValueSet() | 
| abstract  boolean | isSortable()This attribute makes this column automaticaly sortable by a row object's property | 
| Methods inherited from class javax.faces.component.UIColumn | 
|---|
| getFamily, getFooter, getHeader, getId, setFooter, setHeader | 
| Methods inherited from class javax.faces.component.UIComponentBase | 
|---|
| addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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 | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String COMPONENT_TYPE
| Constructor Detail | 
|---|
public AbstractHtmlSimpleColumn()
| Method Detail | 
|---|
public boolean isGroupByValueSet()
public abstract boolean isGroupBy()
public abstract Object getGroupByValue()
public abstract boolean isDefaultSorted()
public abstract boolean isSortable()
public abstract String getSortPropertyName()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||