Java org.apache.wicket.markup.html.panel Panel fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

MarkupContaineradd(final Component... children)
Adds the child component(s) to this container.
voidbeforeRender()
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
voiderror(final Serializable message)
Registers an error feedback message for this component
Componentget(String path)
Get a child component by looking it up with the given path.
IModelgetDefaultModel()
Gets the model.
ObjectgetDefaultModelObject()
Gets the backing model object.
StringgetId()
Gets the id of this component.
StringgetMarkupId(boolean createIfDoesNotExist)
Retrieves id by which this component is represented within the markup.
StringgetMarkupId()
Retrieves id by which this component is represented within the markup.
booleangetOutputMarkupId()
Gets whether or not component will output id attribute into the markup.
voidrender()
Render this component and all its children.
ComponentreplaceWith(Component replacement)
Replaces this component with another.
MarkupContainersetDefaultModel(final IModel model)
ComponentsetEnabled(final boolean enabled)
Sets whether this component is enabled.
voidsetMarkupId(Component comp)
Copy markupId
ComponentsetMetaData(final MetaDataKey key, final M object)
Sets the metadata for this component using the given key.
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).
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.
RvisitChildren(final Class clazz, final IVisitor visitor)
Traverses all child components of the given class in this container, calling the visitor's visit method at each one.