public class ScrollSpyBehavior extends BootstrapBaseBehavior
ScrollSpyBehavior updates the active state of a assigned
component according to the current scroll position.| Constructor and Description |
|---|
ScrollSpyBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
static void |
refresh(org.apache.wicket.ajax.AjaxRequestTarget target)
updates the ui after new dom elements were added or removed.
|
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse headerResponse) |
addTo, getBootstrapSettings, removeFrom, renderHeadpublic static void refresh(org.apache.wicket.ajax.AjaxRequestTarget target)
target - The current active AjaxRequestTargetpublic void bind(org.apache.wicket.Component component)
bind in class org.apache.wicket.behavior.Behaviorpublic void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse headerResponse)
BootstrapBaseBehaviorrenderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributorrenderHead in class BootstrapBaseBehaviorCopyright © 2013 agilecoders.de. All Rights Reserved.