Uses of Enum Class
io.github.wimdeblauwe.htmx.spring.boot.mvc.HxTriggerLifecycle
Packages that use HxTriggerLifecycle
-
Uses of HxTriggerLifecycle in io.github.wimdeblauwe.htmx.spring.boot.mvc
Methods in io.github.wimdeblauwe.htmx.spring.boot.mvc that return HxTriggerLifecycleModifier and TypeMethodDescriptionstatic HxTriggerLifecycleReturns the enum constant of this class with the specified name.static HxTriggerLifecycle[]HxTriggerLifecycle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.wimdeblauwe.htmx.spring.boot.mvc with parameters of type HxTriggerLifecycleModifier and TypeMethodDescriptionHtmxResponse.addTrigger(String eventName, String eventDetail, HxTriggerLifecycle step) Deprecated.
HtmxResponse.Builder.trigger(String, Object)instead.