Schnittstelle PopupTagDeclaration
- Alle Superschnittstellen:
HasBinding
,HasId
,HasIdBindingAndRendered
,HasTip
,IsRendered
,IsVisual
Renders a popup panel.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
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.Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Methodendetails
-
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
-