Class CollapsiblePanel

  • All Implemented Interfaces:
    Cloneable


    public class CollapsiblePanel
    extends Div
    • Constructor Detail

      • CollapsiblePanel

        public CollapsiblePanel(boolean withFooter,
                                boolean collapseWithHeaderClick,
                                boolean open)
        Create a new collapsible panel with a random UUID-based collapse id.
        Parameters:
        withFooter - whether the footer div should be added.
      • CollapsiblePanel

        public CollapsiblePanel(boolean withFooter,
                                String collapseId,
                                boolean collapseWithHeaderClick,
                                boolean open)
        Create a new collapsible panel with the specified collapse id.
        Parameters:
        withFooter - whether the footer div should be added.
    • Method Detail

      • getCollapseId

        public String getCollapseId()
      • getPanelHead

        public Div getPanelHead()
      • getPanelBody

        public Div getPanelBody()
      • getPanelFooter

        public Div getPanelFooter()