Interface OffcanvasTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,HasTip
,IsRendered
,IsVisual
Offcanvas component for hidden content that slides into the page.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCollapsed
(String collapsed) Indicating the collapsed state of this component.void
setCollapsedMode
(String collapsed) 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.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
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".
-