Interface OffcanvasTagDeclaration

All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, HasTip, IsRendered, IsVisual

public interface OffcanvasTagDeclaration extends HasIdBindingAndRendered, IsVisual, HasTip
Offcanvas component for hidden content that slides into the page.
  • Method Details

    • setCollapsed

      void setCollapsed(String collapsed)
      Indicating the collapsed state of this component.
    • setCollapsedMode

      void setCollapsedMode(String collapsed)
      Enum indicating the mode of the collapsed state of this component.
    • setPlacement

      void setPlacement(String placement)
      Defines the placement of the offcanvas. Default is "left".