Class BlockUI

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, LifecycleElement, Widget, org.springframework.core.Ordered

public class BlockUI extends WidgetBase
BlockUI element is used within the view element for managing element/page blocking attributes

Some basic options of the plugin are exposed through this class. Messages can be managed via Action elements. See the jquery BlockUI plugin for more details.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • BlockUI

      public BlockUI()
  • Method Details

    • getTemplateOptions

      public Map<String,String> getTemplateOptions()
      Override to add property values to the template options The options that are passed through to the Component renderer

      The Map key is the option name, with the Map value as the option value. See documentation on the particular widget render for available options.

      Specified by:
      getTemplateOptions in interface Component
      Overrides:
      getTemplateOptions in class ComponentBase
      Returns:
      Mapinvalid input: '<'String, String> options
    • getBlockingImageSource

      public String getBlockingImageSource()
      Path to an image that will be rendered in the blocking overlay

      If specified, the image will be picked up and rendered before the blocking message in the overlay. If not given just the message will be displayed

      Returns:
      url to the blocking image
    • setBlockingImageSource

      public void setBlockingImageSource(String blockingImageSource)
      Setter for the url (source) of the blocking image to use (if any)
      Parameters:
      blockingImageSource -