Uses of Interface
org.primefaces.component.api.UITable
Packages that use UITable
Package
Description
-
Uses of UITable in org.primefaces.component.datatable
Classes in org.primefaces.component.datatable that implement UITable -
Uses of UITable in org.primefaces.component.export
Classes in org.primefaces.component.export with type parameters of type UITableModifier and TypeClassDescriptionclassTableExporter<T extends javax.faces.component.UIComponent & UITable,D, O extends ExporterOptions> Methods in org.primefaces.component.export with parameters of type UITableModifier and TypeMethodDescriptionstatic ColumnValueExporterUtils.getColumnValue(javax.faces.context.FacesContext context, UITable table, UIColumn column, boolean joinComponents) Deprecated, for removal: This API element is subject to removal in a future version.TableExporter.getColumnValue(javax.faces.context.FacesContext context, UITable table, UIColumn column, boolean joinComponents) -
Uses of UITable in org.primefaces.component.treetable
Classes in org.primefaces.component.treetable that implement UITable -
Uses of UITable in org.primefaces.util
Methods in org.primefaces.util with parameters of type UITableModifier and TypeMethodDescriptionstatic Comparator<Object>SortTableComparator.comparingField(javax.faces.context.FacesContext context, UITable<?> table) static Comparator<Object>SortTableComparator.comparingSortByVE(javax.faces.context.FacesContext context, UITable<?> table) static Comparator<Object>SortTableComparator.comparingTreeNodeSortByVE(javax.faces.context.FacesContext context, UITable<?> table) Constructors in org.primefaces.util with parameters of type UITableModifierConstructorDescriptionSortTableComparator(javax.faces.context.FacesContext context, UITable<?> table, SortTableComparator.BeanPropertyMapper mapper)