Package org.apache.wicket.markup.html.border
Border components.
-
Class Summary Class Description Body This is a simple Container component which can be used to build Border like components.Border A border component has associated markup which is drawn and determines placement of markup and/or components nested within the border component.BorderBehavior This is a behavior implementation that can be used if you have markup that should be around a component.BorderPanel Whereas a Panel replaces the body markup with the associated markup file, a BorderPanel assumes a that Body component renders the body markup including any number of Wicket Components.