public final class UIFormLabelSpec extends Object
In the context of a UI bean, for standard documentation extracted from the data model,
it is recommended to use the method UIResponseContext.addUILabel(Path)
instead.
| Modifier and Type | Class and Description |
|---|---|
static class |
UIFormLabelSpec.DocumentationPane
Describes the content of a documentation pane.
|
| Constructor and Description |
|---|
UIFormLabelSpec(String aLabelText)
Creates a simple label.
|
UIFormLabelSpec(UIFormLabelSpec.DocumentationPane aDocumentationPane,
String aLabelText)
Creates a simple label and documentation pane displayed in a pop-up.
|
UIFormLabelSpec(UIFormLabelSpec.DocumentationPane aDocumentationPane,
UserMessage aLabelMessage)
Creates a simple label with a
UserMessage and a
documentation pane that is displayed in a pop-up. |
UIFormLabelSpec(UserMessage aLabelMessage)
Creates a simple label with a
UserMessage. |
| Modifier and Type | Method and Description |
|---|---|
void |
setMandatoryIndicator()
Sets the mandatory field indicator on this label.
|
public UIFormLabelSpec(String aLabelText)
UIFormLabelSpec(null, aLabelText)
public UIFormLabelSpec(UIFormLabelSpec.DocumentationPane aDocumentationPane, String aLabelText)
public UIFormLabelSpec(UserMessage aLabelMessage)
UserMessage.
This method is equivalent to:
UIFormLabelSpec(null, aLabelMessage)
public UIFormLabelSpec(UIFormLabelSpec.DocumentationPane aDocumentationPane, UserMessage aLabelMessage)
UserMessage and a
documentation pane that is displayed in a pop-up.