|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| 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.icefaces.ace.component.column.ColumnBase
public class ColumnBase
| Nested Class Summary | |
|---|---|
protected static class |
ColumnBase.PropertyKeys
|
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIColumn |
|---|
COMPONENT_FAMILY |
| 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 | |
|---|---|
ColumnBase()
|
|
| Method Summary | |
|---|---|
int |
getColspan()
Return the value of the colspan property. |
java.lang.String |
getFamily()
|
java.lang.Object |
getFilterBy()
Return the value of the filterBy property. |
java.lang.String |
getFilterMatchMode()
Return the value of the filterMatchMode property. |
java.lang.Object |
getFilterOptions()
Return the value of the filterOptions property. |
java.lang.String |
getFilterStyle()
Return the value of the filterStyle property. |
java.lang.String |
getFilterStyleClass()
Return the value of the filterStyleClass property. |
java.lang.String |
getFilterValue()
Return the value of the filterValue property. |
java.lang.String |
getFooterText()
Return the value of the footerText property. |
java.lang.Object |
getGroupBy()
Return the value of the groupBy property. |
java.lang.String |
getHeaderText()
Return the value of the headerText property. |
int |
getRowspan()
Return the value of the rowspan property. |
java.lang.Object |
getSelectBy()
Return the value of the selectBy property. |
java.lang.Object |
getSortBy()
Return the value of the sortBy property. |
java.util.Comparator |
getSortFunction()
Return the value of the sortFunction property. |
java.lang.Integer |
getSortPriority()
Return the value of the sortPriority property. |
java.lang.String |
getStyle()
Return the value of the style property. |
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
boolean |
isConfigurable()
Return the value of the configurable property. |
boolean |
isReorderable()
Return the value of the reorderable property. |
java.lang.Boolean |
isSortAscending()
Return the value of the sortAscending property. |
boolean |
isStacked()
Return the value of the stacked property. |
void |
setColspan(int colspan)
Set the value of the colspan property. |
void |
setConfigurable(boolean configurable)
Set the value of the configurable property. |
void |
setFilterBy(java.lang.Object filterBy)
Set the value of the filterBy property. |
void |
setFilterMatchMode(java.lang.String filterMatchMode)
Set the value of the filterMatchMode property. |
void |
setFilterOptions(java.lang.Object filterOptions)
Set the value of the filterOptions property. |
void |
setFilterStyle(java.lang.String filterStyle)
Set the value of the filterStyle property. |
void |
setFilterStyleClass(java.lang.String filterStyleClass)
Set the value of the filterStyleClass property. |
void |
setFilterValue(java.lang.String filterValue)
Set the value of the filterValue property. |
void |
setFooterText(java.lang.String footerText)
Set the value of the footerText property. |
void |
setGroupBy(java.lang.Object groupBy)
Set the value of the groupBy property. |
void |
setHeaderText(java.lang.String headerText)
Set the value of the headerText property. |
void |
setReorderable(boolean reorderable)
Set the value of the reorderable property. |
void |
setRowspan(int rowspan)
Set the value of the rowspan property. |
void |
setSelectBy(java.lang.Object selectBy)
Set the value of the selectBy property. |
void |
setSortAscending(java.lang.Boolean sortAscending)
Set the value of the sortAscending property. |
void |
setSortBy(java.lang.Object sortBy)
Set the value of the sortBy property. |
void |
setSortFunction(java.util.Comparator sortFunction)
Set the value of the sortFunction property. |
void |
setSortPriority(java.lang.Integer sortPriority)
Set the value of the sortPriority property. |
void |
setStacked(boolean stacked)
Set the value of the stacked property. |
void |
setStyle(java.lang.String style)
Set the value of the style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property. |
| 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 java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public ColumnBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIColumnpublic void setStacked(boolean stacked)
Set the value of the stacked property.
public boolean isStacked()
Return the value of the stacked property.
public void setFooterText(java.lang.String footerText)
Set the value of the footerText property.
public java.lang.String getFooterText()
Return the value of the footerText property.
public void setColspan(int colspan)
Set the value of the colspan property.
public int getColspan()
Return the value of the colspan property.
public void setSortPriority(java.lang.Integer sortPriority)
Set the value of the sortPriority property.
public java.lang.Integer getSortPriority()
Return the value of the sortPriority property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
public java.lang.String getStyleClass()
Return the value of the styleClass property.
public void setFilterMatchMode(java.lang.String filterMatchMode)
Set the value of the filterMatchMode property.
public java.lang.String getFilterMatchMode()
Return the value of the filterMatchMode property.
public void setRowspan(int rowspan)
Set the value of the rowspan property.
public int getRowspan()
Return the value of the rowspan property.
public void setSelectBy(java.lang.Object selectBy)
Set the value of the selectBy property.
public java.lang.Object getSelectBy()
Return the value of the selectBy property.
public void setSortFunction(java.util.Comparator sortFunction)
Set the value of the sortFunction property.
public java.util.Comparator getSortFunction()
Return the value of the sortFunction property.
public void setGroupBy(java.lang.Object groupBy)
Set the value of the groupBy property.
public java.lang.Object getGroupBy()
Return the value of the groupBy property.
public void setConfigurable(boolean configurable)
Set the value of the configurable property.
public boolean isConfigurable()
Return the value of the configurable property.
public void setFilterValue(java.lang.String filterValue)
Set the value of the filterValue property.
public java.lang.String getFilterValue()
Return the value of the filterValue property.
public void setSortBy(java.lang.Object sortBy)
Set the value of the sortBy property.
public java.lang.Object getSortBy()
Return the value of the sortBy property.
public void setReorderable(boolean reorderable)
Set the value of the reorderable property.
public boolean isReorderable()
Return the value of the reorderable property.
public void setStyle(java.lang.String style)
Set the value of the style property.
public java.lang.String getStyle()
Return the value of the style property.
public void setFilterOptions(java.lang.Object filterOptions)
Set the value of the filterOptions property.
public java.lang.Object getFilterOptions()
Return the value of the filterOptions property.
public void setFilterStyleClass(java.lang.String filterStyleClass)
Set the value of the filterStyleClass property.
public java.lang.String getFilterStyleClass()
Return the value of the filterStyleClass property.
public void setSortAscending(java.lang.Boolean sortAscending)
Set the value of the sortAscending property.
public java.lang.Boolean isSortAscending()
Return the value of the sortAscending property.
public void setFilterStyle(java.lang.String filterStyle)
Set the value of the filterStyle property.
public java.lang.String getFilterStyle()
Return the value of the filterStyle property.
public void setFilterBy(java.lang.Object filterBy)
Set the value of the filterBy property.
public java.lang.Object getFilterBy()
Return the value of the filterBy property.
public void setHeaderText(java.lang.String headerText)
Set the value of the headerText property.
public java.lang.String getHeaderText()
Return the value of the headerText property.
|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||