public class LabelBehavior
extends org.apache.wicket.behavior.Behavior
| Constructor and Description |
|---|
LabelBehavior()
Construct.
|
LabelBehavior(org.apache.wicket.model.IModel<LabelType> type)
Construct.
|
LabelBehavior(LabelType type)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
protected String |
className() |
LabelType |
getType() |
void |
onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag) |
LabelBehavior |
setType(LabelType type)
sets the label type
|
void |
unbind(org.apache.wicket.Component component) |
public LabelBehavior()
public LabelBehavior(LabelType type)
type - The type of the labelpublic LabelBehavior(org.apache.wicket.model.IModel<LabelType> type)
type - The type of the label as modelpublic void onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag)
onComponentTag in class org.apache.wicket.behavior.Behaviorpublic final LabelType getType()
public final LabelBehavior setType(LabelType type)
type - the label typeprotected String className()
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.