Class MessageUtil
java.lang.Object
org.openforis.collect.designer.util.MessageUtil
- Author:
- S. Ricci
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic classstatic enum -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static Stringstatic voidshowConfirm(MessageUtil.ConfirmHandler handler, String messageKey) static voidshowConfirm(MessageUtil.ConfirmHandler handler, String messageKey, Object[] args) static voidshowConfirm(MessageUtil.ConfirmHandler handler, String messageKey, Object[] args, String titleKey, Object[] titleArgs, String okLabelKey, String cancelLabelKey) static voidshowConfirm(MessageUtil.ConfirmParams params) static voidstatic voidstatic voidshowMessage(MessageUtil.MessageType type, String messageKey, Object... args) static voidshowMessage(MessageUtil.MessageType type, String messageKey, Object[] args, String titleKey, Object[] titleArgs) static voidshowWarning(String messageKey, Object... args)
-
Field Details
-
DEFAULT_CONFIRM_TITLE_KEY
- See Also:
-
DEFAULT_INFO_TITLE_KEY
- See Also:
-
DEFAULT_WARNING_TITLE_KEY
- See Also:
-
DEFAULT_ERROR_TITLE_KEY
- See Also:
-
-
Constructor Details
-
MessageUtil
public MessageUtil()
-
-
Method Details
-
showInfo
-
showError
-
showWarning
-
showMessage
-
showMessage
public static void showMessage(MessageUtil.MessageType type, String messageKey, Object[] args, String titleKey, Object[] titleArgs) -
showConfirm
-
showConfirm
public static void showConfirm(MessageUtil.ConfirmHandler handler, String messageKey, Object[] args) -
showConfirm
-
showConfirm
-
getLabel
-