Class SavedBulkLoadProfileJsonFieldDisplayValueFormatter
java.lang.Object
com.kingsrook.qqq.backend.core.model.savedbulkloadprofiles.SavedBulkLoadProfileJsonFieldDisplayValueFormatter
- All Implemented Interfaces:
FieldBehavior<SavedBulkLoadProfileJsonFieldDisplayValueFormatter>
,FieldDisplayBehavior<SavedBulkLoadProfileJsonFieldDisplayValueFormatter>
public class SavedBulkLoadProfileJsonFieldDisplayValueFormatter
extends Object
implements FieldDisplayBehavior<SavedBulkLoadProfileJsonFieldDisplayValueFormatter>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kingsrook.qqq.backend.core.model.metadata.fields.FieldDisplayBehavior
FieldDisplayBehavior.NoopFieldDisplayBehavior
-
Field Summary
Fields inherited from interface com.kingsrook.qqq.backend.core.model.metadata.fields.FieldDisplayBehavior
NOOP
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ValueBehaviorApplier.Action action, List<QRecord> recordList, QInstance instance, QTableMetaData table, QFieldMetaData field) Apply this behavior to a list of recordsIn case a behavior of this type wasn't set on the field, what should the default of this type be?Singleton accessorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.fields.FieldBehavior
allowMultipleBehaviorsOfThisType, validateBehaviorConfiguration
-
Method Details
-
getInstance
Singleton accessor -
getDefault
Description copied from interface:FieldBehavior
In case a behavior of this type wasn't set on the field, what should the default of this type be?- Specified by:
getDefault
in interfaceFieldBehavior<SavedBulkLoadProfileJsonFieldDisplayValueFormatter>
- Specified by:
getDefault
in interfaceFieldDisplayBehavior<SavedBulkLoadProfileJsonFieldDisplayValueFormatter>
-
apply
public void apply(ValueBehaviorApplier.Action action, List<QRecord> recordList, QInstance instance, QTableMetaData table, QFieldMetaData field) Description copied from interface:FieldBehavior
Apply this behavior to a list of records- Specified by:
apply
in interfaceFieldBehavior<SavedBulkLoadProfileJsonFieldDisplayValueFormatter>
-