|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Panel | |
|---|---|
| org.apache.wicket.ajax.markup.html.navigation.paging | |
| org.apache.wicket.markup.html.border | Border components. |
| org.apache.wicket.markup.html.debug | |
| org.apache.wicket.markup.html.form.validation | Support for form validation. |
| org.apache.wicket.markup.html.link | Link components. |
| org.apache.wicket.markup.html.navigation.paging | |
| org.apache.wicket.markup.html.pages | Default special purpose pages for error and feedback support. |
| org.apache.wicket.markup.html.panel | Panel components. |
| org.apache.wicket.markup.html.tree | Package for Tree components. |
| org.apache.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 org.apache.wicket.ajax.markup.html.navigation.paging |
|---|
| Subclasses of Panel in org.apache.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 org.apache.wicket.markup.html.border |
|---|
| Subclasses of Panel in org.apache.wicket.markup.html.border | |
|---|---|
class |
BorderPanel
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. |
| Uses of Panel in org.apache.wicket.markup.html.debug |
|---|
| Subclasses of Panel in org.apache.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 org.apache.wicket.markup.html.form.validation |
|---|
| Subclasses of Panel in org.apache.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 org.apache.wicket.markup.html.link |
|---|
| Subclasses of Panel in org.apache.wicket.markup.html.link | |
|---|---|
class |
ClientSideImageMap
A client-side image map implementation which allows you to "attach" the map to any existing Image component. |
| Uses of Panel in org.apache.wicket.markup.html.navigation.paging |
|---|
| Subclasses of Panel in org.apache.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 org.apache.wicket.markup.html.pages |
|---|
| Subclasses of Panel in org.apache.wicket.markup.html.pages | |
|---|---|
class |
BrowserInfoForm
Form for posting JavaScript properties. |
| Uses of Panel in org.apache.wicket.markup.html.panel |
|---|
| Subclasses of Panel in org.apache.wicket.markup.html.panel | |
|---|---|
class |
ComponentFeedbackPanel
Convenience feedback panel that filters the feedback messages based on the component given in the constructor. |
class |
EmptyPanel
Panel that does absolutely nothing and that can be used to display an empty block. |
class |
FeedbackPanel
A panel that displays FeedbackMessages in a list view. |
class |
GenericPanel<T>
A Panel with typesafe getters and setters for the model and its underlying object |
| Uses of Panel in org.apache.wicket.markup.html.tree |
|---|
| Subclasses of Panel in org.apache.wicket.markup.html.tree | |
|---|---|
class |
AbstractTree
This class encapsulates the logic for displaying and (partial) updating the tree. |
class |
BaseTree
An abstract Tree component that should serve as a base for custom Tree Components. |
class |
LabelIconPanel
Simple panel that contains an icon next to a label. |
class |
LabelTree
Simple tree component that uses label to render tree node. |
class |
LinkIconPanel
Simple panel that contains a link with icon and a link with a label. |
class |
LinkTree
Simple tree component that provides node panel with link allowing user to select individual nodes. |
| Uses of Panel in org.apache.wicket.util.tester |
|---|
| Methods in org.apache.wicket.util.tester with type parameters of type Panel | ||
|---|---|---|
|
BaseWicketTester.startPanel(Class<C> panelClass)
Deprecated. Use startComponentInPage(Class) instead |
|
| Methods in org.apache.wicket.util.tester that return Panel | |
|---|---|
Panel |
ITestPanelSource.getTestPanel(String panelId)
Deprecated. Defines a Panel instance source for WicketTester. |
Panel |
BaseWicketTester.startPanel(ITestPanelSource testPanelSource)
Deprecated. since 1.5 use BaseWicketTester.startComponentInPage(Class, IMarkupFragment) instead |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||