Package org.apache.wicket.markup.html.border

Border components.

See:
          Description

Class Summary
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.
BoxBorder A very simple border component that draws a thin black line around its children.
MarkupComponentBorder Deprecated. Please use BorderBehavior instead.
 

Package org.apache.wicket.markup.html.border Description

Border components.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.