public class WellBehavior
extends org.apache.wicket.behavior.Behavior
WellBehavior.Size).| Modifier and Type | Class and Description |
|---|---|
static class |
WellBehavior.Size
defines the size of a well
|
| Constructor and Description |
|---|
WellBehavior()
Construct.
|
WellBehavior(org.apache.wicket.model.IModel<WellBehavior.Size> sizeModel)
Construct.
|
WellBehavior(WellBehavior.Size size)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
void |
detach(org.apache.wicket.Component component) |
WellBehavior.Size |
getSize() |
void |
onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag) |
WellBehavior |
setSize(WellBehavior.Size size)
sets the well size
|
void |
unbind(org.apache.wicket.Component component) |
public WellBehavior()
public WellBehavior(WellBehavior.Size size)
size - The size of the wellpublic WellBehavior(org.apache.wicket.model.IModel<WellBehavior.Size> sizeModel)
sizeModel - The size of the wellpublic void onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag)
onComponentTag in class org.apache.wicket.behavior.Behaviorpublic final WellBehavior setSize(WellBehavior.Size size)
size - The size of the well elementpublic final WellBehavior.Size getSize()
public void detach(org.apache.wicket.Component component)
detach in class org.apache.wicket.behavior.Behaviorpublic 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.