Module org.apache.wicket.core
Package org.apache.wicket.markup.html.panel
package org.apache.wicket.markup.html.panel
Panel components.
-
ClassDescriptionImplements boilerplate as needed by many markup sourcing strategies.Boilerplate for a markup sourcing strategy which retrieves the markup from associated markup files.The Border component's markup sourcing strategyConvenience feedback panel that filters the feedback messages based on the component given in the constructor.This is a no-op sourcing strategy implementing the default behavior for most components.Panel that does absolutely nothing and that can be used to display an empty block.A panel that displays
FeedbackMessage
s in a list view.Usually you either have a markup file or a xml tag with wicket:id="myComponent" to associate markup with a component.A markup sourcing strategy suitable for Fragment components.GenericPanel<T>APanel
with typesafe getters and setters for the model and its underlying objectMarkup sourcing strategies determine whether a Component behaves like a "Panel" pulling its Markup from an associated Markup file, or like a Fragment pulling it from a another components Markup.A panel is a reusable component that holds markup and other components.The Panel components markup sourcing strategy.