Modifier and Type | Method and Description |
---|---|
Message |
LookupView.getRangedToMessage()
Component
Message instance to render between the range criteria fields within a range
field group. |
Modifier and Type | Method and Description |
---|---|
void |
LookupView.setRangedToMessage(Message rangedToMessage) |
Modifier and Type | Method and Description |
---|---|
Message |
CollectionGroupBase.getAddLineLabel()
Message instance for the add line label |
Message |
CollectionGroup.getAddLineLabel()
Message instance for the add line label |
Message |
ContainerBase.getInstructionalMessage()
Message field that displays instructional text
|
Message |
Container.getInstructionalMessage()
Text for the container that provides a summary description or
instructions
|
Message |
NodePrototype.getLabelPrototype() |
Modifier and Type | Method and Description |
---|---|
protected Node<Group,Message> |
TreeGroup.buildTreeNode(Node<Object,String> nodeData,
String bindingPrefix,
String parentNode) |
protected Node<Group,Message> |
TreeGroup.copyNode(Node<Group,Message> node)
Copies a
Node instance and then recursively copies each of its child nodes |
Tree<Group,Message> |
TreeGroup.getTreeGroups() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionGroupBase.setAddLineLabel(Message addLineLabel)
Setter for the
Message instance for the add line label |
void |
CollectionGroup.setAddLineLabel(Message addLineLabel)
Setter for the
Message instance for the add line label |
void |
ContainerBase.setInstructionalMessage(Message instructionalMessage)
Setter for the instructional text message field
|
void |
Container.setInstructionalMessage(Message instructionalMessage) |
void |
NodePrototype.setLabelPrototype(Message labelPrototype) |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeGroup.addNodeComponents(Node<Group,Message> node,
List<Component> components)
Retrieves the
Component instances from the node for building the nested
components list |
protected Node<Group,Message> |
TreeGroup.copyNode(Node<Group,Message> node)
Copies a
Node instance and then recursively copies each of its child nodes |
void |
TreeGroup.setTreeGroups(Tree<Group,Message> treeGroups) |
Modifier and Type | Method and Description |
---|---|
Message |
CheckboxControl.getRichLabelMessage()
Gets the Message that represents the rich message content of the label if labelText is using rich message tags.
|
Modifier and Type | Method and Description |
---|---|
List<Message> |
MultiValueControlBase.getInternalMessageComponents()
Used by reflection during the lifecycle to get internal message components that may be contained in options
|
Modifier and Type | Method and Description |
---|---|
void |
CheckboxControl.setRichLabelMessage(Message richLabelMessage)
Sets the Message that represents the rich message content of the label if it is using rich message tags.
|
Modifier and Type | Method and Description |
---|---|
Message |
ViewHeader.getAreaTitleMessage()
Message object backing areaTitleText
|
Message |
Image.getCutlineMessage()
Gets the
Message component used to display the cutline. |
Message |
ViewHeader.getMetadataMessage()
The metadataMessage represents any relevant metadata about the view (last saved, etc).
|
Message |
Header.getRichHeaderMessage()
Gets the Message that represents the rich message content of the header if headerText is using rich message
tags.
|
Message |
Label.getRichLabelMessage()
Gets the Message that represents the rich message content of the label if labelText is using rich message tags.
|
Message |
ViewHeader.getSupportTitleMessage()
The supportTitleMessage represents the sub-area of this view that supports what the page is displaying, this is
the Message component
|
Message |
ToggleMenu.getToggleMessage()
Message component that is associated with the toggle menu toggle text, can be used to adjust styling
and so forth |
Modifier and Type | Method and Description |
---|---|
void |
ViewHeader.setAreaTitleMessage(Message areaTitleMessage)
Set the areaTitleMessage object
|
void |
Image.setCutlineMessage(Message cutlineMessage)
Sets the Message component used to display the cutline for this image
|
void |
ViewHeader.setMetadataMessage(Message metadataMessage)
Set the metadataMessage
|
void |
Header.setRichHeaderMessage(Message richHeaderMessage)
Sets the Message that represents the rich message content of the header if headerText is using rich message
tags.
|
void |
Label.setRichLabelMessage(Message richLabelMessage)
Sets the Message that represents the rich message content of the label if it is using rich message tags.
|
void |
ViewHeader.setSupportTitleMessage(Message supportTitleMessage)
Set the supportTitleMessage
|
void |
ToggleMenu.setToggleMessage(Message toggleMessage) |
Modifier and Type | Method and Description |
---|---|
Message |
InputFieldBase.getConstraintMessage()
Message field that displays constraint text
|
Message |
InputField.getConstraintMessage()
Message field that displays constraint text
|
Message |
ImageField.getCutline()
Gets the cutline
|
Message |
InputFieldBase.getInstructionalMessage()
Message field that displays instructional text
|
Message |
InputField.getInstructionalMessage()
Message field that displays instructional text
|
Message |
MessageField.getMessage() |
Modifier and Type | Method and Description |
---|---|
void |
InputFieldBase.setConstraintMessage(Message constraintMessage)
Setter for the constraint text message field
|
void |
InputField.setConstraintMessage(Message constraintMessage)
Setter for the constraint text message field
|
void |
ImageField.setCutline(Message cutline)
Sets the cutline
|
void |
InputFieldBase.setInstructionalMessage(Message instructionalMessage)
Setter for the instructional text message field
|
void |
InputField.setInstructionalMessage(Message instructionalMessage)
Setter for the instructional text message field
|
void |
MessageField.setMessage(Message message) |
Modifier and Type | Method and Description |
---|---|
static Message |
ComponentFactory.getConstraintMessage()
Gets the default constraint message configuration
|
static Message |
ComponentFactory.getImageCutlineMessage()
Gets the default image cutline message configuration
|
static Message |
ComponentFactory.getInstructionalMessage()
Gets the default instructional message configuration
|
Message |
KeyMessage.getMessage()
Get the message.
|
static Message |
ComponentFactory.getMessage()
Gets the message
|
Modifier and Type | Method and Description |
---|---|
void |
KeyMessage.setMessage(Message message)
Set the message.
|
Constructor and Description |
---|
KeyMessage(String key,
String value,
Message message)
Constructor for KeyMessage
|
KeyMessage(String key,
String value,
Message message,
boolean disabled)
Constructor for KeyMessage
|
Modifier and Type | Method and Description |
---|---|
Message |
MessageView.getMessage()
Message component that will be used to display the message (used for styling and so on)
|
Modifier and Type | Method and Description |
---|---|
void |
MessageView.setMessage(Message message)
Setter for the message component
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.