Uses of Class
org.primefaces.model.SortMeta
-
-
Uses of SortMeta in org.primefaces.component.api
Methods in org.primefaces.component.api that return SortMeta Modifier and Type Method Description default SortMetaUITable. getHighestPriorityActiveSortMeta()Methods in org.primefaces.component.api that return types with arguments of type SortMeta Modifier and Type Method Description default Map<String,SortMeta>UITable. getActiveSortMeta()Returns actives sort meta.Map<String,SortMeta>UITableState. getSortBy()Map<String,SortMeta>UITable. getSortByAsMap()default Map<String,SortMeta>UITable. initSortBy(javax.faces.context.FacesContext context)Method parameters in org.primefaces.component.api with type arguments of type SortMeta Modifier and Type Method Description voidUITableState. setSortBy(Map<String,SortMeta> sortBy)voidUITable. 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 SortMeta Modifier and Type Method Description Map<String,SortMeta>DataTable. getSortByAsMap()Methods in org.primefaces.component.datatable with parameters of type SortMeta Modifier and Type Method Description protected voidDataTableRenderer. encodeColumnHeaderContent(javax.faces.context.FacesContext context, DataTable table, UIColumn column, SortMeta sortMeta)protected voidDataTableRenderer. encodeSummaryRow(javax.faces.context.FacesContext context, SummaryRow summaryRow, SortMeta sort)protected StringDataTableRenderer. resolveDefaultSortIcon(SortMeta sortMeta)Method parameters in org.primefaces.component.datatable with type arguments of type SortMeta Modifier and Type Method Description voidDataTable. setSortByAsMap(Map<String,SortMeta> sortBy) -
Uses of SortMeta in org.primefaces.component.datatable.feature
Methods in org.primefaces.component.datatable.feature with parameters of type SortMeta Modifier and Type Method Description protected intSortFeature. compare(javax.faces.context.FacesContext context, String var, SortMeta sortMeta, Object o1, Object o2, 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 SortMeta Modifier and Type Method Description Map<String,SortMeta>TreeTableState. getSortBy()Map<String,SortMeta>TreeTable. getSortByAsMap()Methods in org.primefaces.component.treetable with parameters of type SortMeta Modifier and Type Method Description protected StringTreeTableRenderer. resolveDefaultSortIcon(SortMeta sortMeta)protected StringTreeTableRenderer. resolveSortIcon(SortMeta sortMeta)Method parameters in org.primefaces.component.treetable with type arguments of type SortMeta Modifier and Type Method Description voidTreeTableState. setSortBy(Map<String,SortMeta> sortBy)voidTreeTable. setSortByAsMap(Map<String,SortMeta> sortBy) -
Uses of SortMeta in org.primefaces.event.data
Methods in org.primefaces.event.data that return types with arguments of type SortMeta Modifier and Type Method Description Map<String,SortMeta>SortEvent. getSortBy()Constructor parameters in org.primefaces.event.data with type arguments of type SortMeta Constructor Description SortEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, Map<String,SortMeta> sortBy) -
Uses of SortMeta in org.primefaces.model
Methods in org.primefaces.model that return SortMeta Modifier and Type Method Description SortMetaSortMeta.Builder. build()static SortMetaSortMeta. of(javax.faces.context.FacesContext context, String var, UIColumn column)static SortMetaSortMeta. of(javax.faces.context.FacesContext context, String var, HeaderRow headerRow)Methods in org.primefaces.model with parameters of type SortMeta Modifier and Type Method Description intSortMeta. compareTo(SortMeta o)Method parameters in org.primefaces.model with type arguments of type SortMeta Modifier and Type Method Description Iterator<T>LazyDataModel. iterator(Map<String,SortMeta> sortBy, Map<String,FilterMeta> filterBy)abstract List<T>LazyDataModel. load(int first, int pageSize, Map<String,SortMeta> sortBy, Map<String,FilterMeta> filterBy)Loads the data for the given parameters.
-