Interface FieldDisplayBehavior<T extends FieldDisplayBehavior<T>>
- All Superinterfaces:
FieldBehavior<T>
- All Known Implementing Classes:
CronExpressionDisplayValueBehavior,CronExpressionTooltipFieldBehavior,DateTimeDisplayValueBehavior,FieldDisplayBehavior.NoopFieldDisplayBehavior,FilterJsonFieldDisplayValueFormatter,SavedBulkLoadProfileJsonFieldDisplayValueFormatter,SavedReportJsonFieldDisplayValueFormatter
Interface to mark a field behavior as one to be used during generating
display values.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classa default implementation for this behavior type, which does nothing. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault TIn case a behavior of this type wasn't set on the field, what should the default of this type be?Methods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.fields.FieldBehavior
allowMultipleBehaviorsOfThisType, apply, validateBehaviorConfiguration
-
Field Details
-
NOOP
-
-
Method Details
-
getDefault
Description copied from interface:FieldBehaviorIn case a behavior of this type wasn't set on the field, what should the default of this type be?- Specified by:
getDefaultin interfaceFieldBehavior<T extends FieldDisplayBehavior<T>>
-