Uses of Enum Class
com.kingsrook.qqq.backend.core.actions.customizers.AbstractPreInsertCustomizer.WhenToRun
Packages that use AbstractPreInsertCustomizer.WhenToRun
-
Uses of AbstractPreInsertCustomizer.WhenToRun in com.kingsrook.qqq.backend.core.actions.customizers
Subclasses with type arguments of type AbstractPreInsertCustomizer.WhenToRun in com.kingsrook.qqq.backend.core.actions.customizersModifier and TypeClassDescriptionstatic enum
allow the customizer to specify when it should be executed as part of the insert action.Methods in com.kingsrook.qqq.backend.core.actions.customizers that return AbstractPreInsertCustomizer.WhenToRunModifier and TypeMethodDescriptionAbstractPreInsertCustomizer.getWhenToRun()
Returns the enum constant of this class with the specified name.AbstractPreInsertCustomizer.WhenToRun.values()
Returns an array containing the constants of this enum class, in the order they are declared.AbstractPreInsertCustomizer.whenToRunPreInsert
(InsertInput insertInput, boolean isPreview) TableCustomizerInterface.whenToRunPreInsert
(InsertInput insertInput, boolean isPreview)