public class TourBehavior
extends org.apache.wicket.behavior.Behavior
| Constructor and Description |
|---|
TourBehavior() |
| Modifier and Type | Method and Description |
|---|---|
TourBehavior |
addStep(TourStep step)
Adds a step to the tour
|
protected CharSequence |
createExtraConfig()
Allows contributing more JavaScript related to the tour.
|
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
int |
size() |
public TourBehavior addStep(TourStep step)
step - The tour stepthis object, for chaining.public final int size()
public void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributorrenderHead in class org.apache.wicket.behavior.Behaviorprotected CharSequence createExtraConfig()
Copyright © 2013 agilecoders.de. All Rights Reserved.