Uses of Class
com.onwbp.base.text.UserMessageString
-
Packages that use UserMessageString Package Description com.onwbp.base.text Provides classes for creating user messages and nomenclatures.com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®. -
-
Uses of UserMessageString in com.onwbp.base.text
Methods in com.onwbp.base.text that return UserMessageString Modifier and Type Method Description static UserMessageString
UserMessage. createError(String message)
Shortcut for creating a simple error message.static UserMessageString
UserMessage. createError(String message, Throwable anException)
Shortcut for creating a simple error message, with theThrowable
specified.static UserMessageString
UserMessage. createFatal(String message)
Shortcut for creating a simple fatal error message.static UserMessageString
UserMessage. createFatal(String message, Throwable anException)
Shortcut for creating a simple error message, with theThrowable
specified.static UserMessageString
UserMessage. createInfo(String message)
Shortcut for creating a simple information message.static UserMessageString
UserMessage. createWarning(String message)
Shortcut for creating a simple warning message. -
Uses of UserMessageString in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui with parameters of type UserMessageString Modifier and Type Method Description void
UITableFilter. setLabelUserMessage(UserMessageString aUserMessage)
Sets the labels of this filter for the specified locales by looking in theUserMessageString
.
-