Uses of Class
org.apache.wicket.markup.html.panel.Panel
-
Packages that use Panel Package Description org.apache.wicket.ajax.markup.html.navigation.paging org.apache.wicket.feedback Classes related to showing user feedback, generally as the result of form submission and/or validation.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.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 Modifier and Type Class Description classAjaxPagingNavigatorA 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.feedback
Subclasses of Panel in org.apache.wicket.feedback Modifier and Type Class Description classFencedFeedbackPanelA specialized feedback panel that only displays messages from inside a fence defined by a container component. -
Uses of Panel in org.apache.wicket.markup.html.border
Subclasses of Panel in org.apache.wicket.markup.html.border Modifier and Type Class Description classBorderPanelWhereas 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 Modifier and Type Class Description classPageViewThis 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 Modifier and Type Class Description classFormComponentFeedbackIndicatorA 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 Modifier and Type Class Description classClientSideImageMapA client-side image map implementation which allows you to "attach" the map to any existingImagecomponent. -
Uses of Panel in org.apache.wicket.markup.html.navigation.paging
Subclasses of Panel in org.apache.wicket.markup.html.navigation.paging Modifier and Type Class Description classPagingNavigatorA 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 Modifier and Type Class Description classBrowserInfoFormForm for posting JavaScript properties. -
Uses of Panel in org.apache.wicket.markup.html.panel
Subclasses of Panel in org.apache.wicket.markup.html.panel Modifier and Type Class Description classComponentFeedbackPanelConvenience feedback panel that filters the feedback messages based on the component given in the constructor.classEmptyPanelPanel that does absolutely nothing and that can be used to display an empty block.classFeedbackPanelA panel that displaysFeedbackMessages in a list view.classGenericPanel<T>APanelwith typesafe getters and setters for the model and its underlying object -
Uses of Panel in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester that return Panel Modifier and Type Method Description protected PanelDummyPanelPage. getTestPanel(java.lang.String id)Creates the panel under test
-