|
RichFaces UI Components UI 4.2.2.Final | |||||||||
| 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.richfaces.component.AbstractColumn
org.richfaces.component.UIColumn
@Generated(value={"RichFaces CDK","4.2.2.Final"})
public class UIColumn
The <rich:column> component facilitates columns in a table. It supports merging columns and rows, sorting, filtering, and customized skinning.
| Nested Class Summary | |
|---|---|
protected static class |
UIColumn.Properties
|
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
UIColumn()
|
|
| Method Summary | |
|---|---|
int |
getColspan()
Corresponds to the HTML colspan attribute |
Comparator<?> |
getComparator()
Defines value binding to the comparator that is used to compare the values |
String |
getFamily()
|
org.richfaces.model.Filter<?> |
getFilter()
Provides Filter instance which determines if given row value will be displayed. |
Object |
getFilterExpression()
Defines EL expression which returns true if given row should be displayed (EL expressions should use variable defined in filterVar attribute of dataTable) |
Object |
getFilterValue()
Defines current filtering value |
String |
getFooterClass()
Assigns one or more space-separated CSS class names to any footer generated for this component |
String |
getHeaderClass()
Assigns one or more space-separated CSS class names to any header generated for this component |
int |
getRowspan()
Corresponds to the HTML rowspan attribute |
Object |
getSortBy()
Defines a bean property which is used for sorting of a column. |
org.richfaces.component.SortOrder |
getSortOrder()
Defines order which will be used for sorting column: unsorted (default), ascending, descending |
String |
getStyle()
CSS style rules to be applied to the component |
String |
getStyleClass()
Assigns one or more CSS class names to the component. |
String |
getWidth()
Attribute defines width of column. |
boolean |
isBreakRowBefore()
if "true" next column begins from the first row |
void |
setBreakRowBefore(boolean breakRowBefore)
|
void |
setColspan(int colspan)
|
void |
setComparator(Comparator<?> comparator)
|
void |
setFilter(org.richfaces.model.Filter<?> filter)
|
void |
setFilterExpression(Object filterExpression)
|
void |
setFilterValue(Object filterValue)
|
void |
setFooterClass(String footerClass)
|
void |
setHeaderClass(String headerClass)
|
void |
setRowspan(int rowspan)
|
void |
setSortBy(Object sortBy)
|
void |
setSortOrder(org.richfaces.component.SortOrder sortOrder)
|
void |
setStyle(String style)
|
void |
setStyleClass(String styleClass)
|
void |
setWidth(String width)
|
| Methods inherited from class org.richfaces.component.AbstractColumn |
|---|
getFilterField, getSortField |
| Methods inherited from class javax.faces.component.UIColumn |
|---|
getFooter, getHeader, setFooter, setHeader |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
| 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
public static final String COMPONENT_FAMILY
| Constructor Detail |
|---|
public UIColumn()
| Method Detail |
|---|
public String getFamily()
getFamily in class javax.faces.component.UIColumnpublic boolean isBreakRowBefore()
AbstractColumn
isBreakRowBefore in class AbstractColumnpublic void setBreakRowBefore(boolean breakRowBefore)
public int getColspan()
AbstractColumn
getColspan in class AbstractColumnpublic void setColspan(int colspan)
public Comparator<?> getComparator()
AbstractColumn
getComparator in class AbstractColumnpublic void setComparator(Comparator<?> comparator)
public org.richfaces.model.Filter<?> getFilter()
AbstractColumn
getFilter in class AbstractColumnpublic void setFilter(org.richfaces.model.Filter<?> filter)
public Object getFilterExpression()
AbstractColumn
getFilterExpression in class AbstractColumnpublic void setFilterExpression(Object filterExpression)
public Object getFilterValue()
AbstractColumn
getFilterValue in class AbstractColumnpublic void setFilterValue(Object filterValue)
public String getFooterClass()
AbstractColumn
getFooterClass in class AbstractColumnpublic void setFooterClass(String footerClass)
public String getHeaderClass()
AbstractColumn
getHeaderClass in class AbstractColumnpublic void setHeaderClass(String headerClass)
public int getRowspan()
AbstractColumn
getRowspan in class AbstractColumnpublic void setRowspan(int rowspan)
public Object getSortBy()
AbstractColumn
getSortBy in class AbstractColumnpublic void setSortBy(Object sortBy)
public org.richfaces.component.SortOrder getSortOrder()
AbstractColumn
getSortOrder in class AbstractColumnpublic void setSortOrder(org.richfaces.component.SortOrder sortOrder)
public String getStyle()
AbstractColumn
getStyle in class AbstractColumnpublic void setStyle(String style)
public String getStyleClass()
AbstractColumn
getStyleClass in class AbstractColumnpublic void setStyleClass(String styleClass)
public String getWidth()
AbstractColumn
getWidth in class AbstractColumnpublic void setWidth(String width)
|
RichFaces UI Components UI 4.2.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||