Java org.apache.wicket.markup.html.basic Label fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

Componentadd(final Behavior... behaviors)
Adds a behavior modifier to the component.
ZfindParent(final Class c)
Finds the first container parent of this component of the given class.
ListgetBehaviors()
Gets the currently coupled Behavior s as a unmodifiable list.
IModelgetDefaultModel()
Gets the model.
ObjectgetDefaultModelObject()
Gets the backing model object.
StringgetDefaultModelObjectAsString()
Gets a model object as a string.
StringgetId()
Gets the id of this component.
StringgetMarkupId()
Retrieves id by which this component is represented within the markup.
StringgetMarkupId(boolean createIfDoesNotExist)
Retrieves id by which this component is represented within the markup.
MarkupContainergetParent()
Gets any parent container, or null if there is none.
booleanisVisible()
Gets whether this component and any children are visible.
voidrender()
Render this component and all its children.
ComponentreplaceWith(Component replacement)
Replaces this component with another.
ComponentsetDefaultModel(final IModel model)
Sets the given model.
ComponentsetDefaultModelObject(final Object object)
Sets the backing model object.
ComponentsetEnabled(final boolean enabled)
Sets whether this component is enabled.
ComponentsetEscapeModelStrings(final boolean escapeMarkup)
Sets whether model strings should be escaped.
voidsetMarkupId(Component comp)
Copy markupId
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.
ComponentsetRenderBodyOnly(final boolean renderTag)
If false the component's tag will be printed as well as its body (which is default).
ComponentsetVersioned(boolean versioned)
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.