|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.authroles.authentication.panel |
---|
Subclasses of Panel in org.apache.wicket.authroles.authentication.panel | |
---|---|
class |
SignInPanel
Reusable user sign in panel with username and password as well as support for persistence of the both. |
Uses of Panel in org.apache.wicket.devutils |
---|
Subclasses of Panel in org.apache.wicket.devutils | |
---|---|
class |
DevUtilsPanel
All panels in the wicket-devutils package should extend this panel so that they automatically get checked to make sure that the utilities are enabled in the application debug settings. |
Uses of Panel in org.apache.wicket.devutils.debugbar |
---|
Subclasses of Panel in org.apache.wicket.devutils.debugbar | |
---|---|
class |
DebugBar
The debug bar is for use during development. |
class |
InspectorDebugPanel
A panel that adds a link to the inspector to the debug bar. |
class |
PageSizeDebugPanel
A panel for the debug bar that shows the size of the currently shown page. |
class |
SessionSizeDebugPanel
A panel for the debug bar that shows the session size and links to the page that shows more information about sessions. |
class |
StandardDebugPanel
A standard looking debug panel with an img (optional) and a string of data, and the whole thing is a link. |
Uses of Panel in org.apache.wicket.devutils.diskstore.browser |
---|
Subclasses of Panel in org.apache.wicket.devutils.diskstore.browser | |
---|---|
class |
BrowserPanel
A panel that shows the data about pages in the data store |
Uses of Panel in org.apache.wicket.devutils.inspector |
---|
Subclasses of Panel in org.apache.wicket.devutils.inspector | |
---|---|
class |
ApplicationView
A Wicket panel that shows interesting information about a given Wicket session. |
class |
InspectorBug
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page. |
class |
SessionView
A Wicket panel that shows interesting information about a given Wicket session. |
Uses of Panel in org.apache.wicket.examples |
---|
Subclasses of Panel in org.apache.wicket.examples | |
---|---|
class |
WicketExampleHeader
Navigation panel for the examples project. |
Uses of Panel in org.apache.wicket.examples.ajax.builtin.modal |
---|
Subclasses of Panel in org.apache.wicket.examples.ajax.builtin.modal | |
---|---|
class |
ModalPanel1
|
Uses of Panel in org.apache.wicket.examples.ajax.builtin.tree |
---|
Subclasses of Panel in org.apache.wicket.examples.ajax.builtin.tree | |
---|---|
class |
EditablePanel
Panel that contains an text field that submits automatically after it loses focus. |
Uses of Panel in org.apache.wicket.examples.asemail |
---|
Subclasses of Panel in org.apache.wicket.examples.asemail | |
---|---|
class |
MailTemplatePanel
A demo panel which will be used to render mail template |
Uses of Panel in org.apache.wicket.examples.breadcrumb |
---|
Subclasses of Panel in org.apache.wicket.examples.breadcrumb | |
---|---|
class |
FirstPanel
Test bread crumb enabled panel. |
class |
FourthPanel
Test bread crumb enabled panel. |
class |
ResultPanel
Test bread crumb enabled panel. |
class |
SecondPanel
Test bread crumb enabled panel. |
class |
ThirdPanel
Test bread crumb enabled panel. |
Uses of Panel in org.apache.wicket.examples.compref |
---|
Subclasses of Panel in org.apache.wicket.examples.compref | |
---|---|
class |
RecursivePanel
This example list knows how to display sublists. |
Uses of Panel in org.apache.wicket.examples.template |
---|
Subclasses of Panel in org.apache.wicket.examples.template | |
---|---|
class |
Banner
Base class for banners. |
class |
Banner1<T>
A banner. |
class |
Banner2<T>
A banner. |
Uses of Panel in org.apache.wicket.examples.template.pageinheritance |
---|
Subclasses of Panel in org.apache.wicket.examples.template.pageinheritance | |
---|---|
class |
Panel1
Concrete, extending panel. |
class |
TemplatePanel
Base panel to be extended. |
Uses of Panel in org.apache.wicket.examples.tree |
---|
Subclasses of Panel in org.apache.wicket.examples.tree | |
---|---|
class |
FooPanel
|
Uses of Panel in org.apache.wicket.examples.wizard |
---|
Subclasses of Panel in org.apache.wicket.examples.wizard | |
---|---|
class |
NewUserWizard
This wizard shows some basic form use. |
class |
StaticWizard
This is kind of the hello world example for wizards. |
class |
StaticWizardWithPanels
This is kind of the hello world example for wizards. |
Uses of Panel in org.apache.wicket.extensions.ajax.markup.html |
---|
Subclasses of Panel in org.apache.wicket.extensions.ajax.markup.html | |
---|---|
class |
AjaxEditableChoiceLabel<T>
An inplace editor much like AjaxEditableLabel , but instead of a TextField a
DropDownChoice is displayed. |
class |
AjaxEditableLabel<T>
An implementation of ajaxified edit-in-place component using a TextField as it's editor. |
class |
AjaxEditableMultiLineLabel<T>
An inplace editor much like AjaxEditableLabel , but now with support for multi line
content and a text area as its editor. |
class |
AjaxLazyLoadPanel
A panel where you can lazy load another panel. |
Uses of Panel in org.apache.wicket.extensions.ajax.markup.html.form.upload |
---|
Subclasses of Panel in org.apache.wicket.extensions.ajax.markup.html.form.upload | |
---|---|
class |
UploadProgressBar
A panel to show the progress of an HTTP upload. |
Uses of Panel in org.apache.wicket.extensions.ajax.markup.html.modal |
---|
Subclasses of Panel in org.apache.wicket.extensions.ajax.markup.html.modal | |
---|---|
class |
ModalWindow
Modal window component. |
Uses of Panel in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table |
---|
Subclasses of Panel in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table | |
---|---|
class |
AjaxFallbackDefaultDataTable<T>
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard DataTable . |
class |
AjaxFallbackHeadersToolbar
Ajaxified HeadersToolbar |
class |
AjaxNavigationToolbar
Toolbar that displays (Ajax) links used to navigate the pages of the datatable as well as a message about which rows are being displayed and their total number in the data table. |
Uses of Panel in org.apache.wicket.extensions.ajax.markup.html.tabs |
---|
Subclasses of Panel in org.apache.wicket.extensions.ajax.markup.html.tabs | |
---|---|
class |
AjaxTabbedPanel
Ajaxified version of the tabbed panel. |
Uses of Panel in org.apache.wicket.extensions.breadcrumb |
---|
Subclasses of Panel in org.apache.wicket.extensions.breadcrumb | |
---|---|
class |
BreadCrumbBar
A component that renders bread crumbs. |
Uses of Panel in org.apache.wicket.extensions.breadcrumb.panel |
---|
Subclasses of Panel in org.apache.wicket.extensions.breadcrumb.panel | |
---|---|
class |
BreadCrumbPanel
A panel that participates with a bread crumb model . |
Uses of Panel in org.apache.wicket.extensions.captcha.kittens |
---|
Subclasses of Panel in org.apache.wicket.extensions.captcha.kittens | |
---|---|
class |
KittenCaptchaPanel
A unique and fun-to-use captcha technique I developed at Thoof. |
Uses of Panel in org.apache.wicket.extensions.markup.html.form.palette |
---|
Subclasses of Panel in org.apache.wicket.extensions.markup.html.form.palette | |
---|---|
class |
Palette<T>
Palette is a component that allows the user to easily select and order multiple items by moving them from one select box into another. |
Uses of Panel in org.apache.wicket.extensions.markup.html.repeater.data.table |
---|
Subclasses of Panel in org.apache.wicket.extensions.markup.html.repeater.data.table | |
---|---|
class |
AbstractToolbar
A base class for data table toolbars |
class |
DataTable<T>
A data table builds on data grid view to introduce toolbars. |
class |
DefaultDataTable<T>
An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard DataTable . |
class |
HeadersToolbar
Toolbars that displays column headers. |
class |
NavigationToolbar
Toolbar that displays links used to navigate the pages of the datatable as well as a message about which rows are being displayed and their total number in the data table. |
class |
NoRecordsToolbar
A toolbar that displays a "no records found" message when the data table contains no rows. |
Uses of Panel in org.apache.wicket.extensions.markup.html.repeater.data.table.filter |
---|
Subclasses of Panel in org.apache.wicket.extensions.markup.html.repeater.data.table.filter | |
---|---|
class |
AbstractFilter
Base class for filters that provides some useful functionality |
class |
ChoiceFilter<T>
Filter that can be represented by a drop down list of choices |
class |
FilterToolbar
Toolbar that creates a form to hold form components used to filter data in the data table. |
class |
GoAndClearFilter
Filter component that generates a 'go' and 'clear' buttons. |
class |
GoFilter
Filter component that generates a 'go' button that when pressed submits the filter form |
class |
NoFilter
Component used to represent a filter component when no filter is provided. |
class |
TextFilter<T>
Filter that can be represented by a text field |
Uses of Panel in org.apache.wicket.extensions.markup.html.repeater.tree |
---|
Subclasses of Panel in org.apache.wicket.extensions.markup.html.repeater.tree | |
---|---|
class |
DefaultNestedTree<T>
An implementation of the NestedTree that aims to solve the 90% usecase by using Folder s
on a standard NestedTree . |
class |
DefaultTableTree<T>
An implementation of the TableTree that aims to solve the 90% usecase by using Folder s
and by adding navigation, headers and no-records-found toolbars to a standard TableTree . |
class |
NestedTree<T>
A tree with nested markup. |
class |
Node<T>
Representation of a single node in the tree. |
class |
TableTree<T>
A tree with tabular markup. |
Uses of Panel in org.apache.wicket.extensions.markup.html.repeater.tree.content |
---|
Subclasses of Panel in org.apache.wicket.extensions.markup.html.repeater.tree.content | |
---|---|
class |
CheckedFolder<T>
This class adds a CheckBox to a Folder . |
class |
CheckFolder<T>
This class adds a Check to a Folder . |
class |
Folder<T>
A typical folder representation of nodes in a tree. |
class |
StyledLinkLabel<T>
A styled link with a label. |
Uses of Panel in org.apache.wicket.extensions.markup.html.repeater.tree.nested |
---|
Subclasses of Panel in org.apache.wicket.extensions.markup.html.repeater.tree.nested | |
---|---|
class |
Subtree<T>
A subtree handles all children of a single node (or the root nodes if a null node
was given to the constructor). |
Uses of Panel in org.apache.wicket.extensions.markup.html.tabs |
---|
Subclasses of Panel in org.apache.wicket.extensions.markup.html.tabs | |
---|---|
class |
TabbedPanel
TabbedPanel component represets a panel with tabs that are used to switch between different content panels inside the TabbedPanel panel. |
Uses of Panel in org.apache.wicket.extensions.markup.html.tree |
---|
Subclasses of Panel in org.apache.wicket.extensions.markup.html.tree | |
---|---|
class |
AbstractTree
Deprecated. |
class |
BaseTree
Deprecated. |
class |
DefaultAbstractTree
Deprecated. |
class |
LabelIconPanel
Simple panel that contains an icon next to a label. |
class |
LabelTree
Deprecated. |
class |
LinkIconPanel
Simple panel that contains a link with icon and a link with a label. |
class |
LinkTree
Deprecated. |
class |
Tree
Deprecated. |
Uses of Panel in org.apache.wicket.extensions.markup.html.tree.table |
---|
Subclasses of Panel in org.apache.wicket.extensions.markup.html.tree.table | |
---|---|
class |
TreeTable
Deprecated. |
Uses of Panel in org.apache.wicket.extensions.rating |
---|
Subclasses of Panel in org.apache.wicket.extensions.rating | |
---|---|
class |
RatingPanel
Rating component that generates a number of stars where a user can click on to rate something. |
Uses of Panel in org.apache.wicket.extensions.wizard |
---|
Subclasses of Panel in org.apache.wicket.extensions.wizard | |
---|---|
class |
StaticContentStep
A wizard step that displays the provided static content without expecting any input. |
class |
Wizard
A wizard is a dialog component that takes users through a number of steps to complete a task. |
class |
WizardButtonBar
The default bar of button components for wizards. |
class |
WizardStep
default implementation of IWizardStep . |
Uses of Panel in org.apache.wicket.extensions.wizard.dynamic |
---|
Subclasses of Panel in org.apache.wicket.extensions.wizard.dynamic | |
---|---|
class |
DynamicWizardStep
Default implementation of a dynamic wizard step . |
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 FeedbackMessage s 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.util.tester |
---|
Methods in org.apache.wicket.util.tester that return Panel | |
---|---|
protected Panel |
DummyPanelPage.getTestPanel(String id)
Creates the panel under test |
Uses of Panel in org.apache.wicket.velocity.markup.html |
---|
Subclasses of Panel in org.apache.wicket.velocity.markup.html | |
---|---|
class |
VelocityPanel
Panel that displays the result of rendering a Velocity template. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |