public class PopoverBehavior extends TooltipBehavior
| Constructor and Description |
|---|
PopoverBehavior(org.apache.wicket.model.IModel<String> label,
org.apache.wicket.model.IModel<String> body)
Construct.
|
PopoverBehavior(org.apache.wicket.model.IModel<String> label,
org.apache.wicket.model.IModel<String> body,
PopoverConfig config)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
protected CharSequence |
createInitializerScript(org.apache.wicket.Component component,
AbstractConfig config)
createss an initializer script
|
protected String |
createRelAttribute() |
void |
detach(org.apache.wicket.Component component) |
protected org.apache.wicket.model.IModel<String> |
newContent() |
renderHeadrenderHeadaddTo, getBootstrapSettings, removeFrompublic PopoverBehavior(org.apache.wicket.model.IModel<String> label, org.apache.wicket.model.IModel<String> body)
label - Title of the popoverbody - Body of the popoverpublic PopoverBehavior(org.apache.wicket.model.IModel<String> label, org.apache.wicket.model.IModel<String> body, PopoverConfig config)
label - Title of the popoverbody - Body of the popoverconfig - The popover configurationpublic void bind(org.apache.wicket.Component component)
bind in class TooltipBehaviorpublic void detach(org.apache.wicket.Component component)
detach in class TooltipBehaviorprotected String createRelAttribute()
createRelAttribute in class TooltipBehaviorprotected org.apache.wicket.model.IModel<String> newContent()
protected CharSequence createInitializerScript(org.apache.wicket.Component component, AbstractConfig config)
TooltipBehaviorcreateInitializerScript in class TooltipBehaviorcomponent - The component where this behavior is assigned to.config - The current configurationCopyright © 2013 agilecoders.de. All Rights Reserved.