Interface PopupTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,HasTip
,IsRendered
,IsVisual
Renders a popup panel.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCollapsed
(String collapsed) Indicating the collapsed state of this component.void
setCollapsedMode
(String collapsed) void
If "true", a click on the backdrop does not close the popup.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
-
setModal
If "true", a click on the backdrop does not close the popup. Default value is "false" and can be configured in the tobago-config.xml. -
setCollapsed
Indicating the collapsed state of this component. -
setCollapsedMode
-