Uses of Enum Class
org.cxbox.core.dto.MessageType
Packages that use MessageType
-
Uses of MessageType in org.cxbox.core.dto
Methods in org.cxbox.core.dto that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypestatic MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageType in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta with parameters of type MessageTypeModifier and TypeMethodDescriptionstatic PostActionPostAction.showMessage(MessageType messageType, String messageText)