Package org.wicketstuff.minis.apanel

Interface Summary
IComponentRenderer<T extends Component> Renderer creates wicket markup for a component.
ILayout Layout is responsible for creating wicket markup for a group of components.
 

Class Summary
APanel Panel that generates markup for added components, so that it doesn't need to have a markup file.
ConstraintBehavior Contains information about how a component should be displayed in a layout.
FlowLayout Layout that only concatenates markup for components.
GridLayout GridLayout puts markup of components in <table><table/> according to GridLayoutConstraints.
GridLayoutConstraint Specifies position of a component for GridLayout and optionally column/row span.
 



Copyright © 2010. All Rights Reserved.