Interface FieldDisplayBehavior<T extends FieldDisplayBehavior<T>>
- All Superinterfaces:
FieldBehavior<T>
- All Known Implementing Classes:
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 class
a default implementation for this behavior type, which does nothing. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault T
In 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: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<T extends FieldDisplayBehavior<T>>
-