Uses of Class
org.kie.workbench.common.widgets.client.popups.list.MessageType
-
Packages that use MessageType Package Description org.kie.workbench.common.widgets.client.popups.list -
-
Uses of MessageType in org.kie.workbench.common.widgets.client.popups.list
Methods in org.kie.workbench.common.widgets.client.popups.list that return MessageType Modifier and Type Method Description 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.Methods in org.kie.workbench.common.widgets.client.popups.list with parameters of type MessageType Modifier and Type Method Description voidPopupListWidget. addListMessage(MessageType messageType, String message)Constructors in org.kie.workbench.common.widgets.client.popups.list with parameters of type MessageType Constructor Description ConversionMessageWidget(MessageType messageType, String message)
-