Package com.kingsrook.qqq.backend.core.actions.values
package com.kingsrook.qqq.backend.core.actions.values
-
ClassDescriptionBasicCustomPossibleValueProvider<S,
ID extends Serializable> Basic implementation of a possible value provider, for where there's a limited set of possible source objects - so you just have to define how to make one PV from a source object, how to list all of the source objects, and how to look up a PV from an id.QCustomPossibleValueProvider<T extends Serializable>Interface to be implemented by user-defined code that serves as the backing for a CUSTOM type possibleValueSource Type parameter `T` is the id-type of the possible value.Class responsible for looking up possible-values for fields/records and make them into display values.Utility to apply display formats to values for records and fields.Class responsible for looking up possible-values for fields/records and make them into display values.record to store "computed" values as part of a possible-value search - e.g., ids type-convered, and lower-cased labels.Utility class to apply value behaviors to records.