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®.
|
Modifier and Type | Method and 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 the
Throwable 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 the
Throwable 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.
|
Modifier and Type | Method and Description |
---|---|
void |
UITableFilter.setLabelUserMessage(UserMessageString aUserMessage)
Sets the labels of this filter for the specified locales by looking in the
UserMessageString . |