Interface OffcanvasTagDeclaration
- All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, HasTip, IsRendered, IsVisual
Offcanvas component for hidden content that slides into the page.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCollapsed(String collapsed) Indicating the collapsed state of this component.voidsetCollapsedMode(String collapsed) Enum indicating the mode of the collapsed state of this component.voidsetPlacement(String placement) Defines the placement of the offcanvas.Methods inherited from interface HasBinding
setBindingMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsVisual
setCustomClass, setMarkup
-
Method Details
-
setCollapsed
Indicating the collapsed state of this component. -
setCollapsedMode
Enum indicating the mode of the collapsed state of this component. -
setPlacement
Defines the placement of the offcanvas. Default is "left".
-