| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.components |
| Modifier and Type | Class and Description |
|---|---|
class |
PopoverConfig
PopoverBehavior configuration |
| Modifier and Type | Method and Description |
|---|---|
TooltipConfig |
TooltipConfig.withAnimation(boolean value)
apply a css fade transition to the tooltip
|
TooltipConfig |
TooltipConfig.withContent(String value)
default content value if `data-content` attribute isn't present
|
TooltipConfig |
TooltipConfig.withDelay(org.apache.wicket.util.time.Duration value)
delay showing and hiding the tooltip (ms) - does not apply to manual trigger type
Not implemented:
If a number is supplied, delay is applied to both hide/show
Object structure is: delay: { show: 500, hide: 100 }
|
TooltipConfig |
TooltipConfig.withHtml(boolean value)
Insert html into the tooltip.
|
TooltipConfig |
TooltipConfig.withPlacement(TooltipConfig.IPlacement value)
how to position the tooltip - top | bottom | left | right
|
TooltipConfig |
TooltipConfig.withSelector(String value)
If a selector is provided, tooltip objects will be delegated to the specified targets.
|
TooltipConfig |
TooltipConfig.withTitle(String value)
default title value if `title` tag isn't present
|
TooltipConfig |
TooltipConfig.withTrigger(TooltipConfig.OpenTrigger value)
how tooltip is triggered - click | hover | focus | manual
|
| Constructor and Description |
|---|
TooltipBehavior(org.apache.wicket.model.IModel<String> label,
TooltipConfig config)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.