Uses of Interface
org.apache.wicket.IClusterable

Packages that use IClusterable
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax   
org.apache.wicket.ajax.calldecorator   
org.apache.wicket.ajax.form   
org.apache.wicket.ajax.markup.html   
org.apache.wicket.ajax.markup.html.form   
org.apache.wicket.ajax.markup.html.navigation.paging   
org.apache.wicket.authentication   
org.apache.wicket.authentication.pages   
org.apache.wicket.authentication.panel   
org.apache.wicket.authorization Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. 
org.apache.wicket.authorization.strategies.action   
org.apache.wicket.authorization.strategies.role   
org.apache.wicket.authorization.strategies.role.metadata   
org.apache.wicket.behavior   
org.apache.wicket.datetime   
org.apache.wicket.datetime.markup.html.basic   
org.apache.wicket.datetime.markup.html.form   
org.apache.wicket.devutils   
org.apache.wicket.devutils.debugbar   
org.apache.wicket.devutils.inspector Classes that make debugging Wicket HTML applications easier. 
org.apache.wicket.examples   
org.apache.wicket.examples.ajax.builtin   
org.apache.wicket.examples.ajax.builtin.modal   
org.apache.wicket.examples.ajax.builtin.tree   
org.apache.wicket.examples.authentication   
org.apache.wicket.examples.authorization   
org.apache.wicket.examples.authorization.pages   
org.apache.wicket.examples.breadcrumb   
org.apache.wicket.examples.captcha   
org.apache.wicket.examples.compref   
org.apache.wicket.examples.customresourceloading   
org.apache.wicket.examples.dates   
org.apache.wicket.examples.echo   
org.apache.wicket.examples.forminput   
org.apache.wicket.examples.frames   
org.apache.wicket.examples.guestbook   
org.apache.wicket.examples.hangman   
org.apache.wicket.examples.hellobrowser   
org.apache.wicket.examples.helloworld   
org.apache.wicket.examples.library   
org.apache.wicket.examples.linkomatic   
org.apache.wicket.examples.navomatic   
org.apache.wicket.examples.nested   
org.apache.wicket.examples.niceurl   
org.apache.wicket.examples.niceurl.mounted   
org.apache.wicket.examples.portlet.menu   
org.apache.wicket.examples.repeater   
org.apache.wicket.examples.signin   
org.apache.wicket.examples.signin2   
org.apache.wicket.examples.source   
org.apache.wicket.examples.stateless   
org.apache.wicket.examples.staticpages   
org.apache.wicket.examples.stockquote   
org.apache.wicket.examples.template   
org.apache.wicket.examples.template.border   
org.apache.wicket.examples.template.pageinheritance   
org.apache.wicket.examples.unicodeconverter   
org.apache.wicket.examples.upload   
org.apache.wicket.examples.velocity   
org.apache.wicket.examples.wizard   
org.apache.wicket.extensions.ajax.markup.html   
org.apache.wicket.extensions.ajax.markup.html.autocomplete   
org.apache.wicket.extensions.ajax.markup.html.form.upload   
org.apache.wicket.extensions.ajax.markup.html.modal   
org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort   
org.apache.wicket.extensions.ajax.markup.html.repeater.data.table   
org.apache.wicket.extensions.ajax.markup.html.tabs   
org.apache.wicket.extensions.breadcrumb Package for working with bread crumb components. 
org.apache.wicket.extensions.breadcrumb.panel This package contains a panel based implementation of bread crumb participants. 
org.apache.wicket.extensions.captcha.kittens   
org.apache.wicket.extensions.markup.html.basic Basic extensions. 
org.apache.wicket.extensions.markup.html.captcha   
org.apache.wicket.extensions.markup.html.form.palette   
org.apache.wicket.extensions.markup.html.form.palette.component   
org.apache.wicket.extensions.markup.html.form.select   
org.apache.wicket.extensions.markup.html.image.resource Image resource extensions. 
org.apache.wicket.extensions.markup.html.repeater.data.grid   
org.apache.wicket.extensions.markup.html.repeater.data.sort   
org.apache.wicket.extensions.markup.html.repeater.data.table   
org.apache.wicket.extensions.markup.html.repeater.data.table.filter   
org.apache.wicket.extensions.markup.html.repeater.util   
org.apache.wicket.extensions.markup.html.tabs Package for working with tab panels. 
org.apache.wicket.extensions.markup.html.tree   
org.apache.wicket.extensions.markup.html.tree.table   
org.apache.wicket.extensions.model Convenience models. 
org.apache.wicket.extensions.rating   
org.apache.wicket.extensions.validation.validator   
org.apache.wicket.extensions.wizard Package for working with Wizard components. 
org.apache.wicket.extensions.wizard.dynamic   
org.apache.wicket.extensions.yui   
org.apache.wicket.extensions.yui.calendar   
org.apache.wicket.feedback Classes related to showing user feedback, generally as the result of form submission and/or validation. 
org.apache.wicket.guice   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.basic Basic HTML components. 
org.apache.wicket.markup.html.body   
org.apache.wicket.markup.html.border Border components. 
org.apache.wicket.markup.html.debug   
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.form.persistence Persistence support for forms. 
org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). 
org.apache.wicket.markup.html.form.validation Support for form validation. 
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.image.resource Resource support for image components. 
org.apache.wicket.markup.html.include Components for including content from non-Wicket sources. 
org.apache.wicket.markup.html.internal   
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.markup.html.list List components for tabular data and such. 
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.resources Support classes for HTML specific resources. 
org.apache.wicket.markup.html.tree Package for Tree components. 
org.apache.wicket.markup.parser The default parsing engine of Wicket. 
org.apache.wicket.markup.parser.filter Default parsing extensions. 
org.apache.wicket.markup.repeater   
org.apache.wicket.markup.repeater.data   
org.apache.wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
org.apache.wicket.model Core model support for Wicket components. 
org.apache.wicket.model.util   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.protocol.http.request.urlcompressing   
org.apache.wicket.proxy   
org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
org.apache.wicket.resource Locale aware resouce loaders. 
org.apache.wicket.resource.dependencies   
org.apache.wicket.resource.filtering   
org.apache.wicket.session.pagemap   
org.apache.wicket.settings   
org.apache.wicket.spring   
org.apache.wicket.spring.annot.web   
org.apache.wicket.spring.common   
org.apache.wicket.spring.common.web   
org.apache.wicket.spring.test   
org.apache.wicket.threadtest.apps.app1   
org.apache.wicket.util.convert Conversion support. 
org.apache.wicket.util.convert.converters Default converter implementations. 
org.apache.wicket.util.lang Java utilities. 
org.apache.wicket.util.parse.metapattern Regular Expressions meta pattern support. 
org.apache.wicket.util.resource Base support for resources. 
org.apache.wicket.util.string String utilities. 
org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. 
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
org.apache.wicket.util.time Utilities for working with Time(s). 
org.apache.wicket.util.value This package provides casting utilities. 
org.apache.wicket.validation This package provides interfaces for Wicket's validation support. 
org.apache.wicket.validation.validator This package provides an implementation of Wicket's validation support. 
org.apache.wicket.velocity   
org.apache.wicket.velocity.markup.html   
org.apache.wicket.version This package contains Wicket's IPageVersionManager interface. 
org.apache.wicket.version.undo This package provides the default implementation of Wicket's back button support in the form of the ability to record and 'undo' changes to Component composition structure, IModel changes, and user-specific changes (such as the current page of pageable lists). 
 

Uses of IClusterable in org.apache.wicket
 

Subinterfaces of IClusterable in org.apache.wicket
 interface IComponentBorder
          Deprecated. please use IBehavior instead
 interface IComponentSource
          Interface for objects that are capable of reconstructing a component.
 interface IConverterLocator
          Locates the proper converter instance for a given type.
 interface IPageMap
          FIXME IPageMap javadoc
 interface IRedirectListener
          Request listener called on page redirects.
 interface IRequestListener
          Base interface for all interfaces that listen for requests from the client browser.
 interface IResourceListener
          Listens for requests regarding resources.
 

Classes in org.apache.wicket that implement IClusterable
 class AccessStackPageMap
          A container for pages held in the session.
static class AccessStackPageMap.Access
          Holds information about a pagemap access
 class AttributeModifier
          This class allows a tag attribute of a component to be modified dynamically with a value obtained from a model object.
 class Component
          Component serves as the highest level abstract base class for all components.
 class Component.ComponentModelChange
          Change record of a model.
protected static class Component.EnabledChange
          A enabled change operation.
protected static class Component.VisibilityChange
          A visibility change operation.
 class MarkupContainer
          A MarkupContainer holds a map of child components.
 class MetaDataKey<T>
          A key to a piece of metadata associated with a Component at runtime.
 class Page
          Abstract base class for pages.
 class PageId
          Deprecated. will be removed
 class PageMap
          FIXME javadoc
 class PageReference
          Unique identifier of a page instance
 class Resource
          A Resource is something that implements IResourceListener and provides a getResourceStream() method which returns the raw IResourceStream to be rendered back to the client browser.
 class ResourceReference
          ResourceReference is essentially a reference to an actual resource which is shared through the Application.
 class Session
          Holds information about a user session, including some fixed number of most recent pages (and all their nested component information).
static class Session.PageMapAccessMetaData
          meta data for recording map map access.
 

Uses of IClusterable in org.apache.wicket.ajax
 

Subinterfaces of IClusterable in org.apache.wicket.ajax
 interface IAjaxCallDecorator
          Interface used to decorate a wicket generated javascript that performs an ajax callback
 

Classes in org.apache.wicket.ajax that implement IClusterable
 class AbstractAjaxTimerBehavior
          A behavior that generates an AJAX update callback at a regular interval.
 class AbstractDefaultAjaxBehavior
          The base class for Wicket's default AJAX implementation.
 class AjaxEventBehavior
          An ajax behavior that is attached to a certain client-side (usually javascript) event, such as onClick, onChange, onKeyDown, etc.
 class AjaxSelfUpdatingTimerBehavior
          Automatically re-renders the component it is attached to via AJAX at a regular interval.
 class WicketAjaxReference
          Resource reference for Wicket AJAX javascript implementation
 

Uses of IClusterable in org.apache.wicket.ajax.calldecorator
 

Classes in org.apache.wicket.ajax.calldecorator that implement IClusterable
 class AjaxCallDecorator
          An adapter for implementations of IAjaxCallDecorator.
 class AjaxCallThrottlingDecorator
          Adds throttling to the ajax call.
 class AjaxPostprocessingCallDecorator
          Ajax call decorator that decorates script after allowing the wrapped delegate decorator to decorate it first.
 class AjaxPreprocessingCallDecorator
          Ajax call decorator that decorates script before passing it to the delegate decorator
 class CancelEventIfNoAjaxDecorator
          Decorator that can be used to cancel the regular action if ajax call was performed.
 

Uses of IClusterable in org.apache.wicket.ajax.form
 

Classes in org.apache.wicket.ajax.form that implement IClusterable
 class AjaxFormChoiceComponentUpdatingBehavior
          This is a Ajax Component Update Behavior that is meant for choices/groups that are not one component in the html but many.
 class AjaxFormComponentUpdatingBehavior
          A behavior that updates the hosting FormComponent via ajax when an event it is attached to is triggered.
 class AjaxFormSubmitBehavior
          Ajax event behavior that submits a form via ajax when the event it is attached to, is invoked.
 class AjaxFormValidatingBehavior
          Ajax event behavior that submits the form and updates all form feedback panels on the page.
 class OnChangeAjaxBehavior
          A behavior that updates the hosting FormComponent via ajax when value of the component is changed.
 

Uses of IClusterable in org.apache.wicket.ajax.markup.html
 

Classes in org.apache.wicket.ajax.markup.html that implement IClusterable
 class AjaxFallbackLink<T>
          An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled
 class AjaxLink<T>
          A component that allows a trigger request to be triggered via html anchor tag
 

Uses of IClusterable in org.apache.wicket.ajax.markup.html.form
 

Classes in org.apache.wicket.ajax.markup.html.form that implement IClusterable
 class AjaxButton
          A button that submits the form via ajax.
 class AjaxCheckBox
          A CheckBox which is updated via ajax when the user changes its value
 class AjaxFallbackButton
          An ajax submit button that will degrade to a normal request if ajax is not available or javascript is disabled.
 class AjaxSubmitButton
          Deprecated. Use AjaxButton instead.
 class AjaxSubmitLink
          A link that submits a form via ajax.
 

Uses of IClusterable in org.apache.wicket.ajax.markup.html.navigation.paging
 

Classes in org.apache.wicket.ajax.markup.html.navigation.paging that implement IClusterable
 class AjaxPagingNavigation
          An ajaxified navigation for a PageableListView that holds links to other pages of the PageableListView.
 class AjaxPagingNavigationBehavior
          Ajax behavior for the paging navigation links.
 class AjaxPagingNavigationIncrementLink
          An incremental Ajaxian link to a page of a PageableListView.
 class AjaxPagingNavigationLink
          An Ajax version of a link to a page of a PageableListView.
 class AjaxPagingNavigator
          A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView.
 

Uses of IClusterable in org.apache.wicket.authentication
 

Classes in org.apache.wicket.authentication that implement IClusterable
 class AuthenticatedWebSession
          Basic authenticated web session.
 

Uses of IClusterable in org.apache.wicket.authentication.pages
 

Classes in org.apache.wicket.authentication.pages that implement IClusterable
 class SignInPage
          A base class which provide standard functionality for sign in.
 class SignOutPage
          Simple sign out page.
 

Uses of IClusterable in org.apache.wicket.authentication.panel
 

Classes in org.apache.wicket.authentication.panel that implement IClusterable
 class SignInPanel
          Reusable user sign in panel with username and password as well as support for cookie persistence of the both.
 class SignInPanel.SignInForm
          Sign in form.
 

Uses of IClusterable in org.apache.wicket.authorization
 

Classes in org.apache.wicket.authorization that implement IClusterable
 class Action
          A class for constructing singleton constants that represent a given component action that needs to be authorized.
 

Uses of IClusterable in org.apache.wicket.authorization.strategies.action
 

Subinterfaces of IClusterable in org.apache.wicket.authorization.strategies.action
 interface IActionAuthorizer
          A way to provide authorization for a specific component action.
 

Uses of IClusterable in org.apache.wicket.authorization.strategies.role
 

Classes in org.apache.wicket.authorization.strategies.role that implement IClusterable
 class Roles
          Utility class for working with roles.
 

Uses of IClusterable in org.apache.wicket.authorization.strategies.role.metadata
 

Classes in org.apache.wicket.authorization.strategies.role.metadata that implement IClusterable
 class InstantiationPermissions
          An internal data structure that maps a given component class to a set of role strings.
 

Uses of IClusterable in org.apache.wicket.behavior
 

Subinterfaces of IClusterable in org.apache.wicket.behavior
 interface IActivePageBehaviorListener
          An extended IBehaviorListener which will be ignored if the page is not the last one the user accessed.
 interface IBehavior
          Behaviors are kind of plug-ins for Components.
 interface IBehaviorListener
          Listens for requests to behaviors.
 interface IComponentConfigurationBehavior
          An add-on interface for IBehavior instances that want to contribute to a component's configuration.
 interface IIgnoreDisabledComponentBehavior
          Interface that can be used to tag behaviors where response should be called on even if the component is disabled.
 

Classes in org.apache.wicket.behavior that implement IClusterable
 class AbstractAjaxBehavior
          Abstract class for handling Ajax roundtrips.
 class AbstractBehavior
          Adapter implementation of IBehavior.
 class AbstractHeaderContributor
          Behavior that delegates header contribution to a number of other contributors.
 class AttributeAppender
          AttributeModifier that appends the given value, rather than replace it.
 class HeaderContributor
          A AbstractHeaderContributor behavior that is specialized on package resources.
 class SimpleAttributeModifier
          A lightweight version of the attribute modifier.
 class StringHeaderContributor
          A simple header contributor that just spits out the string it is constructed with as a header contribution.
 

Uses of IClusterable in org.apache.wicket.datetime
 

Classes in org.apache.wicket.datetime that implement IClusterable
 class PatternDateConverter
          Date converter that uses Joda Time and can be configured to take the time zone difference between clients and server into account.
 class StyleDateConverter
          Date converter that uses Joda Time and can be configured to take the time zone difference between clients and server into account, and that is configured for a certain date style.
 

Uses of IClusterable in org.apache.wicket.datetime.markup.html.basic
 

Classes in org.apache.wicket.datetime.markup.html.basic that implement IClusterable
 class DateLabel
          A label that is mapped to a java.util.Date object and that uses Joda time to format values.
 

Uses of IClusterable in org.apache.wicket.datetime.markup.html.form
 

Classes in org.apache.wicket.datetime.markup.html.form that implement IClusterable
 class DateTextField
          A TextField that is mapped to a java.util.Date object and that uses Joda time to parse and format values.
 

Uses of IClusterable in org.apache.wicket.devutils
 

Classes in org.apache.wicket.devutils that implement IClusterable
 class DevUtilsPage
          All pages in the wicket-devutils package should extend this page so that they automatically get checked to make sure that the utilities are enabled in the application debug settings.
 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 IClusterable in org.apache.wicket.devutils.debugbar
 

Classes in org.apache.wicket.devutils.debugbar that implement IClusterable
 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 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 IClusterable in org.apache.wicket.devutils.inspector
 

Classes in org.apache.wicket.devutils.inspector that implement IClusterable
 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 InspectorPage
          A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.
 class LiveSessionsPage
           
 class PageMapView
          A Wicket panel that shows interesting information about a given Wicket pagemap.
 class RequestsPage
           
 class SessionSizeModel
           
 class SessionTotalSizeModel
           
 class SessionView
          A Wicket panel that shows interesting information about a given Wicket session.
 

Uses of IClusterable in org.apache.wicket.examples
 

Classes in org.apache.wicket.examples that implement IClusterable
 class WicketExampleHeader
          Navigation panel for the examples project.
 class WicketExamplePage
          Base class for all example pages.
 

Uses of IClusterable in org.apache.wicket.examples.ajax.builtin
 

Classes in org.apache.wicket.examples.ajax.builtin that implement IClusterable
 class AutoCompletePage
          Page that demos the ajax auto complete text field
 class ChoicePage
          Linked select boxes example
 class Clock
          A simple component that displays current time
 class ClockPage
          A simple clock example page
 class EditableLabelPage
          Page to demo the inplace edit label AjaxEditableLabel
 class EffectsPage
          Demonstrates ajax effects
 class FileUploadPage
          Demos ajax handling of a multipart form
static class FormPage.Bean
          simple java bean.
 class LazyLoadingPage
           
 class LinksPage
          Ajax links demo.
 class OnChangeAjaxBehaviorPage
           
 class PageablesPage
          Shows an ajaxian paging navigator in action.
 class RatingsPage
          Demo page for the rating component.
static class RatingsPage.RatingModel
          Rating model for storing the ratings, typically this comes from a database.
 class TodoList
          Ajax todo list without having to write any JavaScript yourself.
 class TodoList.AddItemsContainer
          Container for showing either the add link, or the addition form.
static class TodoList.TodoItem
          The todo object.
 class TodoList.TodoItemsContainer
          Container for displaying the todo items in a list.
 class WorldClockPage
          A world clock example page.
 

Uses of IClusterable in org.apache.wicket.examples.ajax.builtin.modal
 

Classes in org.apache.wicket.examples.ajax.builtin.modal that implement IClusterable
 class ModalContent1Page
           
 class ModalContent2Page
           
 class ModalPanel1
           
 class ModalWindowPage
           
 

Uses of IClusterable in org.apache.wicket.examples.ajax.builtin.tree
 

Classes in org.apache.wicket.examples.ajax.builtin.tree that implement IClusterable
 class BaseTreePage
          This is a base class for all pages with tree example.
 class EditablePanel
          Panel that contains an text field that submits automatically after it loses focus.
 class EditableTreeTablePage
          Page that shows a tree table with editable cells.
 class PropertyEditableColumn
          Column, that either shows a readonly cell or an editable panel, depending on whether the current row is selected.
 class SimpleTreePage
          Page that shuws a simple tree (not a table).
 class TreeTablePage
          Page that shows a simple tree table.
 

Uses of IClusterable in org.apache.wicket.examples.authentication
 

Classes in org.apache.wicket.examples.authentication that implement IClusterable
 class AdminPage
          A page only accessible by a user in the ADMIN role.
 class MyAuthenticatedWebSession
          Authenticated session subclass
 class MySignInPage
          Simple example of a sign in page.
 class MySignOutPage
          Trivial sign out page
 

Uses of IClusterable in org.apache.wicket.examples.authorization
 

Classes in org.apache.wicket.examples.authorization that implement IClusterable
 class RolesSession
          Web Session for this example.
 

Uses of IClusterable in org.apache.wicket.examples.authorization.pages
 

Classes in org.apache.wicket.examples.authorization.pages that implement IClusterable
 class AdminAnnotationsBookmarkablePage
          Bookmarkable page that may only be accessed by users that have role ADMIN.
 class AdminAnnotationsInternalPage
          Non-bookmarkable page that may only be accessed by users that have role ADMIN.
 class AdminBookmarkablePage
          Bookmarkable page that may only be accessed by users that have role ADMIN.
 class AdminInternalPage
          Non-bookmarkable page that may only be accessed by users that have role ADMIN.
 class AnnotationsPanelsPage
          Bookmarkable page that may only be accessed by users that have role ADMIN.
 class PanelsPage
          Bookmarkable page that may only be accessed by users that have role ADMIN.
 

Uses of IClusterable in org.apache.wicket.examples.breadcrumb
 

Classes in org.apache.wicket.examples.breadcrumb that implement IClusterable
 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 IClusterable in org.apache.wicket.examples.captcha
 

Classes in org.apache.wicket.examples.captcha that implement IClusterable
 class Captcha
          Captcha example page.
 

Uses of IClusterable in org.apache.wicket.examples.compref
 

Classes in org.apache.wicket.examples.compref that implement IClusterable
 class Address
          An address.
 class BookmarkablePage
          Example page that cannot be bookmarked.
 class BookmarkablePageLinkPage
          Page with examples on BookmarkablePageLink.
 class BorderPage
          Page with examples on Border.
 class ButtonPage
          Page with examples on Button.
 class CheckBoxMultipleChoicePage
          Page with examples on CheckBoxMultipleChoice.
 class CheckBoxPage
          Page with examples on TextArea.
 class CheckGroupPage
          CheckGroup and Check components example page
 class CheckGroupPage2
          CheckGroup and Check components example page
 class DropDownChoicePage
          Page with examples on DropDownChoice.
 class ExternalLinkPage
          Page with examples on ExternalLink.
 class FormPage
          Page with examples on Form.
 class FragmentPage
          Page with examples on Fragment.
 class IncludePage
          Page with examples on MultiLineLabel.
 class Index
          Home page of the component reference example.
 class LabelPage
          Page with examples on Label.
 class LinkPage
          Page with examples on Link.
 class ListChoicePage
          Page with examples on ListChoice.
static class ListChoicePage.Input
          Simple data class that acts as a model for the input fields.
 class ListMultipleChoicePage
          Page with examples on ListMultipleChoice.
 class MultiLineLabelPage
          Page with examples on MultiLineLabel.
 class NonBookmarkablePage
          Example page that cannot be bookmarked.
 class PageLinkPage
          Page with examples on PageLink.
 class PalettePage
          Palette component example
 class PanelPage
          Page with examples on Panel.
 class Person
          A person.
 class RadioChoicePage
          Page with examples on ListChoice.
 class RadioGroupPage
          RadioGroup and Radio components example page
 class RadioGroupPage2
          RadioGroup and Radio components example page
 class SelectPage
          Page with examples on Select.
 class SubmitLinkPage
          Page with examples on Form.
 class TabbedPanelPage
          Reference page for TabbedPanel wicket-extensions component
protected  class TabbedPanelPage.CssSwitchingLink
           
 class TextAreaPage
          Page with examples on TextArea.
 class TextFieldPage
          Page with examples on TextField.
 class XmlPage
          Look ma, you can use plain XML too with Wicket.
 

Uses of IClusterable in org.apache.wicket.examples.customresourceloading
 

Classes in org.apache.wicket.examples.customresourceloading that implement IClusterable
 class AlternativePageFromWebContext
          The markup for this page is loaded from the web context by a custom IResourceStreamLocator locator set in CustomResourceLoadingApplication.
 class PageFromWebContext
          The markup for this page is loaded from the web context by a custom IResourceStreamLocator locator set in CustomResourceLoadingApplication.
 class PageWithCustomLoading
          The markup for this page is loaded by the Page component itself.
 

Uses of IClusterable in org.apache.wicket.examples.dates
 

Classes in org.apache.wicket.examples.dates that implement IClusterable
 class DatesPage
          Demonstrates components from the wicket-date project and a bunch of locale fiddling.
 

Uses of IClusterable in org.apache.wicket.examples.echo
 

Classes in org.apache.wicket.examples.echo that implement IClusterable
 class Echo
          The simplest form application possible.
 

Uses of IClusterable in org.apache.wicket.examples.forminput
 

Classes in org.apache.wicket.examples.forminput that implement IClusterable
 class BeforeAndAfterBorder
          Simple example to show how a border works.
 class FormInput
          Example for form input.
 class FormInputModel
          Simple model object for FormInput example.
 class FormInputModel.Line
          Represents a line of text.
 class Multiply
          Displays how a FormComponentPanel can be used.
 class UsPhoneNumber
          Represents a US phone number.
 

Uses of IClusterable in org.apache.wicket.examples.frames
 

Classes in org.apache.wicket.examples.frames that implement IClusterable
 class BodyFrame
          Body frame page for the frames example.
 class FrameTarget
          Simple struct for holding the class of the right frame.
 class LeftFrame
          The left frame.
 class TopFrame
          Top frame for navigation.
 

Uses of IClusterable in org.apache.wicket.examples.guestbook
 

Classes in org.apache.wicket.examples.guestbook that implement IClusterable
 class Comment
          Simple "POJO" bean for guestbook comments.
 class GuestBook
          A simple "guest book" example that allows visitors to the page to add a comment and see the comments others have added.
 class GuestBook.CommentForm
          A form that allows a user to add a comment.
 

Uses of IClusterable in org.apache.wicket.examples.hangman
 

Classes in org.apache.wicket.examples.hangman that implement IClusterable
 class Game
          Implementation of the actual hangman game model.
 class Guess
          The main guess page for the hangman application.
 class HangmanPage
          Session for hangman game.
 class HangmanSession
          Session for hangman game.
 class Letter
          Model for a letter in the game of hangman
 class Lose
          Page that handles the loser failing to guess the word.
 class Win
          Page called when the user has correctly guessed the word.
 class Word
          Model for a word in the game of Game.
 class WordGenerator
          The word generator is responsible for reading in a list of words from a data file and serving them up in a random order.
 

Uses of IClusterable in org.apache.wicket.examples.hellobrowser
 

Classes in org.apache.wicket.examples.hellobrowser that implement IClusterable
 class HelloBrowser
          Client snooping page.
 

Uses of IClusterable in org.apache.wicket.examples.helloworld
 

Classes in org.apache.wicket.examples.helloworld that implement IClusterable
 class HelloWorld
          Everybody's favorite example!
 

Uses of IClusterable in org.apache.wicket.examples.library
 

Classes in org.apache.wicket.examples.library that implement IClusterable
 class AuthenticatedWebPage
          Ensures that user is authenticated in session.
 class Book
          An example POJO model.
static class Book.WritingStyle
          Typesafe enumeration for writing styles
 class BookDetails
          A book details page.
 class EditBook
          A page that contains a form that allows editing of books.
static class EditBook.EditBookForm
          Form that edits a book
 class Home
          Page that displays a list of books and lets the user re-order them.
 class LibraryApplicationBorder
          Border component.
 class LibrarySession
          Session class for library example.
 class SignIn
          Simple example of a sign in page.
 class User
          Trivial user model for example application
 

Uses of IClusterable in org.apache.wicket.examples.linkomatic
 

Classes in org.apache.wicket.examples.linkomatic that implement IClusterable
 class Popup
          Trivial popup page.
 

Uses of IClusterable in org.apache.wicket.examples.navomatic
 

Classes in org.apache.wicket.examples.navomatic that implement IClusterable
 class NavomaticBorder
          Border component.
 class Page1
          Trivial page.
 class Page2
          Trivial page.
 class Page3
          Trivial page.
 

Uses of IClusterable in org.apache.wicket.examples.nested
 

Classes in org.apache.wicket.examples.nested that implement IClusterable
 class RecursivePanel
          This example list knows how to display sublists.
 

Uses of IClusterable in org.apache.wicket.examples.niceurl
 

Classes in org.apache.wicket.examples.niceurl that implement IClusterable
 class Page2QP
          Simple bookmarkable page that displays page parameters which is mounted with another parameter encoder.
 

Uses of IClusterable in org.apache.wicket.examples.niceurl.mounted
 

Classes in org.apache.wicket.examples.niceurl.mounted that implement IClusterable
 class Page4
          Simple bookmarkable page.
 class Page5
          Simple bookmarkable page that displays page parameters.
 

Uses of IClusterable in org.apache.wicket.examples.portlet.menu
 

Classes in org.apache.wicket.examples.portlet.menu that implement IClusterable
 class EditPage
           
 class HeaderPage
           
 class MenuPage
           
 

Uses of IClusterable in org.apache.wicket.examples.repeater
 

Classes in org.apache.wicket.examples.repeater that implement IClusterable
 class AjaxDataTablePage
           
 class DataGridPage
          demo page for the datatable component
 class DataTablePage
          demo page for the datatable component
 class DetachableContactModel
          detachable model for an instance of contact
 class ExamplePage
          Base class for all pages in the QuickStart application.
 class GridViewPage
          page for demonstrating the gridview componnet
 class OIRPage
          page that demonstrates dataview with ReuseIfModelsEqualStrategy
 class PagingPage
          Page that demonstrates a paging dataview
 class RefreshingPage
          page that demonstrates a RefreshingView
 class RepeatingPage
          page that demonstrates a simple repeater view.
 class SimplePage
          Page that demonstrates a simple dataview.
 class SortableContactDataProvider
          implementation of IDataProvider for contacts that keeps track of sort information
 class SortingPage
          page that demonstrates dataview and sorting
 

Uses of IClusterable in org.apache.wicket.examples.signin
 

Classes in org.apache.wicket.examples.signin that implement IClusterable
 class SignIn.SignInForm
          Sign in form
 class SignInSession
          Session class for signin example.
 

Uses of IClusterable in org.apache.wicket.examples.signin2
 

Classes in org.apache.wicket.examples.signin2 that implement IClusterable
 class SignIn2
          Simple example of a sign in page.
 class SignIn2Session
          Session class for signin example.
 class SignOut
          Simple logout page.
 

Uses of IClusterable in org.apache.wicket.examples.source
 

Classes in org.apache.wicket.examples.source that implement IClusterable
 class SourcesPage
          Displays the resources in a packages directory in a browsable format.
 class SourcesPage.CodePanel
          Container for displaying the source of the selected page, resource or other element from the package.
 class SourcesPage.FilesBrowser
          Displays the resources embedded in a package in a list.
 class SourcesPage.PackagedResourcesModel
          Model for retrieving the contents of a package directory from the class path.
 class SourcesPage.SourceModel
          Model for retrieving the source code from the classpath of a packaged resource.
 

Uses of IClusterable in org.apache.wicket.examples.stateless
 

Classes in org.apache.wicket.examples.stateless that implement IClusterable
 class SessionModel
          Model that displays whether a session was created yet, and if it was, prints the session id.
 class StatefulPage
          Another page of the stateless example.
 class StatelessPage
          Another page of the stateless example.
 class StatelessPage1
          Another page of the stateless example.
 class StatelessPage2
          Another page of the stateless example.
 class StatelessPage3
          Another page of the stateless example.
 

Uses of IClusterable in org.apache.wicket.examples.staticpages
 

Classes in org.apache.wicket.examples.staticpages that implement IClusterable
 class EmailPage
           
 class Sent
           
 

Uses of IClusterable in org.apache.wicket.examples.stockquote
 

Classes in org.apache.wicket.examples.stockquote that implement IClusterable
 class StockQuoteLabel
          Gets a stock quote from a webservice.
 class StockQuoteLabel2
          StockQuote example provided by Jonathan Locke.
 class StockQuotePage
          Stock quote webservice custom component example.
static class StockQuotePage.Quote
          POJO to hold the symbol for the quote query.
 

Uses of IClusterable in org.apache.wicket.examples.template
 

Classes in org.apache.wicket.examples.template that implement IClusterable
 class Banner
          Base class for banners.
 class Banner1<T>
          A banner.
 class Banner2<T>
          A banner.
 

Uses of IClusterable in org.apache.wicket.examples.template.border
 

Classes in org.apache.wicket.examples.template.border that implement IClusterable
 class TemplateBorder
          Border that holds layout elements that can be reused by pages.
 

Uses of IClusterable in org.apache.wicket.examples.template.pageinheritance
 

Classes in org.apache.wicket.examples.template.pageinheritance that implement IClusterable
 class Panel1
          Concrete, extending panel.
 class TemplatePanel
          Base panel to be extended.
 

Uses of IClusterable in org.apache.wicket.examples.unicodeconverter
 

Classes in org.apache.wicket.examples.unicodeconverter that implement IClusterable
 class UnicodeConverter
          Converts between unescaped and escaped unicode and shows a custom model.
 

Uses of IClusterable in org.apache.wicket.examples.upload
 

Classes in org.apache.wicket.examples.upload that implement IClusterable
 class MultiUploadPage
          Upload example.
 class UploadPage
          Upload example.
 

Uses of IClusterable in org.apache.wicket.examples.velocity
 

Classes in org.apache.wicket.examples.velocity that implement IClusterable
 class DynamicPage
          Template example page.
 class TemplatePage
          Template example page.
 

Uses of IClusterable in org.apache.wicket.examples.wizard
 

Classes in org.apache.wicket.examples.wizard that implement IClusterable
 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.
 class WizardPage
          Page for displaying a wizard.
 

Uses of IClusterable in org.apache.wicket.extensions.ajax.markup.html
 

Classes in org.apache.wicket.extensions.ajax.markup.html that implement IClusterable
 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.
protected  class AjaxEditableLabel.EditorAjaxBehavior
           
protected  class AjaxEditableLabel.LabelAjaxBehavior
           
 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 AjaxIndicatorAppender
          A behavior that adds a span with wicket's default indicator gif to the end of the component's markup.
 class AjaxLazyLoadPanel
          A panel where you can lazy load another panel.
 class IndicatingAjaxButton
          A variant of the AjaxButton that displays a busy indicator while the ajax request is in progress.
 class IndicatingAjaxFallbackLink<T>
          A variant of the AjaxFallbackLink that displays a busy indicator while the ajax request is in progress.
 class IndicatingAjaxLink<T>
          A variant of the AjaxLink that displays a busy indicator while the ajax request is in progress.
 class IndicatingAjaxSubmitButton
          Deprecated. Use IndicatingAjaxButton instead.
 class WicketAjaxIndicatorAppender
          Deprecated. Use AjaxIndicatorAppender instead.
 

Uses of IClusterable in org.apache.wicket.extensions.ajax.markup.html.autocomplete
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.ajax.markup.html.autocomplete
 interface IAutoCompleteRenderer<T>
          A renderer used to generate html output for the AutoCompleteBehavior.
 

Classes in org.apache.wicket.extensions.ajax.markup.html.autocomplete that implement IClusterable
 class AbstractAutoCompleteBehavior
           
 class AbstractAutoCompleteRenderer<T>
          A renderer that abstracts autoassist specific details and allows subclasses to only render the visual part of the assist instead of having to also render the necessary autoassist javascript hooks.
 class AbstractAutoCompleteTextRenderer<T>
          Base for text renderers that simply want to show a string
 class AutoCompleteBehavior<T>
          This behavior builds on top of AbstractAutoCompleteBehavior by introducing the concept of a IAutoCompleteRenderer to make response writing easier.
 class AutoCompleteSettings
          This class encapsulates various settings for AbstractAutoCompleteBehavior.
 class AutoCompleteTextField<T>
          An implementation of a textfield with the autoassist ajax behavior AutoCompleteBehavior.
 class DefaultCssAutocompleteTextField<T>
          An AutoCompleteTextField which automatically includes the default CSS for the suggestions.
 class StringAutoCompleteRenderer
          An renderer that calls object.toString() to get the text value.
 

Uses of IClusterable in org.apache.wicket.extensions.ajax.markup.html.form.upload
 

Classes in org.apache.wicket.extensions.ajax.markup.html.form.upload that implement IClusterable
 class UploadInfo
          Holds information about an upload, also has useful querying methods.
 class UploadProgressBar
          A panel to show the progress of an HTTP upload.
 

Uses of IClusterable in org.apache.wicket.extensions.ajax.markup.html.modal
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.ajax.markup.html.modal
static interface ModalWindow.CloseButtonCallback
          Callback for close button that contains a method that is invoked after the button has been clicked.
static interface ModalWindow.PageCreator
          Interface for lazy page creation.
static interface ModalWindow.WindowClosedCallback
          Callback called after the window has been closed.
 

Classes in org.apache.wicket.extensions.ajax.markup.html.modal that implement IClusterable
 class ModalWindow
          Modal window component.
protected  class ModalWindow.CloseButtonBehavior
           
static class ModalWindow.MaskType
          Mask is the element behind the window, that prevents user from interacting the rest of page.
 

Uses of IClusterable in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
 

Classes in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort that implement IClusterable
 class AjaxFallbackOrderByBorder
          Ajaxified version of OrderByBorder
 class AjaxFallbackOrderByLink
          Ajaxified OrderByLink
 

Uses of IClusterable in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
 

Classes in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table that implement IClusterable
 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 IClusterable in org.apache.wicket.extensions.ajax.markup.html.tabs
 

Classes in org.apache.wicket.extensions.ajax.markup.html.tabs that implement IClusterable
 class AjaxTabbedPanel
          Ajaxified version of the tabbed panel.
 

Uses of IClusterable in org.apache.wicket.extensions.breadcrumb
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.breadcrumb
 interface IBreadCrumbModel
          Bread crumbs provide a means to track certain history of client actions.
 interface IBreadCrumbModelListener
          Bread crumb model listeners get notified by bread crumb models of activation, addition and removal events.
 interface IBreadCrumbParticipant
          Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy.
 

Classes in org.apache.wicket.extensions.breadcrumb that implement IClusterable
 class BreadCrumbBar
          A component that renders bread crumbs.
protected  class BreadCrumbBar.BreadCrumbsListView
          List view for rendering the bread crumbs.
 class BreadCrumbLink
          A link that when clicked will set the the active bread crumb participant to the one that is returned by BreadCrumbLink.getParticipant(String).
 class BreadCrumbModelListenerSupport
          Utility class for working with bread crumb model listeners.
 class DefaultBreadCrumbsModel
          Default breadcrumb model implementation that should be good for 99% of the use cases out there.
 

Uses of IClusterable in org.apache.wicket.extensions.breadcrumb.panel
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.breadcrumb.panel
 interface IBreadCrumbPanelFactory
          Factory interface to enabled deferred creation of a bread crumb panel while getting the proper id for creation.
 

Classes in org.apache.wicket.extensions.breadcrumb.panel that implement IClusterable
 class BreadCrumbPanel
          A panel that participates with a bread crumb model.
 class BreadCrumbPanelFactory
          Simple factory that creates instances of a bread crumb panel based on the class it is constructed with.
 class BreadCrumbPanelLink
          Bread crumb link specifically for bread crumb panels.
 class BreadCrumbParticipantDelegate
          Base implementation for Panel/ Component based IBreadCrumbParticipant that decouples the implementation from the actual panel class.
 

Uses of IClusterable in org.apache.wicket.extensions.captcha.kittens
 

Classes in org.apache.wicket.extensions.captcha.kittens that implement IClusterable
 class KittenCaptchaPanel
          A unique and fun-to-use captcha technique I developed at Thoof.
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.basic
 

Classes in org.apache.wicket.extensions.markup.html.basic that implement IClusterable
 class SmartLinkLabel
          If you have email addresses or web URLs in the data that you are displaying, then you can automatically display those pieces of data as hyperlinks, you will not have to take any action to convert that data.
 class SmartLinkMultiLineLabel
          If you have email addresses or web URLs in the data that you are displaying, then you can automatically display those pieces of data as hyperlinks, you will not have to take any action to convert that data.
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.captcha
 

Classes in org.apache.wicket.extensions.markup.html.captcha that implement IClusterable
 class CaptchaImageResource
          Generates a captcha image.
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.form.palette
 

Classes in org.apache.wicket.extensions.markup.html.form.palette that implement IClusterable
 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 IClusterable in org.apache.wicket.extensions.markup.html.form.palette.component
 

Classes in org.apache.wicket.extensions.markup.html.form.palette.component that implement IClusterable
 class AbstractOptions<T>
          Generates html option elements based on iterator specified by getOptionsIterator() and IChoiceRender specified by the palette
 class Choices<T>
          select box containing all available choices of the palette
 class Recorder<T>
          Component to keep track of selections on the html side.
 class Selection<T>
          select box containg selected choices of the palette
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.form.select
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.markup.html.form.select
 interface IOptionRenderer<T>
           
 

Classes in org.apache.wicket.extensions.markup.html.form.select that implement IClusterable
 class Select
          Component that represents a <select> box.
 class SelectOption<T>
          Component representing a single <option> html element TODO Post 1.2: General: Example
 class SelectOptions<T>
          Component that makes it easy to produce a list of SelectOption components Example markup:
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.image.resource
 

Classes in org.apache.wicket.extensions.markup.html.image.resource that implement IClusterable
 class ThumbnailImageResource
          Image resource that dynamically scales the given original resource to a thumbnail.
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.repeater.data.grid
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.markup.html.repeater.data.grid
 interface ICellPopulator<T>
          Represents an object that is capable of populating an Item container representing a cell in a DataGridView with components.
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.grid that implement IClusterable
 class AbstractDataGridView<T>
          Acts as a base for data-grid views.
 class DataGridView<T>
          Simple concrete implementation of AbstractDataGridView
 class PropertyPopulator<T>
          A convenience implementation of ICellPopulator that adds a label that will display the value of the specified property.
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.repeater.data.sort
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.markup.html.repeater.data.sort
 interface ISortState
          Interface used by OrderByLink to interact with any object that keeps track of sorting state
 interface ISortStateLocator
          Locator interface for ISortState implementations.
static interface OrderByLink.ICssProvider
          Interface used to generate values of css class attribute for the anchor tag If the generated value is null class attribute will not be added
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.sort that implement IClusterable
 class OrderByBorder
          A component that wraps markup with an OrderByLink.
 class OrderByLink
          A component that represents a sort header.
static class OrderByLink.CssModifier
          Uses the specified ICssProvider to add css class attributes to the link.
static class OrderByLink.CssProvider
          Easily constructible implementation of ICSSProvider
static class OrderByLink.DefaultCssProvider
          Default implementation of ICssProvider
static class OrderByLink.VoidCssProvider
          Convenience implementation of ICssProvider that always returns a null and so never adds a class attribute
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.repeater.data.table
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.markup.html.repeater.data.table
 interface ISortableDataProvider<T>
          Data provider that can hold sort state
 interface IStyledColumn<T>
          Interface that allows styling individuals DataTable columns
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.table that implement IClusterable
 class AbstractColumn<T>
          A helper implementation for the IColumn interface
 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 HeaderlessColumn<T>
          A column that does not have a header
 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 NavigatorLabel
          Label that provides Showing x to y of z message given for a DataTable.
 class NoRecordsToolbar
          A toolbar that displays a "no records found" message when the data table contains no rows.
 class PropertyColumn<T>
          A convenience implementation of column that adds a label to the cell whose model is determined by the provided wicket property expression (same as used by PropertyModel) that is evaluated against the current row's model object
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
 interface IFilteredColumn<T>
          Represents a data table column that can be filtered.
 interface IFilterStateLocator<T>
          Locator that locates the object that represents the state of the filter.
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.filter that implement IClusterable
 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 ChoiceFilteredPropertyColumn<T,Y>
          A filtered property column that creates a textfield filter component.
 class FilteredAbstractColumn<T>
          A helper implementation for a filtered column.
 class FilteredPropertyColumn<T>
          Like PropertyColumn but with support for filters.
 class FilterForm<T>
          A form with filter-related special functionality for its form components.
 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
 class TextFilteredPropertyColumn<T,F>
          A filtered property column that creates a textfield filter component.
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.repeater.util
 

Classes in org.apache.wicket.extensions.markup.html.repeater.util that implement IClusterable
 class SingleSortState
          Implementation of ISortState that can keep track of sort information for a single property.
 class SortableDataProvider<T>
          Convenience implementation of a data provider that can also act as a locator for a SingleSortState object.
 class SortParam
          Represents sorting information of a property
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.tabs
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.markup.html.tabs
 interface ITab
          Interface used to represent a single tab in a TabbedPanel
 

Classes in org.apache.wicket.extensions.markup.html.tabs that implement IClusterable
 class AbstractTab
          Convinience class that takes care of common ITab functionality
 class PanelCachingTab
          A simple decorator that will cache the panel returned from the first call to getPanel()
 class TabbedPanel
          TabbedPanel component represets a panel with tabs that are used to switch between different content panels inside the TabbedPanel panel.
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.tree
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.markup.html.tree
protected static interface DefaultAbstractTree.ILinkCallback
          Helper class for calling an action from a link.
 

Classes in org.apache.wicket.extensions.markup.html.tree that implement IClusterable
 class DefaultAbstractTree
          Tree class that contains convenient functions related to presentation of the tree, which includes junction link, tree item selection link, spacers (with lines) and default tree item and folder icons.
static class DefaultAbstractTree.LinkType
          The type of junction links and node selection links.
 class Tree
          A complete tree implementation where three item consists of junction link, icon and label.
 

Uses of IClusterable in org.apache.wicket.extensions.markup.html.tree.table
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.markup.html.tree.table
 interface IColumn
          Interface that represents a column in TreeTable.
 interface IRenderable
          Interface for lightweight cell renders.
static interface TreeTable.IRenderNodeCallback
          Callback for rendering tree node text.
 

Classes in org.apache.wicket.extensions.markup.html.tree.table that implement IClusterable
 class AbstractRenderableColumn
          Convenience class for creating non-interactive lightweight (IRenderable based) columns.
 class AbstractTreeColumn
          Convenience class for building tree columns, i.e.
 class ColumnLocation
          This class represents location of a column in tree table.
static class ColumnLocation.Alignment
          Alignment of the column.
static class ColumnLocation.Unit
          Units.
 class PropertyRenderableColumn
          Lightweight column that uses a property expression to get the value from the node.
 class PropertyTreeColumn
          TreeColumn class that uses a property expression to get the value from the node.
 class TreeTable
          TreeTable is a component that represents a grid with a tree.
 

Uses of IClusterable in org.apache.wicket.extensions.model
 

Classes in org.apache.wicket.extensions.model that implement IClusterable
 class AbstractCheckBoxModel
          Model adapter that makes working with models for checkboxes easier.
 

Uses of IClusterable in org.apache.wicket.extensions.rating
 

Classes in org.apache.wicket.extensions.rating that implement IClusterable
 class RatingPanel
          Rating component that generates a number of stars where a user can click on to rate something.
 

Uses of IClusterable in org.apache.wicket.extensions.validation.validator
 

Classes in org.apache.wicket.extensions.validation.validator that implement IClusterable
 class RfcCompliantEmailAddressValidator
          Validator for validating email addresses according to the RFC 822.
 

Uses of IClusterable in org.apache.wicket.extensions.wizard
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.wizard
 interface IWizard
          Interface for the wizard component.
 interface IWizardModel
          This interface defines the model for wizards.
 interface IWizardModelListener
          Recieves notifications for wizard model state changes.
 interface IWizardStep
          Models one step in a wizard, and is the equivalent of one panel in a wizard from an end-user's perspective.
static interface WizardModel.ICondition
          Interface for conditional displaying of wizard steps.
 

Classes in org.apache.wicket.extensions.wizard that implement IClusterable
 class AbstractWizardModel
          Abstract wizard model that provides an implementation for handling wizard model listeners and provides base implementations of many methods.
 class CancelButton
          Models a cancel button in the wizard.
 class FinishButton
          Models a cancel button in the wizard.
 class LastButton
          Models a 'last' button in the wizard.
 class NextButton
          Models a next button in the wizard.
 class PreviousButton
          Models a previous button in the 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 WizardButton
          Base class for buttons that work with the wizard component.
 class WizardButtonBar
          The default bar of button components for wizards.
 class WizardModel
          Default implementation of IWizardModel, which models a semi-static wizard.
 class WizardStep
          default implementation of IWizardStep.
 

Uses of IClusterable in org.apache.wicket.extensions.wizard.dynamic
 

Subinterfaces of IClusterable in org.apache.wicket.extensions.wizard.dynamic
 interface IDynamicWizardStep
          Wizard step that is intelligent enough to know how to navigate to the next and previous steps.
 

Classes in org.apache.wicket.extensions.wizard.dynamic that implement IClusterable
 class DynamicWizardModel
          Wizard model that is specialized on dynamic wizards.
 class DynamicWizardStep
          Default implementation of a dynamic wizard step.
 

Uses of IClusterable in org.apache.wicket.extensions.yui
 

Classes in org.apache.wicket.extensions.yui that implement IClusterable
 class YuiLib
          Use the YuiLib.load(IHeaderResponse) method to initialize the YUI library using the YUI loader.
 

Uses of IClusterable in org.apache.wicket.extensions.yui.calendar
 

Classes in org.apache.wicket.extensions.yui.calendar that implement IClusterable
 class AbstractCalendar
          Abstract calendar component based on the YUI (Yahoo User Interface library) javascript widget.
 class DateField
          Works on a Date object.
 class DatePicker
          Pops up a YUI calendar component so that the user can select a date.
 class DateTimeField
          Works on a Date object.
 

Uses of IClusterable in org.apache.wicket.feedback
 

Subinterfaces of IClusterable in org.apache.wicket.feedback
 interface IFeedbackMessageFilter
          Interface for filtering feedback messages.
 

Classes in org.apache.wicket.feedback that implement IClusterable
 class ComponentFeedbackMessageFilter
          Filter for accepting feedback messages for a particular component.
 class ContainerFeedbackMessageFilter
          Filter for child-of relationship
 class ErrorLevelFeedbackMessageFilter
          Filter for accepting feedback messages of a certain error level.
 class FeedbackMessage
          Represents a generic message meant for the end-user/ pages.
 class FeedbackMessages
          Holds list of feedback messages.
 class FeedbackMessagesModel
          Model for extracting feedback messages.
 

Uses of IClusterable in org.apache.wicket.guice
 

Classes in org.apache.wicket.guice that implement IClusterable
 class GuiceInjectorHolder
          This is a holder for the Injector.
 

Uses of IClusterable in org.apache.wicket.markup
 

Classes in org.apache.wicket.markup that implement IClusterable
 class MarkupResourceStream
          An IResourceStream implementation with specific extensions for markup resource streams.
 

Uses of IClusterable in org.apache.wicket.markup.html
 

Subinterfaces of IClusterable in org.apache.wicket.markup.html
 interface IHeaderContributor
          An interface to be implemented by components or behaviors that wish to contribute to the header section of the page.
 interface INewBrowserWindowListener
          Internal listener.
 

Classes in org.apache.wicket.markup.html that implement IClusterable
 class CompressedPackageResource
          Identical to PackageResource, but supports gzip compression of data See PackageResource and CompressedResourceReference
protected  class CompressedPackageResource.CompressingResourceStream
          IResourceStream implementation which compresses the data with gzip if the requests header Accept-Encoding contains string gzip
 class ContainerWithAssociatedMarkupHelper
          A Wicket internal helper class to handle wicket:head tags.
 class CSSPackageResource
          Package resource for CSS files.
 class DynamicWebResource
          An WebResource subclass for dynamic resources (resources created programmatically).
 class HeaderPartContainer
          For each wicket:head tag a HeaderPartContainer is created and added to the HtmlHeaderContainer which has been added to the Page.
 class JavascriptPackageResource
          Package resource for javascript files.
protected  class JavascriptPackageResource.FilteringResourceStream
          Resource Stream that caches the stripped content.
 class PackageResource
          Represents a localizable static resource.
 class PackageResourceReference
          Deprecated. Use ResourceReference instead. This class will be removed in Wicket 2.0
 class WebComponent
          Base class for simple HTML components which do not hold nested components.
 class WebMarkupContainer
          A container of HTML markup and components.
 class WebMarkupContainerWithAssociatedMarkup
          WebMarkupContainer with it's own markup and possibly tag.
 class WebPage
          Base class for HTML pages.
 class WebResource
          Base class for web resources.
 class WicketEventReference
          Resource reference to wicket-event.js which is used to allow events via javascript
 

Uses of IClusterable in org.apache.wicket.markup.html.basic
 

Classes in org.apache.wicket.markup.html.basic that implement IClusterable
 class EnclosureContainer
          <wicket:enclosure> is nice and prevents that users have to add boilerplate to their application.
 class EnumLabel<T extends Enum<T>>
          A Label component that is used to render an enum value.
 class Label
          A Label component replaces its body with the String version of its model object returned by getModelObjectAsString().
 class MultiLineLabel
          A MultiLineLabel component replaces its body with the model object.
 

Uses of IClusterable in org.apache.wicket.markup.html.body
 

Classes in org.apache.wicket.markup.html.body that implement IClusterable
 class BodyTagAttributeModifier
          An attribute modifier specifically for body tags.
 

Uses of IClusterable in org.apache.wicket.markup.html.border
 

Classes in org.apache.wicket.markup.html.border that implement IClusterable
 class Border
          A border component has associated markup which is drawn and determines placement of any markup and/or components nested within the border component.
 class Border.BorderBodyContainer
          The container to be associated with the <wicket:body> tag
 class BoxBorder
          A very simple border component that draws a thin black line around its children.
 class MarkupComponentBorder
          This is a IComponentBorder implementation that can be used if you have markup that should be around a component.
 

Uses of IClusterable in org.apache.wicket.markup.html.debug
 

Classes in org.apache.wicket.markup.html.debug that implement IClusterable
 class PageView
          This is a simple Wicket component that displays all components of a Page in a table representation.
 

Uses of IClusterable in org.apache.wicket.markup.html.form
 

Subinterfaces of IClusterable in org.apache.wicket.markup.html.form
 interface IChoiceRenderer<T>
          Renders one choice.
 interface IFormSubmitListener
          Listener interface that is called when a form is submitted.
 interface IOnChangeListener
          Listener method for OnChange events of dropdown lists and onclick events of CheckBoxes and RadioChoice components.
 

Classes in org.apache.wicket.markup.html.form that implement IClusterable
 class AbstractChoice<T,E>
          Abstract base class for all choice (html select) options.
 class AbstractSingleSelectChoice<T>
          Abstract base class for single-select choices.
 class AbstractSubmitLink
          Abstract class for links that are capable of submitting a form.
 class AbstractTextComponent<T>
          Abstract base class for TextArea and TextField.
 class Button
          A form button.
 class Check<T>
          Component representing a single checkbox choice in a org.apache.wicket.markup.html.form.CheckGroup.
 class CheckBox
          HTML checkbox input component.
 class CheckBoxMultipleChoice<T>
          A choice subclass that shows choices via checkboxes.
 class CheckGroup<T>
          Component used to connect instances of Check components into a group.
 class CheckGroupSelector
          Selects and deselects all Check components under the same CheckGroup as itself.
 class ChoiceRenderer<T>
          Default implementation of IChoiceRenderer.
 class DropDownChoice<T>
          A choice implemented as a dropdown menu/list.
 class EnumChoiceRenderer<T extends Enum<T>>
          IChoiceRenderer implementation that makes it easy to work with java 5 enums.
 class Form<T>
          Base class for forms.
 class FormComponent<T>
          An HTML form component knows how to validate itself.
 class FormComponentLabel
          A component that represents html <label> tag.
 class FormComponentPanel<T>
          Panel (has it's own markup, defined between tags), that can act as a form component.
 class HiddenField<T>
          TextField doesn't permit the html so this is a simple subclass to allow this A HiddenField is useful when you have a javascript based component that updates the form state.
 class ImageButton
          <input type="image"> component - like Button only with an image.
 class LabeledWebMarkupContainer
          Default implementation of ILabelProvider.
 class ListChoice<T>
          Essentially a drop down choice that doesn't drop down.
 class ListMultipleChoice<T>
          A multiple choice list component.
 class PasswordTextField
          A password text field component.
 class Radio<T>
          Component representing a single radio choice in a org.apache.wicket.markup.html.form.RadioGroup.
 class RadioChoice<T>
          A choice subclass that shows choices in radio style.
 class RadioGroup<T>
          Component used to connect instances of Radio components into a group.
 class RequiredTextField<T>
          A text field which automatically adds a Required.
 class SimpleFormComponentLabel
          A form component label that replaces its body with the contents of LabeledWebMarkupContainer.getLabel()
 class StatelessForm<T>
          This StatelessForm is the same as a normal form but with the statelesshint default to true.
 class SubmitLink
          A link which can be used exactly like a Button to submit a Form.
 class TextArea<T>
          Multi-row text editing component.
 class TextField<T>
          A simple text field.
 class ValidationErrorFeedback
          This class is the parameter to Component.error(Serializable) instead of the generated error string itself (when FormComponent.error(IValidationError) is called).
 

Uses of IClusterable in org.apache.wicket.markup.html.form.persistence
 

Subinterfaces of IClusterable in org.apache.wicket.markup.html.form.persistence
 interface IValuePersister
          Deprecated. remove in 1.5
 

Classes in org.apache.wicket.markup.html.form.persistence that implement IClusterable
 class CookieValuePersister
          Helper class to simplify Cookie handling in combination with Wicket
 class CookieValuePersisterSettings
          This class provides default values that are used by the CookieValuePersister class when it creates cookies.
 

Uses of IClusterable in org.apache.wicket.markup.html.form.upload
 

Classes in org.apache.wicket.markup.html.form.upload that implement IClusterable
 class FileUpload
          Model for file uploads.
 class FileUploadField
          Form component that corresponds to a <input type="file">.
 class MultiFileUploadField
          Form component that allows the user to select multiple files to upload via a single <input type="file"/> field.
 

Uses of IClusterable in org.apache.wicket.markup.html.form.validation
 

Subinterfaces of IClusterable in org.apache.wicket.markup.html.form.validation
 interface IFormValidator
          Interface that represents validators that check multiple components.
 

Classes in org.apache.wicket.markup.html.form.validation that implement IClusterable
 class AbstractFormValidator
          Base class for IFormValidators.
 class EqualInputValidator
          Validates that the input of two form components is identical.
 class EqualPasswordInputValidator
          Validates that the input of two form components is identical.
 class FormComponentFeedbackBorder
          A border that can be placed around a form component to indicate when the bordered child/children has a validation error.
 class FormComponentFeedbackIndicator
          A panel that hides or shows itself depending on whether there are feedback messages for a given message filter.
 

Uses of IClusterable in org.apache.wicket.markup.html.image
 

Classes in org.apache.wicket.markup.html.image that implement IClusterable
 class ContextImage
          Provides a context-relative image.
 class ContextPathGenerator
          A behavior that converts the provider url fragment to a context-relative url.
 class Image
          An Image component displays a localizable image resource.
 class NonCachingImage
          A subclass of Image that adds random noise to the url every request to prevent the browser from caching the image.
 

Uses of IClusterable in org.apache.wicket.markup.html.image.resource
 

Classes in org.apache.wicket.markup.html.image.resource that implement IClusterable
 class BlobImageResource
          An ImageResource subclass for dynamic images that come from database BLOB fields.
 class BufferedDynamicImageResource
          A DynamicImageResource subclass that holds a BufferedImage generated by code elsewhere.
 class DefaultButtonImageResource
          Automatically generates a basic button image.
 class DynamicImageResource
          An ImageResource subclass for dynamic images (images created programmatically).
 class LocalizedImageResource
          THIS CLASS IS INTENDED FOR INTERNAL USE IN IMPLEMENTING LOCALE SENSITIVE COMPONENTS THAT USE IMAGE RESOURCES AND SHOULD NOT BE USED DIRECTLY BY END-USERS.
 class RenderedDynamicImageResource
          A DynamicImageResource subclass that allows easy rendering of regeneratable (unbuffered) dynamic images.
 

Uses of IClusterable in org.apache.wicket.markup.html.include
 

Classes in org.apache.wicket.markup.html.include that implement IClusterable
 class Include
           Component that includes/ renders the import result of an URL, much like JSP include.
 

Uses of IClusterable in org.apache.wicket.markup.html.internal
 

Classes in org.apache.wicket.markup.html.internal that implement IClusterable
 class Enclosure
          An Enclosure are automatically created by Wicket.
 class HtmlHeaderContainer
          The HtmlHeaderContainer is automatically created and added to the component hierarchy by a HtmlHeaderResolver instance.
 class InlineEnclosure
          An InlineEnclosure are automatically created by Wicket.
 

Uses of IClusterable in org.apache.wicket.markup.html.link
 

Subinterfaces of IClusterable in org.apache.wicket.markup.html.link
 interface ILinkListener
          Listener method for link clicks.
 interface IPageLink
          Interface that is used to implement delayed page linking.
 

Classes in org.apache.wicket.markup.html.link that implement IClusterable
 class AbstractLink
          Base class that that contains functionality for rendering disabled links.
 class BookmarkablePageLink<T>
          Renders a stable link which can be cached in a web browser and used at a later time.
 class ClientSideImageMap
          A client-side image map implementation which allows you to "attach" the map to any existing Image component.
 class DownloadLink
          A link that streams a file to the client.
 class ExternalLink
           A simple anchor link (<a href="http://url">) pointing to any URL.
 class ImageMap
          Deprecated. Use ClientSideImageMap
 class InlineFrame
          Implementation of an inline frame component.
 class InternalFrame
          Deprecated. will be replaced by InlineFrame in Wicket 2.0 as that's a better name for it.
 class Link<T>
          Implementation of a hyperlink component.
 class PageLink<T>
          Deprecated. use BookmarkablePageLink or Link instead
 class PopupCloseLink<T>
          Closes a popup window and cleans up any related session page map for the popup.
static class PopupCloseLink.ClosePopupPage
          ClosePopupPage closes the popup window.
 class PopupSettings
          A popup specification can be used as a property of the Linkclasses to specify that the link should be rendered with an onClick javascript event handler that opens a new window with the links' URL.
 class ResourceLink<T>
          A link to any ResourceReference.
 class StatelessLink
          This link is stateless that means that the url to this link could generate a new page before the link onClick is called.
 

Uses of IClusterable in org.apache.wicket.markup.html.list
 

Classes in org.apache.wicket.markup.html.list that implement IClusterable
 class ListItem<T>
          Container that holds components in a ListView.
 class ListItemModel<T>
          Model for list items.
 class ListView<T>
          A ListView is a repeater that makes it easy to display/work with Lists.
 class Loop
          A very simple loop component whose model is an Integer defining the number of iterations the loop should render.
static class Loop.LoopItem
          Item container for a Loop iteration.
 class OddEvenListItem<T>
          ListItem that adds class="odd" or class="even" html attribute depending on its index.
 class PageableListView<T>
          PageableListView is similar to ListView but provides in addition pageable views.
 class PropertyListView<T>
          Simple ListVew subclass that wraps its item models in a CompoundPropertyModel.
 

Uses of IClusterable in org.apache.wicket.markup.html.navigation.paging
 

Subinterfaces of IClusterable in org.apache.wicket.markup.html.navigation.paging
 interface IPageable
          Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
 interface IPagingLabelProvider
          This interface is used by the PagingNavigator components to get the label of the pages there are for a IPageable component.
 

Classes in org.apache.wicket.markup.html.navigation.paging that implement IClusterable
 class PagingNavigation
          A navigation for a PageableListView that holds links to other pages of the PageableListView.
 class PagingNavigationIncrementLink<T>
          An incremental link to a page of a PageableListView.
 class PagingNavigationLink<T>
          A link to a page of a PageableListView.
 class PagingNavigator
          A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView.
 

Uses of IClusterable in org.apache.wicket.markup.html.pages
 

Classes in org.apache.wicket.markup.html.pages that implement IClusterable
 class AccessDeniedPage
          Page expired error page.
 class BrowserInfoForm
          Form for posting JavaScript properties.
static class BrowserInfoForm.ClientPropertiesBean
          Holds properties of the client.
 class BrowserInfoPage
           This page uses a form post right after the page has loaded in the browser, using JavaScript or alternative means to detect and pass on settings to the embedded form.
 class ExceptionErrorPage
          Shows a runtime exception on a nice HTML page.
 class InternalErrorPage
          Internal error display page.
 class PageExpiredErrorPage
          Page expired error page.
 class RedirectPage
          Page that let the browser redirect.
 

Uses of IClusterable in org.apache.wicket.markup.html.panel
 

Classes in org.apache.wicket.markup.html.panel that implement IClusterable
 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 Fragment
          Usually you either have a markup file or a xml tag with wicket:id="myComponent" to associate markup with a component.
 class Panel
          A panel is a reusable component that holds markup and other components.
 

Uses of IClusterable in org.apache.wicket.markup.html.resources
 

Classes in org.apache.wicket.markup.html.resources that implement IClusterable
 class CompressedPackageResourceReference
          Deprecated. Will be renamed to CompressedResourceReference in Wicket 2.0
 class CompressedResourceReference
          A static resource reference which can be transferred to the browser using the gzip compression.
 class JavaScriptReference
          Link to a packaged JavaScript file.
 class JavascriptResourceReference
          Static resource reference for javascript resources.
 class PackagedResourceReference
          Base class for components that render references to packaged resources.
 class StyleSheetReference
          Link to a packaged style sheet.
 

Uses of IClusterable in org.apache.wicket.markup.html.tree
 

Subinterfaces of IClusterable in org.apache.wicket.markup.html.tree
static interface BaseTree.ILinkCallback
          Helper class for calling an action from a link.
 

Classes in org.apache.wicket.markup.html.tree that implement IClusterable
 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.
static class BaseTree.LinkType
          The type of junction links and node selection links.
 class DefaultTreeState
          Default implementation of TreeState.
 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.
 class WicketTreeModel
           
 

Uses of IClusterable in org.apache.wicket.markup.parser
 

Classes in org.apache.wicket.markup.parser that implement IClusterable
static class XmlTag.Type
          Enumerated type for different kinds of component tags.
 

Uses of IClusterable in org.apache.wicket.markup.parser.filter
 

Classes in org.apache.wicket.markup.parser.filter that implement IClusterable
 class RelativePathPrefixHandler
          The purpose of this filter is to make all "href", "src" and "background" attributes found in the markup which contain a relative URL like "myDir/myPage.gif" actually resolve in the output HTML, by prefixing them with with an appropriate path to make the link work properly, even if the current page is being displayed at a mounted URL or whatever.
 class WicketMessageTagHandler
          This is a markup inline filter and a component resolver.
static class WicketMessageTagHandler.AttributeLocalizer
          Attribute localizing behavior.
 

Uses of IClusterable in org.apache.wicket.markup.repeater
 

Subinterfaces of IClusterable in org.apache.wicket.markup.repeater
 interface IItemReuseStrategy
          Interface for item reuse strategies.
 

Classes in org.apache.wicket.markup.repeater that implement IClusterable
 class AbstractPageableView<T>
          An abstract repeater view that provides paging functionality to its subclasses.
 class AbstractRepeater
          Base class for repeaters.
 class DefaultItemReuseStrategy
          Implementation of IItemReuseStrategy that returns new items every time.
 class Item<T>
          Container that holds components in a RefreshingView.
 class OddEvenItem<T>
          Item that sets class="even" or class="odd" attributes based on its index
 class RefreshingView<T>
          An abstract repeater view that provides refreshing functionality to its subclasses.
 class RepeatingView
           A repeater view that renders all of its children, using its body markup, in the order they were added.
 class ReuseIfModelsEqualStrategy
          Reuse strategy that will reuse an old item if its model is equal to a model inside the newModels iterator.
 

Uses of IClusterable in org.apache.wicket.markup.repeater.data
 

Subinterfaces of IClusterable in org.apache.wicket.markup.repeater.data
 interface IDataProvider<T>
          Interface used to provide data to data views.
 

Classes in org.apache.wicket.markup.repeater.data that implement IClusterable
 class DataView<T>
          DataView is a basic implementation of AbstractDataView.
 class DataViewBase<T>
          Base class for data views.
 class DefaultDataProvider<T>
          Deprecated. not very useful
 class EmptyDataProvider<T>
          A convenience class to represent an empty data provider.
 class GridView<T>
          A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size.
 class ListDataProvider<T extends Serializable>
          Allows the use of lists with DataView.
 

Uses of IClusterable in org.apache.wicket.markup.resolver
 

Subinterfaces of IClusterable in org.apache.wicket.markup.resolver
 interface IComponentResolver
          ApplicationSettings maintains a list of IComponentResolvers.
 

Classes in org.apache.wicket.markup.resolver that implement IClusterable
 class AutoComponentResolver
          <wicket:component class="myApp.MyTable" key=value> tags may be used to add Wicket components (e.g.
 class AutoLinkResolver
          The AutoLinkResolver is responsible to handle automatic link resolution.
static class AutoLinkResolver.AutolinkBookmarkablePageLink<T>
          Autolink components delegate component resolution to their parent components.
 class BorderBodyResolver
          In case of Border where the associated markup has a container in between the wicket:border and the wicket:body tag, the wicket:body container can not be resolved easily.
 class EnclosureResolver
          This is a tag resolver which automatically adds a Enclosure container for each <wicket:enclosure> tag.
 class FragmentResolver
          Usually you either have a markup file or a xml tag with wicket:id="myComponent" to associate markup with a component.
 class HtmlHeaderResolver
          This is a tag resolver which handles <head> and <wicket:head>tags.
 class MarkupInheritanceResolver
          Detect <wicket:extend> and <wicket:child> tags, which are silently ignored, because they have already been processed.
 class ParentResolver
          Some containers are transparent to the user (e.g.
 class ScopedComponentResolver
          Implement a component resolver which walks up the component tree until a Page or Panel and tries to find a component with a matching wicket id, effectively providing something like scoping for wicket id resolution.
 class WicketContainerResolver
          This is a tag resolver which handles <wicket:container> Sometimes adding components in certain ways may lead to output of invalid markup.
 class WicketLinkResolver
          This is a tag resolver which handles <wicket:link> tags.
 class WicketMessageResolver
          This is a tag resolver which handles <wicket:message key="myKey">Default Text</wicket:message>.
 

Uses of IClusterable in org.apache.wicket.markup.transformer
 

Classes in org.apache.wicket.markup.transformer that implement IClusterable
 class AbstractOutputTransformerContainer
          This abstract container provides the means to post-process the markup generated by its child components (excluding the containers tag)
 class AbstractTransformerBehavior
          A IBehavior which can be added to any component.
 class NoopOutputTransformerContainer
          An implementation of an output transformer which does nothing.
 class XsltOutputTransformerContainer
          A container which output markup will be processes by a XSLT processor prior to writing the output into the web response.
 class XsltTransformerBehavior
          An IBehavior which can be added to any component except ListView.
 

Uses of IClusterable in org.apache.wicket.model
 

Subinterfaces of IClusterable in org.apache.wicket.model
 interface IChainingModel<T>
          Models that implement this interface will support chaining of IModels.
 interface IComponentAssignedModel<T>
          Models that wish to substitute themselves with a wrapper when they are bound to a component (either through IModel parameter in a constructor or via a call to Component.setDefaultModel(IModel)) should implement this interface.
 interface IComponentInheritedModel<T>
          This is a marker interface for models that can be inherited from components higher in the hierarchy.
 interface IDetachable
          Interface to logic for detaching transient information from a detachable model.
 interface IModel<T>
          A IModel wraps the actual model Object used by a Component.
 interface IModelComparator
          Implementations of this interface compare model object.
 interface IObjectClassAwareModel<T>
          Interface implemented by model that can provide class of the model object.
 interface IWrapModel<T>
          A marker interface that represents a model that serves as a wrapper for another.
 

Classes in org.apache.wicket.model that implement IClusterable
 class AbstractPropertyModel<T>
          Serves as a base class for different kinds of property models.
 class AbstractReadOnlyModel<T>
          AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic and are read-only.
 class AbstractWrapModel<T>
          Simple base class for IWrapModel objects see IComponentAssignedModel or IComponentInheritedModel so that you don't have to have empty methods like detach or setObject() when not used in the wrapper.
 class BoundCompoundPropertyModel<T>
          Deprecated. See CompoundPropertyModel.bind(String)
 class ComponentDetachableModel<T>
          Quick detachable model that is implements the IComponentAssignedModel and the IModel interfaces.
 class ComponentModel<T>
          Quick model that is implements the IComponentAssignedModel and the IModel interfaces.
 class ComponentPropertyModel<T>
          A model that references a property by name on the current model of the component it is bound to.
 class CompoundPropertyModel<T>
          A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object.
 class LoadableDetachableModel<T>
          Model that makes working with detachable models a breeze.
 class Model<T extends Serializable>
          Model is the basic implementation of an IModel.
 class PropertyModel<T>
          A PropertyModel is used to dynamically access a model using a "property expression".
 class ResourceModel
          A model that represents a localized resource string.
 class StringResourceModel
          This model class encapsulates the full power of localization support within the Wicket framework.
 

Uses of IClusterable in org.apache.wicket.model.util
 

Classes in org.apache.wicket.model.util that implement IClusterable
 class CollectionModel<T>
          Based on Model but for any collections of serializable objects.
 class GenericBaseModel<T>
          Base class for models that contain instances that do not appear to be serializable and cannot thus use Model directly.
 class ListModel<T>
          Based on Model but for lists of serializable objects.
 class MapModel<K,V>
          Based on Model but for maps of serializable objects.
 class SetModel<T>
          Based on Model but for sets of serializable objects.
 class WildcardCollectionModel<T>
          Based on Model but for any collections of serializable objects.
 class WildcardListModel<T>
          Based on Model but for lists of serializable objects.
 class WildcardSetModel<T>
          Based on Model but for sets of serializable objects.
 

Uses of IClusterable in org.apache.wicket.protocol.http
 

Classes in org.apache.wicket.protocol.http that implement IClusterable
 class ClientProperties
          Description of various user agent (browser) properties.
static class IRequestLogger.RequestData
          This class hold the information one request of a session has.
static class RequestLogger.SessionData
          This class hold the information one request of a session has.
protected static class SecondLevelCacheSessionStore.SecondLevelCachePageMap
          Page map implementation for this session store.
 class WebSession
          A session subclass for the HTTP protocol.
 

Uses of IClusterable in org.apache.wicket.protocol.http.request
 

Classes in org.apache.wicket.protocol.http.request that implement IClusterable
 class WebClientInfo
          Default client info object for web applications.
 

Uses of IClusterable in org.apache.wicket.protocol.http.request.urlcompressing
 

Classes in org.apache.wicket.protocol.http.request.urlcompressing that implement IClusterable
 class UrlCompressor
          This class generates UID for Component/Interface combinations when used in conjunction with UrlCompressingWebCodingStrategy Use it like this:
 

Uses of IClusterable in org.apache.wicket.proxy
 

Subinterfaces of IClusterable in org.apache.wicket.proxy
 interface ILazyInitProxy
          Interface the lazy init proxies implement to make identification of the proxy and retrival of IProxyTargetLocator possible.
 interface IProxyTargetLocator
          Represents a service locator for lazy init proxies.
 

Uses of IClusterable in org.apache.wicket.request
 

Classes in org.apache.wicket.request that implement IClusterable
 class ClientInfo
          Encapsulates information about the request cycle agents' capabilities.
 class RequestParameters
           Object that abstracts common request parameters.
 

Uses of IClusterable in org.apache.wicket.resource
 

Classes in org.apache.wicket.resource that implement IClusterable
 class ByteArrayResource
          This class can be used to easy make a Resource from a predefined byte array.
 class ContextRelativeResource
          Resource served from a file relative to the context root.
 class DynamicByteArrayResource
          Deprecated. use DynamicWebResource now
 class TextTemplateResourceReference
          A class which adapts a PackagedTextTemplate to a ResourceReference.
 

Uses of IClusterable in org.apache.wicket.resource.dependencies
 

Classes in org.apache.wicket.resource.dependencies that implement IClusterable
 class AbstractResourceDependentResourceReference
          A resource reference that also has resources that it is dependent on.
 class ResourceDependentResourceReference
          A basic implementation of AbstractResourceDependentResourceReference that contains an array of AbstractResourceDependentResourceReference dependencies that must be passed in at construction time.
 

Uses of IClusterable in org.apache.wicket.resource.filtering
 

Classes in org.apache.wicket.resource.filtering that implement IClusterable
 class HeaderResponseFilteredResponseContainer
          A container that renders the content that was bucketed into a certain bucket by HeaderResponseContainerFilteringHeaderResponse.
 

Uses of IClusterable in org.apache.wicket.session.pagemap
 

Subinterfaces of IClusterable in org.apache.wicket.session.pagemap
 interface IPageMapEntry
          Some source which produces a page.
 interface IPageMapEvictionStrategy
          Given a page map, evicts zero or more entries from the map according to some algorithm in the implementation.
 

Classes in org.apache.wicket.session.pagemap that implement IClusterable
 class AbstractPageMapEntry
          An abstract base class that makes it easier to create IPageMapEntry implementations.
 class LeastRecentlyAccessedEvictionStrategy
          A simple eviction strategy that evicts the least recently accessed page version from the given page map.
 

Uses of IClusterable in org.apache.wicket.settings
 

Classes in org.apache.wicket.settings that implement IClusterable
static class IExceptionSettings.UnexpectedExceptionDisplay
          Enumerated type for different ways of displaying unexpected exceptions.
static class IRequestCycleSettings.RenderStrategy
          Enumerated type for different ways of handling the render part of requests.
 

Uses of IClusterable in org.apache.wicket.spring
 

Subinterfaces of IClusterable in org.apache.wicket.spring
 interface ISpringContextLocator
          Interface representing object that can locate a spring context.
 

Classes in org.apache.wicket.spring that implement IClusterable
 class SpringBeanLocator
          Implementation of IProxyTargetLocator that can locate beans within a spring application context.
 

Uses of IClusterable in org.apache.wicket.spring.annot.web
 

Classes in org.apache.wicket.spring.annot.web that implement IClusterable
 class AnnotPage
           
 class ProxyDataProvider
           
 class ProxyModel
           
 

Uses of IClusterable in org.apache.wicket.spring.common
 

Classes in org.apache.wicket.spring.common that implement IClusterable
 class Contact
          domain object for demonstrations.
 

Uses of IClusterable in org.apache.wicket.spring.common.web
 

Classes in org.apache.wicket.spring.common.web that implement IClusterable
 class BasePage
          Base page class.
 class ContactDataProvider
          Base class for contact data provider implementations.
 class ContactDetachableModel
          Base class for contact detachable models.
 class ContactsDisplayPage
          Base class for the contact display page.
 class HomePage
          Home Page
 

Uses of IClusterable in org.apache.wicket.spring.test
 

Classes in org.apache.wicket.spring.test that implement IClusterable
 class SpringContextLocatorMock
          Mock SpringContextLocator
 

Uses of IClusterable in org.apache.wicket.threadtest.apps.app1
 

Classes in org.apache.wicket.threadtest.apps.app1 that implement IClusterable
 class ResourceTestPage
          Web page with 50 dynamically-created image resources.
 

Uses of IClusterable in org.apache.wicket.util.convert
 

Subinterfaces of IClusterable in org.apache.wicket.util.convert
 interface IConverter
          Converts input to output and vice versa.
 

Classes in org.apache.wicket.util.convert that implement IClusterable
 class ConverterLocator
          Implementation of IConverterLocator interface, which locates converters for a given type.
 class MaskConverter
          A converter that takes a mask into account.
 

Uses of IClusterable in org.apache.wicket.util.convert.converters
 

Classes in org.apache.wicket.util.convert.converters that implement IClusterable
 class AbstractConverter
          Base class for locale aware type converters.
 class AbstractDecimalConverter
          Base class for all number converters.
 class AbstractIntegerConverter
          Base class for all number converters.
 class AbstractNumberConverter
          Base class for all number converters.
 class BigDecimalConverter
          BigDecimal converter see IConverter
 class BooleanConverter
          Converts from Object to Boolean.
 class ByteConverter
          Converts from Object to Byte.
 class CharacterConverter
          Converts from Object to Character.
 class DateConverter
          Converts from Object to Date.
 class DoubleConverter
          Converts from Object to Double.
 class FloatConverter
          Converts from Object to Float.
 class IntegerConverter
          Converts from Object to Integer.
 class LongConverter
          Converts from Object to Long.
 class ShortConverter
          Converts from Object to Short.
 class SqlDateConverter
          Converts to Date.
 class SqlTimeConverter
          Converts to Time.
 class SqlTimestampConverter
          Converts to Timestamp.
 class ZeroPaddingIntegerConverter
          Converts from Object to Integer, adding zero-padding.
 

Uses of IClusterable in org.apache.wicket.util.lang
 

Classes in org.apache.wicket.util.lang that implement IClusterable
 class EnumeratedType
          A base class for defining enumerated types.
 class PackageName
          A type-safe package name class since Package is unreliable (it's not a Package object, but rather a sometimes-available holder for versioning information).
 class PropertyResolverConverter
           
 

Uses of IClusterable in org.apache.wicket.util.parse.metapattern
 

Classes in org.apache.wicket.util.parse.metapattern that implement IClusterable
 class BooleanGroup
          A Group that captures case-sensitive boolean values "true" or "false".
 class FloatingPointGroup
          A Group that captures floating point values (doubles and floats).
 class Group
          A Group is a piece of a regular expression (referenced by some Java field or local variable) that forms a "capturing group" within the larger regular expression.
 class IntegerGroup
          A Group that captures integer values (positive and negative whole numbers, not Java ints).
 class MetaPattern
          Useful class for constructing readable and reusable regular expressions.
 class OptionalMetaPattern
          Makes any MetaPattern optional by enclosing the pattern in an optionality expression.
 

Uses of IClusterable in org.apache.wicket.util.resource
 

Subinterfaces of IClusterable in org.apache.wicket.util.resource
 interface IResourceStream
          Interface to a streamed resource.
 interface IResourceStreamWriter
          Special IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return the IResourceStream.getInputStream().
 interface IStringResourceStream
          A resource that can be converted to a String representation, possibly using an explicit Charset.
 

Classes in org.apache.wicket.util.resource that implement IClusterable
 class AbstractResourceStream
           
 class AbstractResourceStreamWriter
          Base implementation of an IResourceStreamWriter so that you only have to override the IResourceStreamWriter.write(java.io.OutputStream) Don't forget to overwrite the IResourceStream.length() method if you do know the total length that will be generated.
 class AbstractStringResourceStream
          Base class for string resources.
 class FileResourceStream
          A FileResourceStream is an IResource implementation for files.
 class PackageResourceStream
          An IResourceStream that reads data from a resource in the classpath.
 class StringBufferResourceStream
          A string resource that can be appended to.
 class StringResourceStream
          A StringResourceStream is an IResource implementation for strings.
 class UrlResourceStream
          UrlResourceStream implements IResource for URLs.
 class WebExternalResourceStream
          An IResourceStream that reads data from a file in the web application
 class XSLTResourceStream
          IResourceStream that applies XSLT on an input IResourceStream.
 class ZipResourceStream
          An IResourceStream that ZIPs a directory's contents on the fly
 

Uses of IClusterable in org.apache.wicket.util.string
 

Classes in org.apache.wicket.util.string that implement IClusterable
 class StringValue
          Holds an immutable String value and optionally a Locale, with methods to convert to various types.
 

Uses of IClusterable in org.apache.wicket.util.template
 

Classes in org.apache.wicket.util.template that implement IClusterable
 class CssTemplate
          Decorates a TextTemplate with CSS tags.
 class JavaScriptTemplate
          Decorates a TextTemplate with JavaScript tags.
 class PackagedTextTemplate
          A String resource that can be appended to.
 class TextTemplate
          Represents a text template that can do variable interpolation.
 class TextTemplateDecorator
          Provides the ability to 'decorate' the actual template contents before it is contributed to the header.
 class TextTemplateHeaderContributor
          A header contributor that will contribute the contents of the given template interpolated with the provided Map of variables.
 class TextTemplateLink<T>
          Links to shared, interpolated TextTemplate resources created by a factory.
 

Uses of IClusterable in org.apache.wicket.util.tester
 

Subinterfaces of IClusterable in org.apache.wicket.util.tester
 interface ITestPageSource
          A test Page factory for WicketTester
 interface ITestPanelSource
          A test Panel factory for WicketTester.
 interface TestPanelSource
          Deprecated.  
 

Classes in org.apache.wicket.util.tester that implement IClusterable
 class DummyHomePage
          A dummy home page, as required by WicketTester.
 class DummyHomePage.TestLink
          TestLink class.
 class DummyPanelPage
          A dummy Panel Component.
static class WicketTesterHelper.ComponentData
          ComponentData class.
 

Uses of IClusterable in org.apache.wicket.util.time
 

Classes in org.apache.wicket.util.time that implement IClusterable
static class TimeOfDay.Meridian
          Typesafe AM/PM enumeration.
 

Uses of IClusterable in org.apache.wicket.util.value
 

Classes in org.apache.wicket.util.value that implement IClusterable
 class Count
          A class for counting things.
 

Uses of IClusterable in org.apache.wicket.validation
 

Subinterfaces of IClusterable in org.apache.wicket.validation
 interface INullAcceptingValidator<T>
          Marker interface for validators that will accept a null value.
 interface IValidator<T>
          Interface representing a validator that can validate an IValidatable object.
 interface IValidatorAddListener
          Optional interface for validators (IValidator and IFormValidator) that can react when validators are added to a Component.
 

Classes in org.apache.wicket.validation that implement IClusterable
 class CompoundValidator<T>
          A compound IValidator.
 class ValidationError
          A versatile implementation of IValidationError that supports message resolution from IErrorMessageSource, default message (if none of the keys matched), and variable substitution.
 

Uses of IClusterable in org.apache.wicket.validation.validator
 

Classes in org.apache.wicket.validation.validator that implement IClusterable
 class AbstractValidator<T>
          Convenience base class for IValidators.
 class CreditCardValidator
          Checks if a credit card number is valid.
 class DateValidator
          Validator for checking dates.
 class EmailAddressPatternValidator
          Deprecated. Use EmailAddressValidator instead. Don't forget to update your resource keys!
 class EmailAddressValidator
          Validator for checking the form/pattern of email addresses.
 class MaximumValidator<Z extends Comparable<Z> & Serializable>
          Validator for checking that the value is not greater then a specified maximum value
 class MinimumValidator<Z extends Comparable<Z> & Serializable>
          Validator for checking that the value is not smaller then a specified minimum value
 class NumberValidator<T extends Number>
          Deprecated. RangeValidator, MaximumValidator, MinimumValidator
static class NumberValidator.DoubleMaximumValidator
          Deprecated. see MaximumValidator
static class NumberValidator.DoubleMinimumValidator
          Deprecated. see MinimumValidator
static class NumberValidator.DoubleRangeValidator
          Deprecated. see RangeValidator
static class NumberValidator.MaximumValidator
          Deprecated. see MaximumValidator
static class NumberValidator.MinimumValidator
          Deprecated. see MinimumValidator
static class NumberValidator.RangeValidator
          Deprecated. see RangeValidator
 class PatternValidator
          Validates a Component by matching the component's value against a regular expression pattern.
 class RangeValidator<Z extends Comparable<Z> & Serializable>
          Validator for checking if a given value falls within [min,max] range.
 class StringValidator
          Validator for checking String lengths.
static class StringValidator.ExactLengthValidator
          Validator for checking if the length of a String is exactly the specified length.
static class StringValidator.LengthBetweenValidator
          Validator for checking if the length of a String is within the specified range.
static class StringValidator.MaximumLengthValidator
          Validator for checking if the length of a String meets the maximum length requirement.
static class StringValidator.MinimumLengthValidator
          Validator for checking if the length of a String meets the minimum length requirement.
 class UrlValidator
          Validator for checking URLs.
 

Uses of IClusterable in org.apache.wicket.velocity
 

Classes in org.apache.wicket.velocity that implement IClusterable
 class VelocityContributor
          An IHeaderContributor implementation that renders a velocity template and writes it to the response.
 class VelocityHeaderContributor
          a simple header contributor that delegates to a List of VelocityContributor
 class VelocityJavascriptContributor
          A derivation of VelocityContributor that uses IHeaderResponse.renderJavascript(CharSequence, String)
 

Uses of IClusterable in org.apache.wicket.velocity.markup.html
 

Classes in org.apache.wicket.velocity.markup.html that implement IClusterable
 class VelocityPanel
          Panel that displays the result of rendering a Velocity template.
 

Uses of IClusterable in org.apache.wicket.version
 

Subinterfaces of IClusterable in org.apache.wicket.version
 interface IPageVersionManager
          An interface that manages versions of a Page.
 

Uses of IClusterable in org.apache.wicket.version.undo
 

Classes in org.apache.wicket.version.undo that implement IClusterable
 class Change
          A Change contains undo information for a change to the Page.
 class UndoPageVersionManager
          A version manager implemented by recording Component changes as undo records.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.