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 Summary

    Modifier and Type
    Method
    Description
    void
    setCollapsed(String collapsed)
    Indicating the collapsed state of this component.
    void
    Enum indicating the mode of the collapsed state of this component.
    void
    setPlacement(String placement)
    Defines the placement of the offcanvas.

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

    setBinding

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId

    setId

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip

    setTip

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered

    setRendered

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • 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".