Uses of Class
org.kuali.rice.krad.uif.field.MessageField
Packages that use MessageField
-
Uses of MessageField in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container that return MessageFieldModifier and TypeMethodDescriptionDialogGroup.getPrompt()Message component to use for the dialog prompt.Methods in org.kuali.rice.krad.uif.container with parameters of type MessageField -
Uses of MessageField in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return MessageFieldModifier and TypeMethodDescriptionstatic MessageFieldComponentFactory.getColGroupingField()Gets the collection grouping fieldColumnCalculationInfo.getGroupTotalFieldPrototype()Gets the groupTotalFieldPrototype.static MessageFieldComponentFactory.getMessageField()Gets the message fieldColumnCalculationInfo.getPageTotalField()Gets the pageTotalField.ColumnCalculationInfo.getTotalField()Gets the totalField.Methods in org.kuali.rice.krad.uif.util with parameters of type MessageFieldModifier and TypeMethodDescriptionvoidColumnCalculationInfo.setGroupTotalFieldPrototype(MessageField groupTotalFieldPrototype) Sets the groupTotalFieldPrototype.voidColumnCalculationInfo.setPageTotalField(MessageField pageTotalField) Sets the pageTotalField.voidColumnCalculationInfo.setTotalField(MessageField totalField) Sets the totalField.