Interface UIColumn

    • Method Detail

      • getValueExpression

        javax.el.ValueExpression getValueExpression​(String property)
      • getContainerClientId

        String getContainerClientId​(javax.faces.context.FacesContext context)
      • getColumnKey

        String getColumnKey()
      • getColumnKey

        default String getColumnKey​(javax.faces.component.UIComponent parent,
                                    int rowIndex)
        Special getColumnKey() method which must be used when we are inside e.g. the DataTable "row state".
        Parameters:
        parent -
        rowIndex -
        Returns:
      • getColumnKey

        String getColumnKey​(javax.faces.component.UIComponent parent,
                            String rowKey)
        Special getColumnKey() method which must be used when we are inside e.g. the DataTable "row state".
        Parameters:
        parent -
        rowKey -
        Returns:
      • getClientId

        String getClientId()
      • getClientId

        String getClientId​(javax.faces.context.FacesContext context)
      • getSelectionMode

        String getSelectionMode()
      • isResizable

        boolean isResizable()
      • getStyleClass

        String getStyleClass()
      • getRowspan

        int getRowspan()
      • getColspan

        int getColspan()
      • getFilterPosition

        String getFilterPosition()
      • getFacet

        javax.faces.component.UIComponent getFacet​(String facet)
      • getFilterBy

        Object getFilterBy()
      • getFilterValue

        Object getFilterValue()
      • getHeaderText

        String getHeaderText()
      • getFooterText

        String getFooterText()
      • getFilterStyleClass

        String getFilterStyleClass()
      • getFilterStyle

        String getFilterStyle()
      • getFilterMatchMode

        String getFilterMatchMode()
      • getFilterMaxLength

        int getFilterMaxLength()
      • getFilterOptions

        Object getFilterOptions()
      • isDynamic

        boolean isDynamic()
      • getSortFunction

        javax.el.MethodExpression getSortFunction()
      • getSortBy

        Object getSortBy()
      • getChildren

        List<javax.faces.component.UIComponent> getChildren()
      • isExportable

        boolean isExportable()
      • isRendered

        boolean isRendered()
      • encodeAll

        void encodeAll​(javax.faces.context.FacesContext context)
                throws IOException
        Throws:
        IOException
      • renderChildren

        void renderChildren​(javax.faces.context.FacesContext context)
                     throws IOException
        Throws:
        IOException
      • isToggleable

        boolean isToggleable()
      • isDraggable

        boolean isDraggable()
      • getFilterFunction

        javax.el.MethodExpression getFilterFunction()
      • getResponsivePriority

        int getResponsivePriority()
      • isSortable

        boolean isSortable()
      • isFilterable

        boolean isFilterable()
      • isVisible

        boolean isVisible()
      • isSelectRow

        boolean isSelectRow()
      • getAriaHeaderText

        String getAriaHeaderText()
      • getExportFunction

        javax.el.MethodExpression getExportFunction()
      • getExportValue

        String getExportValue()
      • isGroupRow

        boolean isGroupRow()
      • getExportHeaderValue

        String getExportHeaderValue()
      • getExportFooterValue

        String getExportFooterValue()
      • getSortOrder

        String getSortOrder()
      • getSortPriority

        int getSortPriority()
      • getNullSortOrder

        int getNullSortOrder()
      • isCaseSensitiveSort

        boolean isCaseSensitiveSort()
      • getDisplayPriority

        int getDisplayPriority()