| Library: | Wicket |
| Version: | 1.2 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AutoLinkResolver.IAutolinkResolverDelegate | wicket.markup.resolver | Interface to delegate the actual resolving of auto components to. |
| Component.IVisitor | wicket | Generic component visitor interface for component traversals. |
| DocumentElement | wicket.protocol.http.documentvalidation | Marker interface indicating a document element. |
| FileItem | wicket.util.upload |
This class represents a file or form item that was received within a
|
| FileItemFactory | wicket.util.upload | A factory interface for creating FileItem instances. |
| Folder.FileFilter | wicket.util.file | Filter for files |
| Folder.FolderFilter | wicket.util.file | Filter for folders |
| FormComponent.IVisitor | wicket.markup.html.form | Typesafe interface to code that is called when visiting a form component. |
| IActionAuthorizer | wicket.authorization.strategies.action | A way to provide authorization for a specific component action. |
| IAjaxCallDecorator | wicket.ajax | Interface used to decorate a wicket generated javascript that performs an ajax callback |
| IAjaxIndicatorAware | wicket.ajax | This interface makes it trivial to use busy indicators for ajax requests. |
| IAjaxLink | wicket.ajax.markup.html | Interface for Ajax callback links. |
| IAjaxSettings | wicket.settings | Ajax settings |
| IApplicationSettings | wicket.settings | Settings interface for application settings. |
| IAuthorizationStrategy | wicket.authorization | Authorization strategies specify aspect-like constraints on significant actions taken by the framework in a given application. |
| IAutoCompleteRenderer | wicket.extensions.ajax.markup.html.autocomplete | A renderer used to generate html output for the AutoCompleteBehavior . |
| IBehavior | wicket.behavior | Behaviors are kind of plug-ins for Components. |
| IBehaviorListener | wicket.behavior | Listens for requests to behaviors. |
| IBookmarkablePageRequestTarget | wicket.request.target.component | Target that denotes a page that is to be created from the provided page class. |
| IBreadCrumbModel | wicket.extensions.breadcrumb | Bread crumbs provide a means to track certain history of client actions. |
| IBreadCrumbModelListener | wicket.extensions.breadcrumb | Bread crumb model listeners get notified by bread crumb models of activation , addition and removal events. |
| IBreadCrumbPanelFactory | wicket.extensions.breadcrumb.panel | Factory interface to enabled defered creation of a bread crumb panel while getting the proper id for creation. |
| IBreadCrumbParticipant | wicket.extensions.breadcrumb | Bread crumb participants function as proxies for components that are part of a bread crumb hierarchy. |
| ICellPopulator | wicket.extensions.markup.html.repeater.data.grid | Represents an object that is capable of populating an Item container representing a cell in a DataGridView with components. |
| IChangeListener | wicket.util.listener | Generic "something changed" listener interface. |
| IChoiceRenderer | wicket.markup.html.form | Renders one choice. |
| IClassResolver | wicket.application | An interface to code which finds classes. |
| ICode | wicket.util.thread | Interface to an arbitrary piece of code that runs and can do logging. |
| IColumn | wicket.extensions.markup.html.repeater.data.table | An inteface that represents a column in the DefaultDataTable |
| IComponentInstantiationListener | wicket.application | Listener interface that receives messages when components are constructed. |
| IComponentRequestTarget | wicket.request.target.component | Target that denotes a single component instance. |
| IComponentResolver | wicket.markup.resolver | ApplicationSettings maintains a list of IComponentResolvers. |
| ICompoundModel | wicket.model | This is a marker interface for models that can be used as a shared/compound model for multiply components. |
| IConverter | wicket.util.convert | General purpose data type converter. |
| IConverterFactory | wicket.util.convert | Factory that creates and configures instances of IConverter . |
| ICrypt | wicket.util.crypt | Encryption and decryption implementations are accessed through this interface. |
| ICryptFactory | wicket.util.crypt | Interface used to generate crypt objects |
| IDataProvider | wicket.extensions.markup.html.repeater.data | Interface used to provide data to data views. |
| IDebugSettings | wicket.settings | Settings interface for various debug settings |
| IDetachable | wicket.model | Interface to logic for detaching transient information from a detachable model. |
| IEventProcessor | wicket.request.target | Targets that implement this interface announce that they can process events. |
| IEventProcessorStrategy | wicket.request.compound | Strategy interface for implementing processEvents(RequestCycle) . |
| IExceptionResponseStrategy | wicket.request.compound | Strategy interface for implementing respond(RuntimeException, RequestCycle) . |
| IExceptionSettings | wicket.settings | Settings interface for configuring exception handling related settings. |
| IFeedback | wicket.feedback | Interface for components that present some kind of feedback to the user, normally based on the feedback messages attached to various components on a given page. |
| IFeedbackMessageFilter | wicket.feedback | Interface for filtering feedback messages |
| IFilteredColumn | wicket.extensions.markup.html.repeater.data.table.filter | Represents a data table column that can be filtered. |
| IFilterStateLocator | wicket.extensions.markup.html.repeater.data.table.filter | Locator that locates the object that represents the state of the filter. |
| IFormSubmitListener | wicket.markup.html.form | Listener interface that is called when a form is submitted. |
| IFormValidator | wicket.markup.html.form.validation | Interface that represents validators that check multiple components. |
| IFrameworkSettings | wicket.settings | Framework settings for retrieving and configuring framework settings. |
| IHeaderContributor | wicket.markup.html | An interface to be implemented by components which are able to render the header section associated with the markup. |
| IInitializer | wicket | Initializes something when application loads Initializer is there for clustering. |
| IItemFactory | wicket.extensions.markup.html.repeater.refreshing | Factory interface for creating new child item containers for AbstractPageableView. |
| IItemReuseStrategy | wicket.extensions.markup.html.repeater.refreshing | Interface for item reuse strategies. |
| ILinkListener | wicket.markup.html.link | Listener method for link clicks. |
| IListener | wicket.util.listener | Typesafe super-interface for listener subclasses which can be added to a ListenerSet or are intended to be dealt with in other generic ways. |
| IListenerInterfaceRequestTarget | wicket.request.target.component.listener | Target that denotes a page instance and a call to a component on that page using an listener interface method. |
| ILocalizable | wicket.util.convert | Implementing converters want to have the current locale set. |
| IMarkupFilter | wicket.markup.parser | Wicket uses a streaming XML parser to read the markup. |
| IMarkupParserFactory | wicket.markup | Factory used to generate MarkupParser objects |
| IMarkupSettings | wicket.settings | Interface for markup related settings. |
| IModel | wicket.model | A IModel wraps the actual model Object used by a Component. |
| IModelComparator | wicket.model | Implementations of this interface compare model object. |
| IModifiable | wicket.util.watch | Interface to get the last time something was modified. |
| IMultipartWebRequest | wicket.protocol.http | An interface providing access to multipart content uploads of a WebRequest |
| INewBrowserWindowListener | wicket.markup.html | Internal listener. |
| IOnChangeListener | wicket.markup.html.form | Listener method for OnChange events of dropdown lists and onclick events of CheckBoxes and RadioChoice components. |
| IOptionRenderer | wicket.extensions.markup.html.form.select | No description provided. |
| IPageable | wicket.markup.html.navigation.paging | 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. |
| IPageFactory | wicket | A factory class that creates Pages. |
| IPageLink | wicket.markup.html.link | Interface that is used to implement delayed page linking. |
| IPageMapEntry | wicket.session.pagemap | Some source which produces a page. |
| IPageMapEvictionStrategy | wicket.session.pagemap | Given a page map, evicts zero or more entries from the map according to some algorithm in the implementation. |
| IPageRequestTarget | wicket.request.target.component | Request target that denotes a page instance. |
| IPageSettings | wicket.settings | Interface for page related settings. |
| IPageVersionManager | wicket.version | Interface to code that manages versions of a Page. |
| IPagingLabelProvider | wicket.markup.html.navigation.paging | This interface is used by the PagingNavigator components to get the label of the pages there are for a IPageable component. |
| IPropertiesFactory | wicket.resource | Interface to be implemented by properties loaders |
| IPropertiesReloadListener | wicket.resource | To be implemented by listeners interested in PropertiesFactory events fired after a new properties files has been loaded |
| IRedirectListener | wicket | Request listener called on page redirects. |
| IRequestCodingStrategy | wicket.request | Implementations of this interface are responsible for digesting the incoming request and creating a suitable RequestParameters object for it, as well as creating url representations for request targets. |
| IRequestCycleFactory | wicket | Factory for creating request cycles for a session. |
| IRequestCycleProcessor | wicket.request | The request cycle processor is responsible for handling the steps of a request cycle. |
| IRequestCycleSettings | wicket.settings | Inteface for request related settings |
| IRequestListener | wicket | Base interface for all interfaces that listen for requests from the client browser. |
| IRequestTarget | wicket | A request target is the base entity that is the subject of a request. |
| IRequestTargetMounter | wicket.request | Defines the contract for mounting request targets to paths. |
| IRequestTargetResolverStrategy | wicket.request.compound | Strategy interface for implementing resolve(RequestCycle, RequestParameters) . |
| IRequestTargetUrlCodingStrategy | wicket.request.target.coding | Implementations of this interface know how to encode and decode request targets to/from a URL. |
| IResourceFactory | wicket | A factory which creates resources for a given specification string. |
| IResourceFinder | wicket.util.file | Knows how to find resources. |
| IResourceListener | wicket | Listens for requests regarding resources. |
| IResourcePath | wicket.util.file | Knows how to manage paths and folders, and how to find resources in them. |
| IResourceSettings | wicket.settings | Interface for resource related settings |
| IResourceStream | wicket.util.resource | Interface to a streamed resource. |
| IResourceStreamLocator | wicket.util.resource.locator | Interface for code that locates resources. |
| IResponseFilter | wicket | A response filter can be added to the addResponseFilter(IResponseFilter) object The will be called from the Buffered Response objects right before they would send it to the real responses. |
| IResponseStrategy | wicket.request.compound | Strategy interface for implementing respond(RuntimeException, RequestCycle) . |
| IScopedComponent | wicket.markup | To be implemented by Components which walks up the component tree until a Page or Panel and tries to find a component with a matching wicket id if the component itself does not contain it. |
| ISecuritySettings | wicket.settings | Interface for security related settings |
| ISessionFactory | wicket | A factory interface used by Applications to create Sessions. |
| ISessionSettings | wicket.settings | Interface for session related settings |
| ISessionStore | wicket.session | The actual store that is used by Session to store its attributes. |
| ISharedResourceRequestTarget | wicket.request.target.resource | Target that denotes a shared Resource . |
| ISortState | wicket.extensions.markup.html.repeater.data.sort | Interface used by OrderByLink to interact with any object that keeps track of sorting state |
| ISortStateLocator | wicket.extensions.markup.html.repeater.data.sort | Locator interface for ISortState implementations. |
| IStringIterator | wicket.util.string | Typesafe string iterator interface |
| IStringResourceLoader | wicket.resource.loader | The string resource loader interface allows a strategy pattern to be applied to the loading of resource strings for an application. |
| IStringResourceStream | wicket.util.resource | A resource that can be converted to a String representation, possibly using an explicit Charset. |
| IStringSequence | wicket.util.string | Typesafe interface to an ordered sequence of strings. |
| ITab | wicket.extensions.markup.html.tabs | Interface used to represent a single tab in a TabbedPanel |
| ITestPageSource | wicket.util.tester | A test page factory for WicketTester |
| ITimeFrameSource | wicket.util.time | A timeframe source produces time frame values. |
| ITransformer | wicket.markup.transformer | A common interface to be implemented be OutputTransformerContainers and TranformerBehaviors which post-process the output markup of a component. |
| ITypeConverter | wicket.util.convert | Converter for a specific data type. |
| IUnauthorizedComponentInstantiationListener | wicket.authorization | Interface to code that is called to handle unauthorized component instantiations. |
| IUnversionedBehaviorListener | wicket.behavior | Same as IBehaviorListener , but urls generated for this interface will always be executed against the latest page version. |
| IValidator | wicket.markup.html.form.validation | Interface for validations by form components. |
| IValuePersister | wicket.markup.html.form.persistence | Wicket users and developers should not need to care about where or how form values are saved. |
| IWebApplicationFactory | wicket.protocol.http | A factory interface used by wicket servlet to create application objects. |
| IWizard | wicket.extensions.wizard | Interface for the wizard component. |
| IWizardModel | wicket.extensions.wizard | This interface defines the model for wizards. |
| IWizardModelListener | wicket.extensions.wizard | Recieves notifications for wizard model state changes. |
| IWizardStep | wicket.extensions.wizard | Models one step in a wizard, and is the equivalent of one panel in a wizard from an end-user's perspective. |
| IXmlPullParser | wicket.markup.parser | The interface of a streaming XML parser as required by Wicket. |
| OrderByLink.ICssProvider | wicket.extensions.markup.html.repeater.data.sort | 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 |
| RequestContext | wicket.util.upload | Abstracts access to the request information needed for file uploads. |
| Session.IPageMapVisitor | wicket | Visitor interface for visiting page maps |
| TestPanelSource | wicket.util.tester | A test panel factory for WicketTester |
| WizardModel.ICondition | wicket.extensions.wizard | Interface for conditional displaying of wizard steps. |
| Search |




