UIColumn.encodeAll ( javax.faces.context.FacesContext p1 )This abstract method is from 'UIColumn' interface.
UIColumn.getCellEditor ( )This abstract method is from 'UIColumn' interface.
UIColumn.getChildren ( )This abstract method is from 'UIColumn' interface.
UIColumn.getClientId ( )This abstract method is from 'UIColumn' interface.
UIColumn.getClientId ( javax.faces.context.FacesContext p1 )This abstract method is from 'UIColumn' interface.
UIColumn.getColspan ( )This abstract method is from 'UIColumn' interface.
UIColumn.getColumnKey ( )This abstract method is from 'UIColumn' interface.
UIColumn.getContainerClientId ( javax.faces.context.FacesContext p1 )This abstract method is from 'UIColumn' interface.
UIColumn.getFacet ( String p1 )This abstract method is from 'UIColumn' interface.
UIColumn.getFilterMatchMode ( )This abstract method is from 'UIColumn' interface.
UIColumn.getFilterMaxLength ( )This abstract method is from 'UIColumn' interface.
UIColumn.getFilterOptions ( )This abstract method is from 'UIColumn' interface.
UIColumn.getFilterPosition ( )This abstract method is from 'UIColumn' interface.
UIColumn.getFilterStyle ( )This abstract method is from 'UIColumn' interface.
UIColumn.getFilterStyleClass ( )This abstract method is from 'UIColumn' interface.
UIColumn.getFooterText ( )This abstract method is from 'UIColumn' interface.
UIColumn.getHeaderText ( )This abstract method is from 'UIColumn' interface.
UIColumn.getRowspan ( )This abstract method is from 'UIColumn' interface.
UIColumn.getSelectionMode ( )This abstract method is from 'UIColumn' interface.
UIColumn.getSortFunction ( )This abstract method is from 'UIColumn' interface.
UIColumn.getStyle ( )This abstract method is from 'UIColumn' interface.
UIColumn.getStyleClass ( )This abstract method is from 'UIColumn' interface.
UIColumn.getValueExpression ( String p1 )This abstract method is from 'UIColumn' interface.
UIColumn.getWidth ( )This abstract method is from 'UIColumn' interface.
UIColumn.isDisabledSelection ( )This abstract method is from 'UIColumn' interface.
UIColumn.isDynamic ( )This abstract method is from 'UIColumn' interface.
UIColumn.isExportable ( )This abstract method is from 'UIColumn' interface.
UIColumn.isRendered ( )This abstract method is from 'UIColumn' interface.
UIColumn.isResizable ( )This abstract method is from 'UIColumn' interface.
org.primefaces.component.datatable.DataTable.getSortColumn ( )Return value of this method has type 'UIColumn'.
org.primefaces.component.datatable.DataTable.setSortColumn ( UIColumn column )1st parameter 'column' of this method has type 'UIColumn'.
org.primefaces.component.datatable.DataTableRenderer.encodeColumnFooter ( javax.faces.context.FacesContext context, org.primefaces.component.datatable.DataTable table, UIColumn column )3rd parameter 'column' of this method has type 'UIColumn'.
org.primefaces.component.datatable.DataTableRenderer.encodeColumnHeader ( javax.faces.context.FacesContext context, org.primefaces.component.datatable.DataTable table, UIColumn column )3rd parameter 'column' of this method has type 'UIColumn'.
org.primefaces.component.datatable.DataTableRenderer.encodeColumnHeaderContent ( javax.faces.context.FacesContext context, UIColumn column, String sortIcon )2nd parameter 'column' of this method has type 'UIColumn'.
org.primefaces.component.datatable.DataTableRenderer.encodeColumnSelection ( javax.faces.context.FacesContext context, org.primefaces.component.datatable.DataTable table, String clientId, UIColumn column, boolean selected )4th parameter 'column' of this method has type 'UIColumn'.
org.primefaces.component.datatable.DataTableRenderer.encodeFilter ( javax.faces.context.FacesContext context, org.primefaces.component.datatable.DataTable table, UIColumn column )3rd parameter 'column' of this method has type 'UIColumn'.
org.primefaces.component.datatable.DataTableRenderer.encodeRegularCell ( javax.faces.context.FacesContext context, org.primefaces.component.datatable.DataTable table, UIColumn column, String clientId, boolean selected )3rd parameter 'column' of this method has type 'UIColumn'.
org.primefaces.component.datatable.DataTableRenderer.getFilterOptions ( UIColumn column )1st parameter 'column' of this method has type 'UIColumn'.
org.primefaces.component.datatable.feature.FilterFeature.getFilterConstraint ( UIColumn column )1st parameter 'column' of this method has type 'UIColumn'.
org.primefaces.component.export.XMLExporter.getColumnTag ( UIColumn column )1st parameter 'column' of this method has type 'UIColumn'.
org.primefaces.event.CellEditEvent.CellEditEvent ( javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, int rowIndex, UIColumn column )4th parameter 'column' of this method has type 'UIColumn'.
org.primefaces.event.CellEditEvent.getColumn ( )Return value of this method has type 'UIColumn'.
org.primefaces.event.CellEditEvent.setColumn ( UIColumn column )1st parameter 'column' of this method has type 'UIColumn'.
org.primefaces.model.SortMeta.getColumn ( )Return value of this method has type 'UIColumn'.
org.primefaces.model.SortMeta.setSortBy ( UIColumn column )1st parameter 'column' of this method has type 'UIColumn'.
org.primefaces.model.SortMeta.SortMeta ( UIColumn column, String sortField, org.primefaces.model.SortOrder sortOrder, javax.el.MethodExpression sortFunction )1st parameter 'column' of this method has type 'UIColumn'.