| Interface | Description |
|---|---|
| IComponentRenderer<T extends org.apache.wicket.Component> |
Renderer creates wicket markup for a component.
|
| ILayout |
Layout is responsible for creating wicket markup for a group of components.
|
| Class | Description |
|---|---|
| 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 © 2015. All rights reserved.