Uses of Class
org.kuali.rice.krad.uif.element.Message

Packages that use Message
org.kuali.rice.krad.uif.container   
org.kuali.rice.krad.uif.control   
org.kuali.rice.krad.uif.element   
org.kuali.rice.krad.uif.field   
org.kuali.rice.krad.uif.util   
org.kuali.rice.krad.uif.view   
 

Uses of Message in org.kuali.rice.krad.uif.container
 

Methods in org.kuali.rice.krad.uif.container that return Message
 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)
           
 Tree<Group,Message> TreeGroup.getTreeGroups()
           
 

Methods in org.kuali.rice.krad.uif.container with parameters of type Message
 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
 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()
          The areaTitleMessage represents the area in which this view and page exist.
 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.
 

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)
 

Methods in org.kuali.rice.krad.uif.view with parameters of type Message
 void MessageView.setMessage(Message message)
          Setter for the message component
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.