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 Details

    • setTrigger

      void setTrigger(String trigger)
      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).