Uses of Class
com.tietoenator.trip.jxp.facet.TdbFacetSortOrder
-
Packages that use TdbFacetSortOrder Package Description com.tietoenator.trip.jxp.facet Classes for generation of facets. -
-
Uses of TdbFacetSortOrder in com.tietoenator.trip.jxp.facet
Methods in com.tietoenator.trip.jxp.facet that return TdbFacetSortOrder Modifier and Type Method Description TdbFacetSortOrder
TdbFacet. getSortOrder()
Returns the sort order for the values of this facet.static TdbFacetSortOrder
TdbFacetSortOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbFacetSortOrder[]
TdbFacetSortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tietoenator.trip.jxp.facet with parameters of type TdbFacetSortOrder Modifier and Type Method Description void
TdbClassificationFacet. setSortOrder(TdbFacetSortOrder sortOrder)
void
TdbFacet. setSortOrder(TdbFacetSortOrder sortOrder)
Sets the sort order for the values of this facet.void
TdbSearchFacet. setSortOrder(TdbFacetSortOrder sortOrder)
Sets the sort order for the values of this facet.
-