Class Scrollpane

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

public class Scrollpane extends WidgetBase
Decorates a group with scroll functionality.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • Scrollpane

      public Scrollpane()
  • Method Details

    • performFinalize

      public void performFinalize(Object model, LifecycleElement parent)
      Description copied from class: ComponentBase
      The following finalization is done here:
      • progressiveRender and conditionalRefresh variables are processed if set
      • If any of the style properties were given, sets the style string on the style property
      • Set the skipInTabOrder flag for nested components
      The last phase before the view is rendered

      Here final preparations can be made based on the updated view state.

      Specified by:
      performFinalize in interface LifecycleElement
      Overrides:
      performFinalize in class ComponentBase
      Parameters:
      model - - top level object containing the data
      parent - - parent component
    • getHeight

      public String getHeight()
      Height the content should take up in the group

      If the content size exceeds the height then a scroll bar will be shown.

      e.g. '30%' or '55px'

      Returns:
      Content height of the group
    • setHeight

      public void setHeight(String height)
      Setter for the group height
      Parameters:
      height -