Uses of Class
org.kie.workbench.common.dmn.client.editors.common.messages.FlashMessage.Type
-
Packages that use FlashMessage.Type Package Description org.kie.workbench.common.dmn.client.editors.common.messages -
-
Uses of FlashMessage.Type in org.kie.workbench.common.dmn.client.editors.common.messages
Methods in org.kie.workbench.common.dmn.client.editors.common.messages that return FlashMessage.Type Modifier and Type Method Description FlashMessage.TypeFlashMessage. getType()static FlashMessage.TypeFlashMessage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FlashMessage.Type[]FlashMessage.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kie.workbench.common.dmn.client.editors.common.messages with parameters of type FlashMessage.Type Constructor Description FlashMessage(FlashMessage.Type type, String strongMessage, String regularMessage)FlashMessage(FlashMessage.Type type, String strongMessage, String regularMessage, String elementSelector)FlashMessage(FlashMessage.Type type, String strongMessage, String regularMessage, String elementSelector, org.uberfire.mvp.Command onSuccess, org.uberfire.mvp.Command onError)
-