|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Message in org.kuali.rice.krad.uif.container |
---|
Methods in org.kuali.rice.krad.uif.container that return Message | |
---|---|
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()
|
Methods in org.kuali.rice.krad.uif.container that return types with arguments of type Message | |
---|---|
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()
|
Methods in org.kuali.rice.krad.uif.container with parameters of type Message | |
---|---|
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)
Setter for the containers summary message field |
void |
NodePrototype.setLabelPrototype(Message labelPrototype)
|
Method parameters in org.kuali.rice.krad.uif.container with type arguments of type Message | |
---|---|
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)
|
Uses of Message in org.kuali.rice.krad.uif.control |
---|
Methods in org.kuali.rice.krad.uif.control that return Message | |
---|---|
Message |
CheckboxControl.getRichLabelMessage()
Gets the Message that represents the rich message content of the label if labelText is using rich message tags. |
Methods in org.kuali.rice.krad.uif.control with parameters of type Message | |
---|---|
void |
CheckboxControl.setRichLabelMessage(Message richLabelMessage)
Sets the Message that represents the rich message content of the label if it is using rich message tags. |
Uses of Message in org.kuali.rice.krad.uif.element |
---|
Methods in org.kuali.rice.krad.uif.element that return Message | |
---|---|
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 |
Label.getRequiredMessage()
Message instance that will display a required indicator |
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 |
Methods in org.kuali.rice.krad.uif.element with parameters of type Message | |
---|---|
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 |
Label.setRequiredMessage(Message requiredMessage)
Setter for the required message field |
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 |
Uses of Message in org.kuali.rice.krad.uif.field |
---|
Methods in org.kuali.rice.krad.uif.field that return Message | |
---|---|
Message |
InputField.getConstraintMessage()
Message field that displays constraint text |
Message |
ImageField.getCutline()
Gets the cutline |
Message |
InputField.getInstructionalMessage()
Message field that displays instructional text |
Message |
MessageField.getMessage()
Nested Message component wrapped in the field |
Methods in org.kuali.rice.krad.uif.field with parameters of type Message | |
---|---|
void |
InputField.setConstraintMessage(Message constraintMessage)
Setter for the constraint text message field |
void |
ImageField.setCutline(Message cutline)
Sets the cutline |
void |
InputField.setInstructionalMessage(Message instructionalMessage)
Setter for the instructional text message field |
void |
MessageField.setMessage(Message message)
Setter for the nested message instance |
Uses of Message in org.kuali.rice.krad.uif.util |
---|
Methods in org.kuali.rice.krad.uif.util that return Message | |
---|---|
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 |
static Message |
ComponentFactory.getMessage()
Gets the message |
Message |
KeyMessage.getMessage()
Get the message. |
Methods in org.kuali.rice.krad.uif.util with parameters of type Message | |
---|---|
void |
KeyMessage.setMessage(Message message)
Set the message. |
Constructors in org.kuali.rice.krad.uif.util with parameters of type Message | |
---|---|
KeyMessage(String key,
String value,
Message message)
Constructor for KeyMessage |
Uses of Message in org.kuali.rice.krad.uif.view |
---|
Methods in org.kuali.rice.krad.uif.view that return Message | |
---|---|
Message |
MessageView.getMessage()
Message component that will be used to display the message (used for styling and so on) |
Message |
LookupView.getRangedToMessage()
The Message to render between the two range fields for ranged criteria fields |
Methods in org.kuali.rice.krad.uif.view with parameters of type Message | |
---|---|
void |
MessageView.setMessage(Message message)
Setter for the message component |
void |
LookupView.setRangedToMessage(Message rangedToMessage)
Setter for the Message rendered between the two range fields for ranged criteria fields |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |