Class DecoratedValue


  • public class DecoratedValue
    extends Object
    Store a value and its text label, in case the value is not a string itself. For instance, if a value is a date, then its label can be one particular rendering of that date. Facet choices that are presented to the user as text are stored as decorated values.
    • Field Detail

      • value

        public final Object value
      • label

        public final String label
    • Constructor Detail

      • DecoratedValue

        public DecoratedValue​(Object value,
                              String label)