Uses of Class
org.kuali.rice.krad.uif.element.Image
Packages that use Image
Package
Description
-
Uses of Image in org.kuali.rice.krad.uif.element
Methods in org.kuali.rice.krad.uif.element that return ImageModifier and TypeMethodDescriptionAction.getActionImage()Image to use for the actionNavigationBar.getBrandImage()Image component instance to use for the application branding.Methods in org.kuali.rice.krad.uif.element with parameters of type ImageModifier and TypeMethodDescriptionvoidAction.setActionImage(Image actionImage) Setter for the action image field.voidApplicationHeader.setApplicationLogo(Image applicationLogo) Convenience setter for configuring the application logo (brand image) for the navigation bar.voidNavigationBar.setBrandImage(Image brandImage) -
Uses of Image in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field that return ImageModifier and TypeMethodDescriptionActionField.getActionImage()DelegatesactionImageproperty reference to the action.ImageField.getImage()Retrieves theImageelement wrapped by this fieldMethods in org.kuali.rice.krad.uif.field with parameters of type ImageModifier and TypeMethodDescriptionvoidActionField.setActionImage(Image actionImage) DelegatesactionImageproperty reference to the action.voidSets the Image to be wrapped by this field -
Uses of Image in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return Image