Uses of Class
org.cxbox.core.dto.rowmeta.ActionType
-
Packages that use ActionType Package Description org.cxbox.core.dto.rowmeta org.cxbox.core.service.action -
-
Uses of ActionType in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta that return ActionType Modifier and Type Method Description static ActionTypeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, 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 ActionType Modifier and Type Method Description ActionDescriptionBuilder<T>ActionDescriptionBuilder. action(ActionType actionType)ActionDescriptionBuilder<T>ActionsBuilder. action(ActionType actionType)
-