Interface PopupTagDeclaration
- All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, HasTip, IsRendered, IsVisual
Renders a popup panel.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCollapsed(String collapsed) Indicating the collapsed state of this component.voidsetCollapsedMode(String collapsed) voidIf "true", a click on the backdrop does not close the popup.Methods inherited from interface HasBinding
setBindingMethods inherited from interface IsRendered
setRenderedMethods inherited from interface 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
-