public class LinkBehavior
extends org.apache.wicket.behavior.Behavior
| Constructor and Description |
|---|
LinkBehavior(String onmouseoverColor,
String onmouseoutColor,
Class<? extends org.apache.wicket.markup.html.WebPage> targetPage,
org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)
Instantiates a new tablerow link behavior.
|
LinkBehavior(String onmouseoverColor,
String onmouseoutColor,
String absolutePath)
Instantiates a new tablerow link behavior.
|
LinkBehavior(String onmouseoverColor,
String onmouseoutColor,
org.apache.wicket.markup.html.WebPage targetPage,
org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)
Instantiates a new tablerow link behavior.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onComponentTag(org.apache.wicket.Component component,
org.apache.wicket.markup.ComponentTag tag) |
public LinkBehavior(String onmouseoverColor, String onmouseoutColor, Class<? extends org.apache.wicket.markup.html.WebPage> targetPage, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)
onmouseoverColor - the onmouseover coloronmouseoutColor - the onmouseout colortargetPage - the target pagepageParameters - the page parameterspublic LinkBehavior(String onmouseoverColor, String onmouseoutColor, String absolutePath)
onmouseoverColor - the onmouseover coloronmouseoutColor - the onmouseout colorabsolutePath - the absolute pathpublic LinkBehavior(String onmouseoverColor, String onmouseoutColor, org.apache.wicket.markup.html.WebPage targetPage, org.apache.wicket.request.mapper.parameter.PageParameters pageParameters)
onmouseoverColor - the onmouseover coloronmouseoutColor - the onmouseout colortargetPage - the target pagepageParameters - the page parametersCopyright © 2010–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.