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


package org.apache.wicket.markup.html.border

Border components.

  • Classes
    Class
    Description
    This is a simple Container component which can be used to build Border like components.
    A border component has associated markup which is drawn and determines placement of markup and/or components nested within the border component.
    This is a behavior implementation that can be used if you have markup that should be around a component.
    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.