T - the generic typepublic class MailtoBehavior<T extends MailtoModel>
extends org.apache.wicket.behavior.Behavior
| Constructor and Description |
|---|
MailtoBehavior(T mailtoModel)
Instantiates a new mailto behavior.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterRender(org.apache.wicket.Component component)
On rendered.
|
void |
beforeRender(org.apache.wicket.Component component)
Before render.
|
T |
getMailtoModel()
Gets the mailto model.
|
public MailtoBehavior(T mailtoModel)
mailtoModel - The mailto model.public void afterRender(org.apache.wicket.Component component)
afterRender in class org.apache.wicket.behavior.Behaviorcomponent - the componentpublic void beforeRender(org.apache.wicket.Component component)
beforeRender in class org.apache.wicket.behavior.Behaviorcomponent - the componentpublic T getMailtoModel()
Copyright © 2010–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.