Uses of Class
org.primefaces.model.SortMeta
Packages that use SortMeta
Package
Description
-
Uses of SortMeta in org.primefaces.component.api
Methods in org.primefaces.component.api that return SortMetaMethods in org.primefaces.component.api that return types with arguments of type SortMetaModifier and TypeMethodDescriptionUITable.getActiveSortMeta()Returns actives sort meta.UITableState.getSortBy()UITable.getSortByAsMap()UITable.initSortBy(javax.faces.context.FacesContext context) Methods in org.primefaces.component.api with parameters of type SortMetaModifier and TypeMethodDescriptiondefault intUITable.compare(javax.faces.context.FacesContext context, String var, SortMeta sortMeta, Object o1, Object o2, Collator collator, Locale locale) Method parameters in org.primefaces.component.api with type arguments of type SortMetaModifier and TypeMethodDescriptionvoidvoidUITable.setSortByAsMap(Map<String, SortMeta> sortBy) default voidUITable.updateSortByWithMVS(Map<String, SortMeta> tsSortBy) default voidUITable.updateSortByWithUserSortBy(javax.faces.context.FacesContext context, Map<String, SortMeta> intlSortBy, Object usrSortBy, AtomicBoolean sorted) -
Uses of SortMeta in org.primefaces.component.datatable
Methods in org.primefaces.component.datatable that return types with arguments of type SortMetaModifier and TypeMethodDescriptionDataTableRenderer.getSortableColumnHeaders(javax.faces.context.FacesContext context, DataTable table) DataTable.getSortByAsMap()Methods in org.primefaces.component.datatable with parameters of type SortMetaModifier and TypeMethodDescriptionprotected voidDataTableRenderer.encodeColumnHeaderContent(javax.faces.context.FacesContext context, DataTable table, UIColumn column, SortMeta sortMeta) protected voidDataTableRenderer.encodeSummaryRow(javax.faces.context.FacesContext context, List<SummaryRow> summaryRows, SortMeta sort) protected StringDataTableRenderer.resolveDefaultSortIcon(SortMeta sortMeta) Method parameters in org.primefaces.component.datatable with type arguments of type SortMeta -
Uses of SortMeta in org.primefaces.component.datatable.feature
Methods in org.primefaces.component.datatable.feature with parameters of type SortMetaModifier and TypeMethodDescriptionstatic intSortFeature.compare(javax.faces.context.FacesContext context, String var, SortMeta sortMeta, Object o1, Object o2, Collator collator, Locale locale) static intSortFeature.compare(javax.faces.context.FacesContext context, SortMeta sortMeta, Object value1, Object value2, Collator collator, Locale locale) -
Uses of SortMeta in org.primefaces.component.treetable
Methods in org.primefaces.component.treetable that return types with arguments of type SortMetaMethods in org.primefaces.component.treetable with parameters of type SortMetaModifier and TypeMethodDescriptionprotected StringTreeTableRenderer.resolveDefaultSortIcon(SortMeta sortMeta) Method parameters in org.primefaces.component.treetable with type arguments of type SortMeta -
Uses of SortMeta in org.primefaces.component.treetable.feature
Method parameters in org.primefaces.component.treetable.feature with type arguments of type SortMeta -
Uses of SortMeta in org.primefaces.event.data
Methods in org.primefaces.event.data that return types with arguments of type SortMetaConstructor parameters in org.primefaces.event.data with type arguments of type SortMeta -
Uses of SortMeta in org.primefaces.model
Fields in org.primefaces.model with type parameters of type SortMetaMethods in org.primefaces.model that return SortMetaMethods in org.primefaces.model with parameters of type SortMetaMethod parameters in org.primefaces.model with type arguments of type SortMetaModifier and TypeMethodDescriptionprotected voidJpaLazyDataModel.applySort(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.CriteriaQuery<T> cq, javax.persistence.criteria.Root<T> root, Map<String, SortMeta> sortBy) LazyDataModel.getRowData(int rowIndex, Map<String, SortMeta> sortBy, Map<String, FilterMeta> filterBy) JpaLazyDataModel.load(int first, int pageSize, Map<String, SortMeta> sortBy, Map<String, FilterMeta> filterBy) LazyDataModel.load(int first, int pageSize, Map<String, SortMeta> sortBy, Map<String, FilterMeta> filterBy) Loads the data for the given parameters.Constructor parameters in org.primefaces.model with type arguments of type SortMetaModifierConstructorDescriptionLazyDataModelIterator(LazyDataModel<T> model, Map<String, SortMeta> sortBy, Map<String, FilterMeta> filterBy)