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

Example usage for Java org.apache.wicket.markup.html.link Link 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 Link.

The text is from its open source code.

Subclass

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

Constructor

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
Componentget(String path)
Get a child component by looking it up with the given path.
StringgetId()
Gets the id of this component.
IModelgetModel()
Typesafe getter for the model
MarkupContainergetParent()
Gets any parent container, or null if there is none.
booleanisEnabled()
booleanisVisible()
Gets whether this component and any children are visible.
LinksetAnchor(Component anchor)
Sets an anchor component.
LinksetAutoEnable(final boolean autoEnable)
Sets whether this link should automatically enable/disable based on current page.
AbstractLinksetBody(final IModel bodyModel)
Sets the link's body model
ComponentsetEnabled(final boolean enabled)
Sets whether this component is enabled.
CsetModel(IModel model)
Typesafe setter for the model
CsetModelObject(T object)
Typesafe setter for the model object
ComponentsetOutputMarkupId(final boolean output)
Sets whether or not component will output id attribute into the markup.
ComponentsetOutputMarkupPlaceholderTag(final boolean outputTag)
Render a placeholder tag when the component is not visible.
LinksetPopupSettings(final PopupSettings popupSettings)
Sets the popup specification.
ComponentsetRenderBodyOnly(final boolean renderTag)
If false the component's tag will be printed as well as its body (which is default).
ComponentsetVisibilityAllowed(boolean allowed)
Sets whether or not this component is allowed to be visible.
ComponentsetVisible(final boolean visible)
Sets whether this component and any children are visible.