Uses of Class
org.kuali.rice.krad.uif.field.MessageField

Packages that use MessageField
org.kuali.rice.krad.uif.container   
org.kuali.rice.krad.uif.field   
org.kuali.rice.krad.uif.util   
 

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

Methods in org.kuali.rice.krad.uif.container that return MessageField
 MessageField ContainerBase.getInstructionalMessageField()
          Message field that displays instructional text
 MessageField Container.getInstructionalMessageField()
          Text for the container that provides a summary description or instructions
 MessageField NodePrototype.getLabelPrototype()
           
 

Methods in org.kuali.rice.krad.uif.container that return types with arguments of type MessageField
protected  Node<Group,MessageField> TreeGroup.buildTreeNode(Node<Object,String> nodeData, String bindingPrefix, String parentNode)
           
 Tree<Group,MessageField> TreeGroup.getTreeGroups()
           
 

Methods in org.kuali.rice.krad.uif.container with parameters of type MessageField
 void ContainerBase.setInstructionalMessageField(MessageField instructionalMessageField)
          Setter for the instructional text message field
 void Container.setInstructionalMessageField(MessageField summaryMessageField)
          Setter for the containers summary message field
 void NodePrototype.setLabelPrototype(MessageField labelPrototype)
           
 

Method parameters in org.kuali.rice.krad.uif.container with type arguments of type MessageField
protected  void TreeGroup.addNodeComponents(Node<Group,MessageField> node, List<Component> components)
          Retrieves the Component instances from the node for building the nested components list
 void TreeGroup.setTreeGroups(Tree<Group,MessageField> treeGroups)
           
 

Uses of MessageField in org.kuali.rice.krad.uif.field
 

Methods in org.kuali.rice.krad.uif.field that return MessageField
 MessageField InputField.getConstraintMessageField()
          Message field that displays constraint text
 MessageField InputField.getInstructionalMessageField()
          Message field that displays instructional text
 MessageField LabelField.getRequiredMessageField()
          MessageField instance that will display a required indicator
 

Methods in org.kuali.rice.krad.uif.field with parameters of type MessageField
 void InputField.setConstraintMessageField(MessageField constraintMessageField)
          Setter for the constraint text message field
 void InputField.setInstructionalMessageField(MessageField instructionalMessageField)
          Setter for the instructional text message field
 void LabelField.setRequiredMessageField(MessageField requiredMessageField)
          Setter for the required message field
 

Uses of MessageField in org.kuali.rice.krad.uif.util
 

Methods in org.kuali.rice.krad.uif.util that return MessageField
static MessageField ComponentFactory.getMessageField()
           
 



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