Uses of Package
com.kingsrook.qqq.backend.core.actions.values
Packages that use com.kingsrook.qqq.backend.core.actions.values
Package
Description
-
Classes in com.kingsrook.qqq.backend.core.actions.values used by com.kingsrook.qqq.backend.core.actions.dashboard.widgetsClassDescriptionUtility to apply display formats to values for records and fields.
-
Classes in com.kingsrook.qqq.backend.core.actions.values used by com.kingsrook.qqq.backend.core.actions.valuesClassDescriptionInterface 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.record to store "computed" values as part of a possible-value search - e.g., ids type-convered, and lower-cased labels.
-
-
Classes in com.kingsrook.qqq.backend.core.actions.values used by com.kingsrook.qqq.backend.core.model.metadata.tablesClassDescriptionBasic 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.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.
-
-
-
Classes in com.kingsrook.qqq.backend.core.actions.values used by com.kingsrook.qqq.backend.core.model.scheduledjobsClassDescriptionInterface 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.
-
Classes in com.kingsrook.qqq.backend.core.actions.values used by com.kingsrook.qqq.backend.core.processes.implementations.tablesyncClassDescriptionClass responsible for looking up possible-values for fields/records and make them into display values.
-