|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.authorization | Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. |
org.apache.wicket.authorization.strategies.action | |
org.apache.wicket.behavior | |
org.apache.wicket.feedback | Classes related to showing user feedback, generally as the result of form submission and/or validation. |
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.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.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.session.pagemap | |
org.apache.wicket.settings | |
org.apache.wicket.util.concurrent | Contains the classes for concurrency support. |
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.upload | Protocol independent upload utilities. |
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.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
This class gives you call backs to generate swing like borders. |
interface |
IConverterLocator
Locates the proper converter instance for a given type. |
interface |
IPageMap
|
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
A key to a piece of metadata associated with a Component at runtime. |
class |
Page
Abstract base class for pages. |
class |
PageMap
|
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
An ajax link that will degrade to a normal request if ajax is not available or javascript is disabled |
class |
AjaxLink
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.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.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. |
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.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.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 |
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 |
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 |
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
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 |
AbstractSingleSelectChoice
Abstract base class for single-select choices. |
class |
AbstractSubmitLink
Abstract class for links that are capable of submitting a form. |
class |
AbstractTextComponent
Abstract base class for TextArea and TextField. |
class |
Button
A form button. |
class |
Check
Component representing a single checkbox choice in a org.apache.wicket.markup.html.form.CheckGroup. |
class |
CheckBox
HTML checkbox input component. |
class |
CheckBoxMultipleChoice
A choice subclass that shows choices via checkboxes. |
class |
CheckGroup
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
Default implementation of IChoiceRenderer . |
class |
DropDownChoice
A choice implemented as a dropdown menu/list. |
class |
Form
Base class for forms. |
class |
FormComponent
An HTML form component knows how to validate itself. |
class |
FormComponentLabel
A component that represents html <label> tag. |
class |
FormComponentPanel
Panel (has it's own markup, defined between |
class |
HiddenField
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
Essentially a drop down choice that doesn't drop down. |
class |
ListMultipleChoice
A multiple choice list component. |
class |
PasswordTextField
A password text field component. |
class |
Radio
Component representing a single radio choice in a org.apache.wicket.markup.html.form.RadioGroup. |
class |
RadioChoice
A choice subclass that shows choices in radio style. |
class |
RadioGroup
Component used to connect instances of Radio components into a group. |
class |
RequiredTextField
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
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
Multi-row text editing component. |
class |
TextField
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
Wicket users and developers should not need to care about where or how form values are saved. |
Classes in org.apache.wicket.markup.html.form.persistence that implement IClusterable | |
---|---|
class |
CookieValuePersister
This class implements IValuePersister by means of HTTP cookies. |
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 IFormValidator s. |
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 |
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. |
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
Renders a stable link which can be cached in a web browser and used at a later time. |
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
An image map holds links with different hot-area shapes. |
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
Implementation of a hyperlink component. |
class |
PageLink
Links to a given page via an object implementing the IPageLink delayed linking interface. |
class |
PopupCloseLink
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 Link classes 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
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
Container that holds components in a ListView. |
class |
ListItemModel
Model for list items. |
class |
ListView
A ListView is a repeater that makes it easy to display/work with List s. |
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 |
PageableListView
PageableListView is similar to ListView but provides in addition pageable views. |
class |
PropertyListView
Simple ListVew subclass that wraps its item models in a BoundCompoundPropertyModel. |
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
An incremental link to a page of a PageableListView. |
class |
PagingNavigationLink
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 FeedbackMessage s 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. |
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
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
Container that holds components in a RefreshingView. |
class |
OddEvenItem
Item that sets class="even" or class="odd" attributes based on its index |
class |
RefreshingView
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
Interface used to provide data to data views. |
Classes in org.apache.wicket.markup.repeater.data that implement IClusterable | |
---|---|
class |
DataView
DataView is a basic implementation of AbstractDataView. |
class |
DataViewBase
Base class for data views. |
class |
DefaultDataProvider
|
class |
EmptyDataProvider
A convenience class to represent an empty data provider. |
class |
GridView
A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size. |
class |
ListDataProvider
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
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>. |
static class |
WicketMessageResolver.MessageLabel
A Label which expands open-close tags to open-body-close if required |
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
Models that implement this interface will support chaining of IModels. |
interface |
IComponentAssignedModel
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.setModel(IModel) ) should implement this interface. |
interface |
IComponentInheritedModel
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
A IModel wraps the actual model Object used by a Component. |
interface |
IModelComparator
Implementations of this interface compare model object. |
interface |
IObjectClassAwareModel
Interface implemented by model that can provide class of the model object. |
interface |
IWrapModel
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
Serves as a base class for different kinds of property models. |
class |
AbstractReadOnlyModel
AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic and are read-only. |
class |
AbstractWrapModel
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
A compound property model that supports type conversions and property expression bindings. |
class |
ComponentDetachableModel
Quick detachable model that is implements the IComponentAssignedModel and the IModel interfaces. |
class |
ComponentModel
Quick model that is implements the IComponentAssignedModel and the IModel interfaces. |
class |
ComponentPropertyModel
A model that references a property by name on the current model of the component it is bound to. |
class |
CompoundPropertyModel
A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object. |
class |
LoadableDetachableModel
Model that makes working with detachable models a breeze. |
class |
Model
Model is the basic implementation of an IModel . |
class |
PropertyModel
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.protocol.http |
---|
Classes in org.apache.wicket.protocol.http that implement IClusterable | |
---|---|
class |
ClientProperties
Description of various user agent (browser) properties. |
static class |
RequestLogger.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. |
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.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 |
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.util.concurrent |
---|
Classes in org.apache.wicket.util.concurrent that implement IClusterable | |
---|---|
protected static class |
ConcurrentHashMap.Segment
Bookkeeping for each concurrency control segment. |
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
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 |
TestPanelSource
A test Panel factory for WicketTester . |
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.upload |
---|
Subinterfaces of IClusterable in org.apache.wicket.util.upload | |
---|---|
interface |
FileItem
This class represents a file or form item that was received within a multipart/form-data POST request. |
Classes in org.apache.wicket.util.upload that implement IClusterable | |
---|---|
class |
DiskFileItem
The default implementation of the FileItem
interface. |
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
Marker interface for validators that will accept a null value. |
interface |
IValidator
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
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
Convenience base class for IValidator s. |
class |
CreditCardValidator
Performs the so-called "mod 10" algorithm to check the validity of credit card numbers such as VISA. |
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 |
NumberValidator
Validator for checking numbers. |
static class |
NumberValidator.DoubleMaximumValidator
Validator for checking if a given double meets a maximum requirement. |
static class |
NumberValidator.DoubleMinimumValidator
Validator for checking if a given double meets the minimum requirement. |
static class |
NumberValidator.DoubleRangeValidator
Validator for checking if a given double is within the specified range. |
static class |
NumberValidator.MaximumValidator
Validator for checking if a given number meets the maximum requirement. |
static class |
NumberValidator.MinimumValidator
Validator for checking if a given number number meets the minimum requirement. |
static class |
NumberValidator.RangeValidator
Validator for checking if a given number is within the specified range. |
class |
PatternValidator
Validates a Component by matching the component's value against a regular
expression pattern. |
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |