Interface PopoverTagDeclaration
- All Superinterfaces:
HasBinding, HasEscape, HasId, HasIdBindingAndRendered, HasLabel, HasSanitize, HasValue, IsRendered, IsVisual
public interface PopoverTagDeclaration
extends HasIdBindingAndRendered, IsVisual, HasValue, HasLabel, HasEscape, HasSanitize
Renders a popover.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetTrigger(String trigger) Defines how the popover is triggered.Methods inherited from interface HasBinding
setBindingMethods inherited from interface HasSanitize
setSanitizeMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsVisual
setCustomClass, setMarkup, setStyleClass
-
Method Details
-
setTrigger
Defines how the popover is triggered. Possible values are any combination of "click", "focus" and "hover". Default value is "focus" (can be changed in tobago-config.xml).
-