Component reference
This example makes up Wicket's component reference. It lists the main component set of Wicket, and shows you how to use them with short examples. Read the comments on the pages and in the Java sources.
Output:
Layout and grouping:
- wicket.markup.html.panel.Panel
- wicket.markup.html.border.Border
- wicket.markup.html.include.Include
- wicket.markup.html.tabs.TabbedPanel (wicket-extensions)
- wicket.markup.html.panel.Fragment
Links (for more examples, see Link-o-matic):
- wicket.markup.html.link.Link
- wicket.markup.html.link.ExternalLink
- wicket.markup.html.link.BookmarkablePageLink
Forms (for more examples, see FormInput):
- wicket.markup.html.form.Form
- wicket.markup.html.form.Button
- wicket.markup.html.form.SubmitLink
- wicket.markup.html.form.TextField
- wicket.markup.html.form.TextArea
- wicket.markup.html.form.CheckBox
- wicket.markup.html.form.CheckGroup, wicket.markup.html.form.Check, and wicket.markup.html.form.CheckGroupSelector
- Embedded wicket.markup.html.form.CheckGroup, wicket.markup.html.form.Check, and wicket.markup.html.form.CheckGroupSelector
- wicket.markup.html.form.CheckBoxMultipleChoice
- wicket.markup.html.form.CheckBoxSelector
- wicket.markup.html.form.DropDownChoice
- wicket.markup.html.form.ListChoice
- wicket.markup.html.form.RadioChoice
- wicket.markup.html.form.RadioGroup and wicket.markup.html.form.Radio
- Embedded wicket.markup.html.form.RadioGroup and wicket.markup.html.form.Radio
- wicket.markup.html.form.ListMultipleChoice
- wicket.extensions.markup.html.form.select.Select
- wicket.extensions.markup.html.palette.Palette