public class QuoteBehavior
extends org.apache.wicket.behavior.Behavior
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.
Someone famous
| Constructor and Description |
|---|
QuoteBehavior()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
void |
onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag) |
QuoteBehavior |
pullLeft()
sets the floating of the quote to "left".
|
QuoteBehavior |
pullRight()
sets the floating of the quote to "right".
|
void |
unbind(org.apache.wicket.Component component) |
public void onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag)
onComponentTag in class org.apache.wicket.behavior.Behaviorpublic final QuoteBehavior pullRight()
public final QuoteBehavior pullLeft()
public void bind(org.apache.wicket.Component component)
bind in class org.apache.wicket.behavior.Behaviorpublic void unbind(org.apache.wicket.Component component)
unbind in class org.apache.wicket.behavior.BehaviorCopyright © 2013 agilecoders.de. All Rights Reserved.