Uses of Class
org.kuali.rice.krad.uif.element.Message
Packages that use Message
Package
Description
-
Uses of Message in org.kuali.rice.krad.lookup
Methods in org.kuali.rice.krad.lookup that return MessageModifier and TypeMethodDescriptionLookupView.getRangedToMessage()ComponentMessageinstance to render between the range criteria fields within a range field group.Methods in org.kuali.rice.krad.lookup with parameters of type Message -
Uses of Message in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container that return MessageModifier and TypeMethodDescriptionCollectionGroup.getAddLineLabel()Messageinstance for the add line labelCollectionGroupBase.getAddLineLabel()Messageinstance for the add line labelContainer.getInstructionalMessage()Text for the container that provides a summary description or instructionsContainerBase.getInstructionalMessage()Message field that displays instructional textNodePrototype.getLabelPrototype()Methods in org.kuali.rice.krad.uif.container that return types with arguments of type MessageModifier and TypeMethodDescriptionCopies aNodeinstance and then recursively copies each of its child nodesTreeGroup.getTreeGroups()Methods in org.kuali.rice.krad.uif.container with parameters of type MessageModifier and TypeMethodDescriptionvoidCollectionGroup.setAddLineLabel(Message addLineLabel) Setter for theMessageinstance for the add line labelvoidCollectionGroupBase.setAddLineLabel(Message addLineLabel) Setter for theMessageinstance for the add line labelvoidContainer.setInstructionalMessage(Message instructionalMessage) voidContainerBase.setInstructionalMessage(Message instructionalMessage) Setter for the instructional text message fieldvoidNodePrototype.setLabelPrototype(Message labelPrototype) Method parameters in org.kuali.rice.krad.uif.container with type arguments of type MessageModifier and TypeMethodDescriptionprotected voidRetrieves theComponentinstances from the node for building the nested components listCopies aNodeinstance and then recursively copies each of its child nodesvoidTreeGroup.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 MessageModifier and TypeMethodDescriptionCheckboxControl.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 that return types with arguments of type MessageModifier and TypeMethodDescriptionMultiValueControlBase.getInternalMessageComponents()Used by reflection during the lifecycle to get internal message components that may be contained in optionsMethods in org.kuali.rice.krad.uif.control with parameters of type MessageModifier and TypeMethodDescriptionvoidCheckboxControl.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 MessageModifier and TypeMethodDescriptionViewHeader.getAreaTitleMessage()Message object backing areaTitleTextImage.getCutlineMessage()Gets theMessagecomponent used to display the cutline.ViewHeader.getMetadataMessage()The metadataMessage represents any relevant metadata about the view (last saved, etc).Header.getRichHeaderMessage()Gets the Message that represents the rich message content of the header if headerText is using rich message tags.Label.getRichLabelMessage()Gets the Message that represents the rich message content of the label if labelText is using rich message tags.ViewHeader.getSupportTitleMessage()The supportTitleMessage represents the sub-area of this view that supports what the page is displaying, this is the Message componentToggleMenu.getToggleMessage()Messagecomponent that is associated with the toggle menu toggle text, can be used to adjust styling and so forthMethods in org.kuali.rice.krad.uif.element with parameters of type MessageModifier and TypeMethodDescriptionvoidViewHeader.setAreaTitleMessage(Message areaTitleMessage) Set the areaTitleMessage objectvoidImage.setCutlineMessage(Message cutlineMessage) Sets the Message component used to display the cutline for this imagevoidViewHeader.setMetadataMessage(Message metadataMessage) Set the metadataMessagevoidHeader.setRichHeaderMessage(Message richHeaderMessage) Sets the Message that represents the rich message content of the header if headerText is using rich message tags.voidLabel.setRichLabelMessage(Message richLabelMessage) Sets the Message that represents the rich message content of the label if it is using rich message tags.voidViewHeader.setSupportTitleMessage(Message supportTitleMessage) Set the supportTitleMessagevoidToggleMenu.setToggleMessage(Message toggleMessage) -
Uses of Message in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field that return MessageModifier and TypeMethodDescriptionInputField.getConstraintMessage()Message field that displays constraint textInputFieldBase.getConstraintMessage()Message field that displays constraint textImageField.getCutline()Gets the cutlineInputField.getInstructionalMessage()Message field that displays instructional textInputFieldBase.getInstructionalMessage()Message field that displays instructional textMessageField.getMessage()Methods in org.kuali.rice.krad.uif.field with parameters of type MessageModifier and TypeMethodDescriptionvoidInputField.setConstraintMessage(Message constraintMessage) Setter for the constraint text message fieldvoidInputFieldBase.setConstraintMessage(Message constraintMessage) Setter for the constraint text message fieldvoidImageField.setCutline(Message cutline) Sets the cutlinevoidInputField.setInstructionalMessage(Message instructionalMessage) Setter for the instructional text message fieldvoidInputFieldBase.setInstructionalMessage(Message instructionalMessage) Setter for the instructional text message fieldvoidMessageField.setMessage(Message message) -
Uses of Message in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return MessageModifier and TypeMethodDescriptionstatic MessageComponentFactory.getConstraintMessage()Gets the default constraint message configurationstatic MessageComponentFactory.getImageCutlineMessage()Gets the default image cutline message configurationstatic MessageComponentFactory.getInstructionalMessage()Gets the default instructional message configurationstatic MessageComponentFactory.getMessage()Gets the messageKeyMessage.getMessage()Get the message.Methods in org.kuali.rice.krad.uif.util with parameters of type MessageConstructors in org.kuali.rice.krad.uif.util with parameters of type MessageModifierConstructorDescriptionKeyMessage(String key, String value, Message message) Constructor for KeyMessageKeyMessage(String key, String value, Message message, boolean disabled) Constructor for KeyMessage -
Uses of Message in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view that return MessageModifier and TypeMethodDescriptionMessageView.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 MessageModifier and TypeMethodDescriptionvoidMessageView.setMessage(Message message) Setter for the message component