Interface PopupTagDeclaration
- All Superinterfaces:
- HasBinding,- HasId,- HasIdBindingAndRendered,- HasTip,- IsRendered,- IsVisual
Renders a popup panel.
- 
Method SummaryModifier 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 org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setModalIf "true", a click on the backdrop does not close the popup. Default value is "false" and can be configured in the tobago-config.xml.
- 
setCollapsedIndicating the collapsed state of this component.
- 
setCollapsedMode
 
-