Uses of Class
org.openforis.collect.designer.util.MessageUtil.MessageType
-
Packages that use MessageUtil.MessageType Package Description org.openforis.collect.designer.util -
-
Uses of MessageUtil.MessageType in org.openforis.collect.designer.util
Methods in org.openforis.collect.designer.util that return MessageUtil.MessageType Modifier and Type Method Description static MessageUtil.MessageTypeMessageUtil.MessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageUtil.MessageType[]MessageUtil.MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.collect.designer.util with parameters of type MessageUtil.MessageType Modifier and Type Method Description static voidMessageUtil. showMessage(MessageUtil.MessageType type, String messageKey, Object... args)static voidMessageUtil. showMessage(MessageUtil.MessageType type, String messageKey, Object[] args, String titleKey, Object[] titleArgs)
-