public class LinkUtils extends Object
| Constructor and Description |
|---|
LinkUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.markup.html.link.BookmarkablePageLink<String> |
newBookmarkablePageLink(String linkId,
Class<? extends org.apache.wicket.Page> pageClass,
String labelId,
net.sourceforge.jaulp.locale.ResourceBundleKey resourceModelKey,
org.apache.wicket.Component component)
Creates the bookmarkable page link.
|
static org.apache.wicket.markup.html.link.BookmarkablePageLink<String> |
newBookmarkablePageLink(String linkId,
Class<? extends org.apache.wicket.Page> pageClass,
String labelId,
String resourceModelKey,
org.apache.wicket.Component component)
Creates the bookmarkable page link.
|
static org.apache.wicket.markup.html.link.BookmarkablePageLink<String> |
newBookmarkablePageLink(String linkId,
Class<? extends org.apache.wicket.Page> pageClass,
String labelId,
String resourceModelKey,
Object[] parameters,
String defaultValue,
org.apache.wicket.Component component)
Creates the bookmarkable page link.
|
static org.apache.wicket.markup.html.link.BookmarkablePageLink<String> |
newBookmarkablePageLink(String linkId,
Class<? extends org.apache.wicket.Page> pageClass,
String labelId,
String resourceModelKey,
String defaultValue,
org.apache.wicket.Component component)
Creates the bookmarkable page link.
|
static org.apache.wicket.markup.html.link.ExternalLink |
newExternalLink(String linkId,
String url,
String labelId,
net.sourceforge.jaulp.locale.ResourceBundleKey resourceBundleKey,
org.apache.wicket.Component component)
Creates an external link from the given parameters.
|
static org.apache.wicket.markup.html.link.ExternalLink |
newExternalLink(String linkId,
String url,
String labelId,
String resourceModelKey,
org.apache.wicket.Component component)
Creates an external link from the given parameters.
|
static org.apache.wicket.markup.html.link.ExternalLink |
newExternalLink(String linkId,
String url,
String labelId,
String resourceModelKey,
Object[] parameters,
String defaultValue,
org.apache.wicket.Component component)
Creates an external link from the given parameters.
|
static org.apache.wicket.markup.html.link.ExternalLink |
newExternalLink(String linkId,
String url,
String labelId,
String resourceModelKey,
String defaultValue,
org.apache.wicket.Component component)
Creates an external link from the given parameters.
|
public static org.apache.wicket.markup.html.link.BookmarkablePageLink<String> newBookmarkablePageLink(String linkId, Class<? extends org.apache.wicket.Page> pageClass, String labelId, String resourceModelKey, org.apache.wicket.Component component)
linkId - the link idpageClass - the page classlabelId - the label idresourceModelKey - the resource model keycomponent - the componentpublic static org.apache.wicket.markup.html.link.BookmarkablePageLink<String> newBookmarkablePageLink(String linkId, Class<? extends org.apache.wicket.Page> pageClass, String labelId, String resourceModelKey, String defaultValue, org.apache.wicket.Component component)
linkId - the link idpageClass - the page classlabelId - the label idresourceModelKey - the resource model keydefaultValue - the default valuecomponent - the componentpublic static org.apache.wicket.markup.html.link.BookmarkablePageLink<String> newBookmarkablePageLink(String linkId, Class<? extends org.apache.wicket.Page> pageClass, String labelId, String resourceModelKey, Object[] parameters, String defaultValue, org.apache.wicket.Component component)
linkId - the link idpageClass - the page classlabelId - the label idresourceModelKey - the resource model keyparameters - the parametersdefaultValue - the default valuecomponent - the componentpublic static org.apache.wicket.markup.html.link.BookmarkablePageLink<String> newBookmarkablePageLink(String linkId, Class<? extends org.apache.wicket.Page> pageClass, String labelId, net.sourceforge.jaulp.locale.ResourceBundleKey resourceModelKey, org.apache.wicket.Component component)
linkId - the link idpageClass - the page classlabelId - the label idresourceModelKey - the resource model keycomponent - the componentpublic static org.apache.wicket.markup.html.link.ExternalLink newExternalLink(String linkId, String url, String labelId, String resourceModelKey, org.apache.wicket.Component component)
linkId - the link idurl - the external urllabelId - the label idresourceModelKey - the resource model keycomponent - the componentpublic static org.apache.wicket.markup.html.link.ExternalLink newExternalLink(String linkId, String url, String labelId, String resourceModelKey, String defaultValue, org.apache.wicket.Component component)
linkId - the link idurl - the external urllabelId - the label idresourceModelKey - the resource model keydefaultValue - a default valuecomponent - the componentpublic static org.apache.wicket.markup.html.link.ExternalLink newExternalLink(String linkId, String url, String labelId, String resourceModelKey, Object[] parameters, String defaultValue, org.apache.wicket.Component component)
linkId - the link idurl - the external urllabelId - the label idresourceModelKey - the resource model keyparameters - the parameters for the resource keydefaultValue - a default valuecomponent - the componentpublic static org.apache.wicket.markup.html.link.ExternalLink newExternalLink(String linkId, String url, String labelId, net.sourceforge.jaulp.locale.ResourceBundleKey resourceBundleKey, org.apache.wicket.Component component)
linkId - the link idurl - the external urllabelId - the label idresourceBundleKey - the resource model keycomponent - the componentCopyright © 2010–2015. All rights reserved.