|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Panel | |
|---|---|
| wicket.ajax.markup.html.navigation.paging | |
| wicket.markup.html.debug | |
| wicket.markup.html.form.validation | Support for form validation. |
| wicket.markup.html.navigation.paging | |
| wicket.markup.html.panel | Panel components. |
| wicket.markup.html.tree | Package for Tree components. |
| wicket.util.tester | A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. |
| Uses of Panel in wicket.ajax.markup.html.navigation.paging |
|---|
| Subclasses of Panel in wicket.ajax.markup.html.navigation.paging | |
|---|---|
class |
AjaxPagingNavigator
A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView. |
| Uses of Panel in wicket.markup.html.debug |
|---|
| Subclasses of Panel in wicket.markup.html.debug | |
|---|---|
class |
PageView
This is a simple Wicket component that displays all components of a Page in a table representation. |
| Uses of Panel in wicket.markup.html.form.validation |
|---|
| Subclasses of Panel in wicket.markup.html.form.validation | |
|---|---|
class |
FormComponentFeedbackIndicator
A panel that hides or shows itself depending on whether there are feedback messages for a given message filter. |
| Uses of Panel in wicket.markup.html.navigation.paging |
|---|
| Subclasses of Panel in wicket.markup.html.navigation.paging | |
|---|---|
class |
PagingNavigator
A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView. |
| Uses of Panel in wicket.markup.html.panel |
|---|
| Subclasses of Panel in wicket.markup.html.panel | |
|---|---|
class |
ComponentFeedbackPanel
Convenience feedback panel that filters the feedback messages based on the component given in the constructor. |
class |
FeedbackPanel
A panel that displays FeedbackMessages in a list
view. |
| Uses of Panel in wicket.markup.html.tree |
|---|
| Subclasses of Panel in wicket.markup.html.tree | |
|---|---|
class |
AbstractTree
Base component for trees. |
class |
Tree
An tree that renders as a flat (not-nested) list, using spacers for indentation and nodes at the end of one row. |
static class |
Tree.DefaultNodePanel
The default node panel. |
| Uses of Panel in wicket.util.tester |
|---|
| Methods in wicket.util.tester that return Panel | |
|---|---|
Panel |
TestPanelSource.getTestPanel(java.lang.String panelId)
Define a panel instance source for WicketTester |
Panel |
WicketTester.startPanel(java.lang.Class panelClass)
Render a panel from Panel(String id) constructor. |
Panel |
WicketTester.startPanel(TestPanelSource testPanelSource)
Render a panel defined in TestPanelSource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||