Modifier and Type | Method and Description |
---|---|
InternationalizedMessage |
Component.getDescription()
A description used for display purposes.
|
InternationalizedMessage |
AbstractFormComponent.getDescription() |
InternationalizedMessage |
AbstractComponent.getDescription() |
InternationalizedMessage |
FormComponent.getHint()
Displays as text next to the field with information about how a user should fill it out.
|
InternationalizedMessage |
AbstractFormComponent.getHint() |
InternationalizedMessage |
Component.getLabel()
A label used for display purposes.
|
InternationalizedMessage |
AbstractComponent.getLabel() |
InternationalizedMessage |
Action.getLabel() |
InternationalizedMessage |
ValidationMethod.getMessage() |
InternationalizedMessage |
ExplanatoryMessage.getMessage()
The user-facing name of the text
|
InternationalizedMessage |
Field.getPlaceholder() |
InternationalizedMessage |
Field.getRequiredMessage() |
Modifier and Type | Method and Description |
---|---|
default C |
Component.description(InternationalizedMessage description)
Sets the description message for this component.
|
default C |
FormComponent.hint(InternationalizedMessage hint) |
default C |
Component.label(InternationalizedMessage label)
Sets the label message for this component.
|
default A |
Action.label(InternationalizedMessage label) |
default M |
ValidationMethod.message(InternationalizedMessage message) |
default F |
Field.placeholder(InternationalizedMessage placeholder) |
default F |
Field.required(InternationalizedMessage requiredMessage) |
default F |
Field.requiredMessage(InternationalizedMessage requiredMessage) |
void |
Component.setDescription(InternationalizedMessage description) |
void |
AbstractFormComponent.setDescription(InternationalizedMessage description) |
void |
AbstractComponent.setDescription(InternationalizedMessage description) |
void |
FormComponent.setHint(InternationalizedMessage hint) |
void |
AbstractFormComponent.setHint(InternationalizedMessage hint) |
void |
Component.setLabel(InternationalizedMessage label) |
void |
AbstractComponent.setLabel(InternationalizedMessage label) |
void |
Action.setLabel(InternationalizedMessage label) |
void |
ValidationMethod.setMessage(InternationalizedMessage message) |
void |
Field.setPlaceholder(InternationalizedMessage placeholder) |
void |
Field.setRequiredMessage(InternationalizedMessage requiredMessage) |
Constructor and Description |
---|
ExplanatoryMessage(InternationalizedMessage message) |
ExplanatoryMessage(InternationalizedMessage message,
ExplanatoryMessage.Placement placement) |
Modifier and Type | Method and Description |
---|---|
InternationalizedMessage |
AbstractAction.getLabel() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAction.setLabel(InternationalizedMessage label) |
default A |
ModalFormAction.submitLabel(InternationalizedMessage submitLabel)
Sets the label for the submit button within the modal form.
|
Modifier and Type | Method and Description |
---|---|
default T |
Tree.itemTypeLabel(InternationalizedMessage itemTypeLabel) |
Modifier and Type | Method and Description |
---|---|
InternationalizedMessage |
SelectOption.getLabel()
The user-friendly text that the user sees as the select option
|
InternationalizedMessage |
AbstractField.getPlaceholder() |
InternationalizedMessage |
AbstractField.getRequiredMessage() |
Modifier and Type | Method and Description |
---|---|
SelectOption |
SelectOption.label(InternationalizedMessage label) |
default F |
FieldArrayBlockField.postamble(InternationalizedMessage message)
Adds the
FieldArrayBlockField.Attributes.POSTAMBLE attribute to this component. |
void |
AbstractField.setPlaceholder(InternationalizedMessage placeholder) |
void |
AbstractField.setRequiredMessage(InternationalizedMessage requiredMessage) |
Constructor and Description |
---|
SelectOption(String value,
InternationalizedMessage label) |
Modifier and Type | Method and Description |
---|---|
InternationalizedMessage |
AbstractValidationMethod.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidationMethod.setMessage(InternationalizedMessage message) |
Modifier and Type | Method and Description |
---|---|
default G |
InlineGroup.divider(InternationalizedMessage dividerMessage)
Adds the message between the components.
|
Modifier and Type | Method and Description |
---|---|
default V |
EntityGridView.createLabel(InternationalizedMessage label) |
Modifier and Type | Method and Description |
---|---|
default V |
UpdateEntityView.deleteLabel(InternationalizedMessage label) |
default V |
UpdateEntityView.submitLabel(InternationalizedMessage label) |
default V |
CreateEntityView.submitLabel(InternationalizedMessage label) |
Modifier and Type | Method and Description |
---|---|
int |
InternationalizedMessage.compareTo(InternationalizedMessage o) |
Copyright © 2021. All rights reserved.