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
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasEscape
setEscape
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasSanitize
setSanitize
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValue
setValue
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
-