Uses of Enum Class
org.cxbox.core.dto.rowmeta.ActionType
Packages that use ActionType
-
Uses of ActionType in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta that return ActionTypeModifier and TypeMethodDescriptionstatic ActionTypeReturns the enum constant of this class with the specified name.static ActionType[]ActionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActionType in org.cxbox.core.service.action
Methods in org.cxbox.core.service.action with parameters of type ActionTypeModifier and TypeMethodDescriptionActionDescriptionBuilder.action(ActionType actionType) ActionsBuilder.action(ActionType actionType) Deprecated.
ActionsBuilder.action(java.util.function.UnaryOperator)instead