Uses of Enum Class
com.kingsrook.qqq.backend.core.model.dashboard.widgets.CompositeWidgetData.ModalMode
Packages that use CompositeWidgetData.ModalMode
Package
Description
-
Uses of CompositeWidgetData.ModalMode in com.kingsrook.qqq.backend.core.model.dashboard.widgets
Subclasses with type arguments of type CompositeWidgetData.ModalMode in com.kingsrook.qqq.backend.core.model.dashboard.widgetsMethods in com.kingsrook.qqq.backend.core.model.dashboard.widgets that return CompositeWidgetData.ModalModeModifier and TypeMethodDescriptionCompositeWidgetData.getModalMode()
Getter for modalModeReturns the enum constant of this class with the specified name.static CompositeWidgetData.ModalMode[]
CompositeWidgetData.ModalMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kingsrook.qqq.backend.core.model.dashboard.widgets with parameters of type CompositeWidgetData.ModalModeModifier and TypeMethodDescriptionvoid
CompositeWidgetData.setModalMode
(CompositeWidgetData.ModalMode modalMode) Setter for modalModeCompositeWidgetData.withModalMode
(CompositeWidgetData.ModalMode modalMode) Fluent setter for modalMode -
Uses of CompositeWidgetData.ModalMode in com.kingsrook.qqq.middleware.javalin.specs.v1.responses.components
Methods in com.kingsrook.qqq.middleware.javalin.specs.v1.responses.components that return CompositeWidgetData.ModalMode