Uses of Class
com.tietoenator.trip.jxp.facet.TdbFacet
-
Packages that use TdbFacet Package Description com.tietoenator.trip.jxp.facet Classes for generation of facets. -
-
Uses of TdbFacet in com.tietoenator.trip.jxp.facet
Subclasses of TdbFacet in com.tietoenator.trip.jxp.facet Modifier and Type Class Description class
TdbClassificationFacet
Facet class whose value set is TRIP's automatic classification of records.class
TdbFieldTermFacet
A facet whose values are a subset of the terms of a TRIP database field.class
TdbKvpFacet
A facet based on a key/value pair (KVP) display order, using the values from one field as facet names, tupled with another field that contains the facet values.class
TdbSearchFacet
A type of facet whose values are each based on a a separate search order.Methods in com.tietoenator.trip.jxp.facet that return TdbFacet Modifier and Type Method Description TdbFacet
TdbFacetSet. getFacet(int index)
Retrieve one of the facets associated with this facet set.Methods in com.tietoenator.trip.jxp.facet with parameters of type TdbFacet Modifier and Type Method Description void
TdbFacetSet. add(TdbFacet f)
Add a facet to this facet set.
-