Java org.apache.wicket.markup.html.link ExternalLink fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.link ExternalLink fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.link ExternalLink.

The text is from its open source code.

Subclass

org.apache.wicket.markup.html.link.ExternalLink has subclasses.
Click this link to see all its subclasses.

Constructor

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
StringgetDefaultModelObjectAsString()
Gets a model object as a string.
StringgetMarkupId()
Retrieves id by which this component is represented within the markup.
AbstractLinksetBody(final IModel bodyModel)
Sets the link's body model
ExternalLinksetContextRelative(final boolean contextRelative)
Set to true if this link should be automatically prepended with ../ to make it relative to the context root.
ComponentsetEnabled(final boolean enabled)
Sets whether this component is enabled.
ComponentsetOutputMarkupId(final boolean output)
Sets whether or not component will output id attribute into the markup.
ExternalLinksetPopupSettings(final PopupSettings popupSettings)
Sets the popup specification.
ComponentsetVisible(final boolean visible)
Sets whether this component and any children are visible.