Package | Description |
---|---|
com.tietoenator.trip.jxp.facet |
Classes for generation of facets.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
TdbClassificationFacet.setSortOrder(TdbFacetSortOrder sortOrder) |