public class Column extends javax.faces.component.UIColumn implements UIColumn, MenuColumn
Modifier and Type | Class and Description |
---|---|
protected static class |
Column.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
Column() |
Modifier and Type | Method and Description |
---|---|
String |
getAriaHeaderText() |
CellEditor |
getCellEditor() |
int |
getColspan() |
String |
getColumnKey() |
List |
getElements() |
int |
getElementsCount() |
javax.el.MethodExpression |
getExportFunction() |
String |
getFamily() |
String |
getField() |
Object |
getFilterBy() |
javax.el.MethodExpression |
getFilterFunction() |
String |
getFilterMatchMode() |
int |
getFilterMaxLength() |
Object |
getFilterOptions() |
String |
getFilterPosition() |
String |
getFilterStyle() |
String |
getFilterStyleClass() |
Object |
getFilterValue() |
String |
getFooterText() |
String |
getHeaderText() |
int |
getPriority() |
int |
getRowspan() |
String |
getSelectionMode() |
Object |
getSortBy() |
javax.el.MethodExpression |
getSortFunction() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidth() |
boolean |
isDynamic() |
boolean |
isExportable() |
boolean |
isFilterable() |
boolean |
isResizable() |
boolean |
isSelectRow() |
boolean |
isSortable() |
boolean |
isToggleable() |
boolean |
isVisible() |
void |
renderChildren(javax.faces.context.FacesContext context) |
void |
setAriaHeaderText(String _ariaHeaderText) |
void |
setColspan(int _colspan) |
void |
setExportable(boolean _exportable) |
void |
setExportFunction(javax.el.MethodExpression _exportFunction) |
void |
setField(String _field) |
void |
setFilterable(boolean _filterable) |
void |
setFilterBy(Object _filterBy) |
void |
setFilterFunction(javax.el.MethodExpression _filterFunction) |
void |
setFilterMatchMode(String _filterMatchMode) |
void |
setFilterMaxLength(int _filterMaxLength) |
void |
setFilterOptions(Object _filterOptions) |
void |
setFilterPosition(String _filterPosition) |
void |
setFilterStyle(String _filterStyle) |
void |
setFilterStyleClass(String _filterStyleClass) |
void |
setFilterValue(Object _filterValue) |
void |
setFooterText(String _footerText) |
void |
setHeaderText(String _headerText) |
void |
setPriority(int _priority) |
void |
setResizable(boolean _resizable) |
void |
setRowspan(int _rowspan) |
void |
setSelectionMode(String _selectionMode) |
void |
setSelectRow(boolean _selectRow) |
void |
setSortable(boolean _sortable) |
void |
setSortBy(Object _sortBy) |
void |
setSortFunction(javax.el.MethodExpression _sortFunction) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setToggleable(boolean _toggleable) |
void |
setVisible(boolean _visible) |
void |
setWidth(String _width) |
getFooter, getHeader, setFooter, setHeader
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getChildren, getClientId, getClientId, getContainerClientId, getFacet, getValueExpression, isRendered
getId, isRendered, setId
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIColumn
public void setSortBy(Object _sortBy)
public String getStyle()
getStyle
in interface UIColumn
getStyle
in interface MenuColumn
public void setStyle(String _style)
public String getStyleClass()
getStyleClass
in interface UIColumn
getStyleClass
in interface MenuColumn
public void setStyleClass(String _styleClass)
public javax.el.MethodExpression getSortFunction()
getSortFunction
in interface UIColumn
public void setSortFunction(javax.el.MethodExpression _sortFunction)
public Object getFilterBy()
getFilterBy
in interface UIColumn
public void setFilterBy(Object _filterBy)
public String getFilterStyle()
getFilterStyle
in interface UIColumn
public void setFilterStyle(String _filterStyle)
public String getFilterStyleClass()
getFilterStyleClass
in interface UIColumn
public void setFilterStyleClass(String _filterStyleClass)
public Object getFilterOptions()
getFilterOptions
in interface UIColumn
public void setFilterOptions(Object _filterOptions)
public String getFilterMatchMode()
getFilterMatchMode
in interface UIColumn
public void setFilterMatchMode(String _filterMatchMode)
public String getFilterPosition()
getFilterPosition
in interface UIColumn
public void setFilterPosition(String _filterPosition)
public int getRowspan()
getRowspan
in interface UIColumn
public void setRowspan(int _rowspan)
public int getColspan()
getColspan
in interface UIColumn
public void setColspan(int _colspan)
public String getHeaderText()
getHeaderText
in interface UIColumn
public void setHeaderText(String _headerText)
public String getFooterText()
getFooterText
in interface UIColumn
public void setFooterText(String _footerText)
public String getSelectionMode()
getSelectionMode
in interface UIColumn
public void setSelectionMode(String _selectionMode)
public int getFilterMaxLength()
getFilterMaxLength
in interface UIColumn
public void setFilterMaxLength(int _filterMaxLength)
public boolean isResizable()
isResizable
in interface UIColumn
public void setResizable(boolean _resizable)
public boolean isExportable()
isExportable
in interface UIColumn
public void setExportable(boolean _exportable)
public Object getFilterValue()
getFilterValue
in interface UIColumn
public void setFilterValue(Object _filterValue)
public void setWidth(String _width)
public boolean isToggleable()
isToggleable
in interface UIColumn
public void setToggleable(boolean _toggleable)
public javax.el.MethodExpression getFilterFunction()
getFilterFunction
in interface UIColumn
public void setFilterFunction(javax.el.MethodExpression _filterFunction)
public void setField(String _field)
public int getPriority()
getPriority
in interface UIColumn
public void setPriority(int _priority)
public boolean isSortable()
isSortable
in interface UIColumn
public void setSortable(boolean _sortable)
public boolean isFilterable()
isFilterable
in interface UIColumn
public void setFilterable(boolean _filterable)
public void setVisible(boolean _visible)
public boolean isSelectRow()
isSelectRow
in interface UIColumn
public void setSelectRow(boolean _selectRow)
public String getAriaHeaderText()
getAriaHeaderText
in interface UIColumn
public void setAriaHeaderText(String _ariaHeaderText)
public javax.el.MethodExpression getExportFunction()
getExportFunction
in interface UIColumn
public void setExportFunction(javax.el.MethodExpression _exportFunction)
public CellEditor getCellEditor()
getCellEditor
in interface UIColumn
public String getColumnKey()
getColumnKey
in interface UIColumn
public List getElements()
getElements
in interface MenuGroup
public int getElementsCount()
getElementsCount
in interface MenuGroup
public void renderChildren(javax.faces.context.FacesContext context) throws IOException
renderChildren
in interface UIColumn
IOException
Copyright © 2016. All rights reserved.