public class Columns extends UIData implements UIColumn
Modifier and Type | Class and Description |
---|---|
protected static class |
Columns.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
PAGINATOR_ACTIVE_PAGE_CLASS, PAGINATOR_BOTTOM_CONTAINER_CLASS, PAGINATOR_CURRENT_CLASS, PAGINATOR_FIRST_PAGE_ICON_CLASS, PAGINATOR_FIRST_PAGE_LINK_CLASS, PAGINATOR_JTP_CLASS, PAGINATOR_LAST_PAGE_ICON_CLASS, PAGINATOR_LAST_PAGE_LINK_CLASS, PAGINATOR_NEXT_PAGE_ICON_CLASS, PAGINATOR_NEXT_PAGE_LINK_CLASS, PAGINATOR_PAGE_CLASS, PAGINATOR_PAGES_CLASS, PAGINATOR_PREV_PAGE_ICON_CLASS, PAGINATOR_PREV_PAGE_LINK_CLASS, PAGINATOR_RPP_LABEL_CLASS, PAGINATOR_RPP_OPTIONS_CLASS, PAGINATOR_TOP_CONTAINER_CLASS
Constructor and Description |
---|
Columns() |
calculateFirst, encodeBegin, getClientId, getContainerClientId, getCurrentPageReportTemplate, getDataModel, getIterableChildren, getPage, getPageCount, getPageLinks, getPaginatorPosition, getPaginatorTemplate, getRowIndex, getRowIndexVar, getRowsPerPageLabel, getRowsPerPageTemplate, getRowsToRender, isLazy, isPaginationRequest, isPaginator, isPaginatorAlwaysVisible, isRowStatePreserved, markInitialState, process, processChildren, processColumnFacets, processDecodes, processFacets, processPhase, processUpdates, processValidators, requiresColumns, restoreDescendantState, restoreDescendantState, restoreState, saveDescendantState, saveDescendantState, saveState, setCurrentPageReportTemplate, setDataModel, setId, setLazy, setPageLinks, setPaginator, setPaginatorAlwaysVisible, setPaginatorPosition, setPaginatorTemplate, setRowIndex, setRowIndexVar, setRowModel, setRowsPerPageLabel, setRowsPerPageTemplate, setRowStatePreserved, shouldSkipChildren, shouldVisitChildren, shouldVisitRows, updatePaginationData, visitColumnContent, visitColumnFacets, visitColumnGroup, visitColumnsAndColumnFacets, visitFacets, visitRows, visitTree
broadcast, createUniqueId, getFirst, getFooter, getHeader, getRowCount, getRowData, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, queueEvent, setFirst, setFooter, setHeader, setRows, setValue, setValueBinding, setValueExpression, setVar
addClientBehavior, addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getChildren, getClientId, getClientId, getContainerClientId, getFacet, getValueExpression, isRendered
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIData
public void setSortBy(Object _sortBy)
public void setStyle(String _style)
public String getStyleClass()
getStyleClass
in interface UIColumn
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 Object getFilterValue()
getFilterValue
in interface UIColumn
public void setFilterValue(Object _filterValue)
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 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 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 getSelectionMode()
getSelectionMode
in interface UIColumn
public boolean isDisabledSelection()
isDisabledSelection
in interface UIColumn
public CellEditor getCellEditor()
getCellEditor
in interface UIColumn
public String getColumnIndexVar()
public void setColumnIndexVar(String _columnIndexVar)
public String getColumnKey()
getColumnKey
in interface UIColumn
public void renderChildren(javax.faces.context.FacesContext context) throws IOException
renderChildren
in interface UIColumn
IOException
public List<DynamicColumn> getDynamicColumns()
public void setDynamicColumns(List<DynamicColumn> dynamicColumns)
Copyright © 2015. All rights reserved.