Class Accordion

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

public class Accordion extends WidgetBase
Accordion widget class used to create an accordion based layout.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • Accordion

      public Accordion()
  • Method Details

    • getActive

      public String getActive()
      The active option determines which accordion item is open by default. Set "false" as the string for no item open, use zero-based index to select an item to be open by default.
      Returns:
      the accordion item that is open by default, "false" if no items open
    • setActive

      public void setActive(String active)
      Set the accordion item open by default (zero-based index), "false" if no item should be open.
      Parameters:
      active - true if the accoridion item should be open by default