Uses of Class
org.cxbox.core.dto.MessageType
-
Packages that use MessageType Package Description org.cxbox.core.dto org.cxbox.core.dto.rowmeta -
-
Uses of MessageType in org.cxbox.core.dto
Methods in org.cxbox.core.dto that return MessageType Modifier and Type Method Description static MessageTypeMessageType. of(String type)static MessageTypeMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, 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 MessageType Modifier and Type Method Description static PostActionPostAction. showMessage(MessageType messageType, String messageText)
-