public class LinkFactory extends Object
LinkFactory.| Constructor and Description |
|---|
LinkFactory() |
| 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,
de.alpharogroup.resourcebundle.locale.ResourceBundleKey resourceModelKey,
org.apache.wicket.Component component)
Factory method for create a new
BookmarkablePageLink. |
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)
Factory method for create a new
BookmarkablePageLink. |
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)
Factory method for create a new
BookmarkablePageLink. |
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)
Factory method for create a new
BookmarkablePageLink. |
static org.apache.wicket.markup.html.link.ExternalLink |
newExternalLink(String linkId,
String url,
String labelId,
de.alpharogroup.resourcebundle.locale.ResourceBundleKey resourceBundleKey,
org.apache.wicket.Component component)
Factory method for create a new
ExternalLink. |
static org.apache.wicket.markup.html.link.ExternalLink |
newExternalLink(String linkId,
String url,
String labelId,
String resourceModelKey,
org.apache.wicket.Component component)
Factory method for create a new
ExternalLink. |
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)
Factory method for create a new
ExternalLink. |
static org.apache.wicket.markup.html.link.ExternalLink |
newExternalLink(String linkId,
String url,
String labelId,
String resourceModelKey,
String defaultValue,
org.apache.wicket.Component component)
Factory method for create a new
ExternalLink. |
public static org.apache.wicket.markup.html.link.BookmarkablePageLink<String> newBookmarkablePageLink(String linkId, Class<? extends org.apache.wicket.Page> pageClass, String labelId, de.alpharogroup.resourcebundle.locale.ResourceBundleKey resourceModelKey, org.apache.wicket.Component component)
BookmarkablePageLink.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, org.apache.wicket.Component component)
BookmarkablePageLink.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, Object[] parameters, String defaultValue, org.apache.wicket.Component component)
BookmarkablePageLink.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, String resourceModelKey, String defaultValue, org.apache.wicket.Component component)
BookmarkablePageLink.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.ExternalLink newExternalLink(String linkId, String url, String labelId, de.alpharogroup.resourcebundle.locale.ResourceBundleKey resourceBundleKey, org.apache.wicket.Component component)
ExternalLink.linkId - the link idurl - the external urllabelId - the label idresourceBundleKey - 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)
ExternalLink.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, Object[] parameters, String defaultValue, org.apache.wicket.Component component)
ExternalLink.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, String resourceModelKey, String defaultValue, org.apache.wicket.Component component)
ExternalLink.linkId - the link idurl - the external urllabelId - the label idresourceModelKey - the resource model keydefaultValue - a default valuecomponent - the componentCopyright © 2010–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.