Uses of Class
org.apache.wicket.Component

Packages that use Component
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax   
org.apache.wicket.ajax.markup.html   
org.apache.wicket.ajax.markup.html.form   
org.apache.wicket.ajax.markup.html.navigation.paging   
org.apache.wicket.application   
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   
org.apache.wicket.authorization.strategies.action   
org.apache.wicket.authorization.strategies.page   
org.apache.wicket.authorization.strategies.role.annotations   
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.devutils.stateless   
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.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.guice   
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.panels.signin   
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.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.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.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.wizard Package for working with Wizard components. 
org.apache.wicket.extensions.wizard.dynamic   
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.injection   
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.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.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.urlcompressing   
org.apache.wicket.request.target.component   
org.apache.wicket.request.target.component.listener   
org.apache.wicket.request.target.resource   
org.apache.wicket.resource.filtering   
org.apache.wicket.resource.loader   
org.apache.wicket.spring.annot.web   
org.apache.wicket.spring.common.web   
org.apache.wicket.threadtest.apps.app1   
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.validation This package provides interfaces for 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 Component in org.apache.wicket
 

Classes in org.apache.wicket with type parameters of type Component
static interface Component.IVisitor<T extends Component>
          Generic component visitor interface for component traversals.
 

Subclasses of Component in org.apache.wicket
 class MarkupContainer
          A MarkupContainer holds a map of child components.
 class Page
          Abstract base class for pages.
 

Methods in org.apache.wicket with type parameters of type Component
<C extends Component>
IResourceStream
MarkupContainer.newMarkupResourceStream(Class<C> containerClass)
          NOT USED ANYMORE; it's here for helping people migrate from Wicket 1.2 to Wicket 1.3
<S extends Component>
Object
MarkupContainer.visitChildren(Class<?> clazz, Component.IVisitor<S> visitor)
          Traverses all child components of the given class in this container, calling the visitor's visit method at each one.
 

Methods in org.apache.wicket that return Component
 Component Component.add(IBehavior... behaviors)
          Adds a behavior modifier to the component.
 Component MarkupContainer.get(int index)
          Returns child component at the specified index
 Component MarkupContainer.get(String path)
          Get a child component by looking it up with the given path.
 Component Component.remove(IBehavior behavior)
          Removes behavior from component
 Component IComponentSource.restoreComponent(String id)
          This method must reconstruct the component as it was before "dehydrating" it.
 Component Component.setComponentBorder(IComponentBorder border)
          Deprecated.  
 Component Component.setDefaultModel(IModel<?> model)
          Sets the given model.
 Component Component.setDefaultModelObject(Object object)
          Sets the backing model object.
 Component Component.setEnabled(boolean enabled)
          Sets whether this component is enabled.
 Component Component.setEscapeModelStrings(boolean escapeMarkup)
          Sets whether model strings should be escaped.
protected  Component Component.setIgnoreAttributeModifier(boolean ignore)
          If true, all attribute modifiers will be ignored
 Component Component.setMarkupId(String markupId)
          Sets this component's markup id to a user defined value.
 Component Component.setOutputMarkupId(boolean output)
          Sets whether or not component will output id attribute into the markup.
 Component Component.setOutputMarkupPlaceholderTag(boolean outputTag)
          Render a placeholder tag when the component is not visible.
 Component Component.setRenderBodyOnly(boolean renderTag)
          If false the component's tag will be printed as well as its body (which is default).
 Component Component.setVersioned(boolean versioned)
           
 Component Component.setVisibilityAllowed(boolean allowed)
          Sets whether or not this component is allowed to be visible.
 Component Component.setVisible(boolean visible)
          Sets whether this component and any children are visible.
 

Methods in org.apache.wicket that return types with arguments of type Component
 Iterator<? extends Component> MarkupContainer.iterator()
           
 Iterator<Component> MarkupContainer.iterator(Comparator<Component> comparator)
           
 

Methods in org.apache.wicket with parameters of type Component
 MarkupContainer MarkupContainer.add(Component... childs)
          Adds a child component to this container.
 MarkupContainer MarkupContainer.addOrReplace(Component... childs)
          Replaces a child component of this container with another or just adds it in case no child with the same id existed yet.
 void Page.afterCallComponent(Component component, RequestListenerInterface listener)
          Called right after a component's listener method (the provided method argument) was called.
 boolean MarkupContainer.autoAdd(Component component)
          Deprecated. since 1.3 Please use MarkupContainer.autoAdd(Component, MarkupStream) instead
 boolean MarkupContainer.autoAdd(Component component, MarkupStream markupStream)
          This method allows a component to be added by an auto-resolver such as AutoComponentResolver or AutoLinkResolver.
 void Page.beforeCallComponent(Component component, RequestListenerInterface listener)
          Called just before a component's listener method (the provided method argument) is called.
protected  void Component.checkHierarchyChange(Component component)
          Checks whether the hierarchy may be changed at all, and throws an exception if this is not the case.
protected  void Page.componentChanged(Component component, MarkupContainer parent)
          This method will be called for all components that are changed on the page So also auto components or components that are not versioned.
 void Page.componentRendered(Component component)
          Adds a component to the set of rendered components.
 boolean MarkupContainer.contains(Component component, boolean recurse)
           
 void AttributeModifier.detach(Component component)
          Detach the model if it was a IDetachableModel Internal method.
 void Page.endComponentRender(Component component)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 void Application.fireComponentInitializationListeners(Component component)
          Fires registered IComponentInitializationListeners on the component
protected  String Localizer.getCacheKey(String key, Component component)
          Gets the cache key
 String Localizer.getString(String key, Component component)
           
 String Localizer.getString(String key, Component component, IModel<?> model)
           
 String Localizer.getString(String key, Component component, IModel<?> model, Locale locale, String style, String defaultValue)
          Deprecated. please use Localizer.getString(String, Component, IModel, String)
 String Localizer.getString(String key, Component component, IModel<?> model, String defaultValue)
          Get the localized string using all of the supplied parameters.
 String Localizer.getString(String key, Component component, String defaultValue)
           
 String Localizer.getStringIgnoreSettings(String key, Component component, IModel<?> model, String defaultValue)
          This is similar to Localizer.getString(String, Component, IModel, String) except that the resource settings are ignored.
 void MarkupContainer.internalAdd(Component child)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 void RequestListenerInterface.invoke(Page page, Component component)
          Invokes a given interface on a component.
 boolean Component.isAncestorOf(Component component)
          Deprecated. use getParent().contains(component, false)
 boolean AttributeModifier.isEnabled(Component component)
          Made final to support the parameterless variant.
 IRequestTarget RequestListenerInterface.newRequestTarget(Page page, Component component, RequestListenerInterface listener, RequestParameters requestParameters)
          Creates a new request target for this request listener interface
 void AttributeModifier.onComponentTag(Component component, ComponentTag tag)
           
 void IDetachListener.onDetach(Component component)
          Called when component is being detached via a call to detach().
 void MarkupContainer.remove(Component component)
           
 void IComponentBorder.renderAfter(Component component)
          Deprecated. Called after the component is renderd.
 void IComponentBorder.renderBefore(Component component)
          Deprecated. Called before the component is rendered.
 MarkupContainer MarkupContainer.replace(Component child)
          Replaces a child component of this container with another
 void AttributeModifier.replaceAttibuteValue(Component component, ComponentTag tag)
          Deprecated. see AttributeModifier.replaceAttributeValue(Component, ComponentTag)
 void AttributeModifier.replaceAttributeValue(Component component, ComponentTag tag)
          Checks the given component tag for an instance of the attribute to modify and if all criteria are met then replace the value of this attribute with the value of the contained model object.
 void Component.replaceWith(Component replacement)
          Replaces this component with another.
 void RequestCycle.request(Component component)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 boolean Component.sameInnermostModel(Component component)
           
 void Page.startComponentRender(Component component)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 String Localizer.substitutePropertyExpressions(Component component, String string, IModel<?> model)
          Helper method to handle property variable substitution in strings.
 CharSequence RequestCycle.urlFor(Component component, IBehavior behaviour, RequestListenerInterface listener)
          Returns a URL that references a given interface on a given behavior of a component.
 CharSequence RequestCycle.urlFor(Component component, RequestListenerInterface listener)
          Returns a URL that references a given interface on a component.
 CharSequence RequestCycle.urlFor(Component component, RequestListenerInterface listener, ValueMap params)
          Returns a URL that references a given interface on a component.
 

Method parameters in org.apache.wicket with type arguments of type Component
 Iterator<Component> MarkupContainer.iterator(Comparator<Component> comparator)
           
 Object MarkupContainer.visitChildren(Component.IVisitor<Component> visitor)
          Traverses all child components in this container, calling the visitor's visit method at each one.
 Object Component.visitParents(Class<?> c, Component.IVisitor<Component> visitor)
          Traverses all parent components of the given class in this container, calling the visitor's visit method at each one.
 

Uses of Component in org.apache.wicket.ajax
 

Methods in org.apache.wicket.ajax that return types with arguments of type Component
 Collection<? extends Component> AjaxRequestTarget.getComponents()
          Returns an unmodifiable collection of all components added to this target
 

Methods in org.apache.wicket.ajax with parameters of type Component
 void AjaxRequestTarget.addComponent(Component component)
          Adds a component to the list of components to be rendered
 void AjaxRequestTarget.addComponent(Component component, String markupId)
          Adds a component to the list of components to be rendered
 void AjaxRequestTarget.focusComponent(Component component)
          Sets the focus in the browser to the given component.
 String IAjaxRegionMarkupIdProvider.getAjaxRegionMarkupId(Component component)
           
 

Method parameters in org.apache.wicket.ajax with type arguments of type Component
 void AjaxRequestTarget.IListener.onAfterRespond(Map<String,Component> map, AjaxRequestTarget.IJavascriptResponse response)
          Triggered after ajax request target is done with its response cycle.
 void AjaxRequestTarget.IListener.onBeforeRespond(Map<String,Component> map, AjaxRequestTarget target)
          Triggered before ajax request target begins its response cycle
 

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

Subclasses of Component in org.apache.wicket.ajax.markup.html
 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 Component in org.apache.wicket.ajax.markup.html.form
 

Subclasses of Component in org.apache.wicket.ajax.markup.html.form
 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 Component in org.apache.wicket.ajax.markup.html.navigation.paging
 

Subclasses of Component in org.apache.wicket.ajax.markup.html.navigation.paging
 class AjaxPagingNavigation
          An ajaxified navigation for a PageableListView that holds links to other pages of the PageableListView.
 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 Component in org.apache.wicket.application
 

Methods in org.apache.wicket.application with parameters of type Component
 void IComponentOnAfterRenderListener.onAfterRender(Component component)
          Called right after the component was rendered.
 void IComponentOnBeforeRenderListener.onBeforeRender(Component component)
          Called when the component is about to be rendered
 void IComponentInitializationListener.onInitialize(Component component)
          Called for every component after its Component#onInitialize method has been executed.
 void IComponentInstantiationListener.onInstantiation(Component component)
          Called for every component that is instantiated.
 

Uses of Component in org.apache.wicket.authentication
 

Methods in org.apache.wicket.authentication with parameters of type Component
 void AuthenticatedWebApplication.onUnauthorizedInstantiation(Component component)
           
 

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

Subclasses of Component in org.apache.wicket.authentication.pages
 class SignInPage
          A base class which provide standard functionality for sign in.
 class SignOutPage
          Simple sign out page.
 

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

Subclasses of Component in org.apache.wicket.authentication.panel
 class SignInPanel
          Reusable user sign in panel with username and password as well as support for cookie persistence of the both.
 

Uses of Component in org.apache.wicket.authorization
 

Methods in org.apache.wicket.authorization with type parameters of type Component
<T extends Component>
boolean
IAuthorizationStrategy.isInstantiationAuthorized(Class<T> componentClass)
          Checks whether an instance of the given component class may be created.
 

Methods in org.apache.wicket.authorization that return Component
 Component UnauthorizedActionException.getComponent()
           
 

Methods in org.apache.wicket.authorization that return types with arguments of type Component
 Class<? extends Component> UnauthorizedInstantiationException.getComponentClass()
           
 

Methods in org.apache.wicket.authorization with parameters of type Component
 boolean IAuthorizationStrategy.isActionAuthorized(Component component, Action action)
          Gets whether the given action is permitted.
 void IUnauthorizedComponentInstantiationListener.onUnauthorizedInstantiation(Component component)
          Called when an unauthorized component instantiation is about to take place (but before it happens).
 

Constructors in org.apache.wicket.authorization with parameters of type Component
UnauthorizedActionException(Component component, Action action)
          Construct.
 

Uses of Component in org.apache.wicket.authorization.strategies
 

Methods in org.apache.wicket.authorization.strategies with type parameters of type Component
<T extends Component>
boolean
CompoundAuthorizationStrategy.isInstantiationAuthorized(Class<T> componentClass)
           
 

Methods in org.apache.wicket.authorization.strategies with parameters of type Component
 boolean CompoundAuthorizationStrategy.isActionAuthorized(Component component, Action action)
           
 

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

Methods in org.apache.wicket.authorization.strategies.action with type parameters of type Component
<T extends Component>
boolean
ActionAuthorizationStrategy.isInstantiationAuthorized(Class<T> componentClass)
           
 

Methods in org.apache.wicket.authorization.strategies.action with parameters of type Component
 boolean IActionAuthorizer.authorizeAction(Component component)
          Gets whether this action is authorized.
 boolean ActionAuthorizationStrategy.isActionAuthorized(Component component, Action action)
           
 

Uses of Component in org.apache.wicket.authorization.strategies.page
 

Methods in org.apache.wicket.authorization.strategies.page with type parameters of type Component
<T extends Component>
boolean
AbstractPageAuthorizationStrategy.isInstantiationAuthorized(Class<T> componentClass)
           
 

Methods in org.apache.wicket.authorization.strategies.page with parameters of type Component
 boolean AbstractPageAuthorizationStrategy.isActionAuthorized(Component component, Action action)
           
 

Uses of Component in org.apache.wicket.authorization.strategies.role.annotations
 

Methods in org.apache.wicket.authorization.strategies.role.annotations with type parameters of type Component
<T extends Component>
boolean
AnnotationsRoleAuthorizationStrategy.isInstantiationAuthorized(Class<T> componentClass)
           
 

Methods in org.apache.wicket.authorization.strategies.role.annotations with parameters of type Component
 boolean AnnotationsRoleAuthorizationStrategy.isActionAuthorized(Component component, Action action)
           
 

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

Methods in org.apache.wicket.authorization.strategies.role.metadata with type parameters of type Component
<T extends Component>
void
InstantiationPermissions.authorize(Class<T> componentClass, Roles rolesToAdd)
          Gives the given role permission to instantiate the given class.
static
<T extends Component>
void
MetaDataRoleAuthorizationStrategy.authorize(Class<T> componentClass, String roles)
          Authorizes the given role to create component instances of type componentClass.
static
<T extends Component>
void
MetaDataRoleAuthorizationStrategy.authorizeAll(Class<T> componentClass)
          Grants permission to all roles to create instances of the given component class.
<T extends Component>
void
InstantiationPermissions.authorizeAll(Class<T> componentClass)
          Gives all roles permission to instantiate the given class.
<T extends Component>
Roles
InstantiationPermissions.authorizedRoles(Class<T> componentClass)
          Gets the roles that have a binding with the given component class.
<T extends Component>
boolean
MetaDataRoleAuthorizationStrategy.isInstantiationAuthorized(Class<T> componentClass)
          Uses application level meta data to match roles for component instantiation.
<T extends Component>
void
InstantiationPermissions.unauthorize(Class<T> componentClass, Roles rolesToRemove)
          Removes permission for the given role to instantiate the given class.
static
<T extends Component>
void
MetaDataRoleAuthorizationStrategy.unauthorize(Class<T> componentClass, String roles)
          Removes permission for the given roles to create instances of the given component class.
static
<T extends Component>
void
MetaDataRoleAuthorizationStrategy.unauthorizeAll(Class<T> componentClass)
          Grants authorization to instantiate the given class to just the role NO_ROLE, effectively denying all other roles.
 

Methods in org.apache.wicket.authorization.strategies.role.metadata that return types with arguments of type Component
protected  Map<Class<? extends Component>,Roles> InstantiationPermissions.getRolesForComponentClass()
           
 

Methods in org.apache.wicket.authorization.strategies.role.metadata with parameters of type Component
static void MetaDataRoleAuthorizationStrategy.authorize(Component component, Action action, String roles)
          Authorizes the given role to perform the given action on the given component.
static void MetaDataRoleAuthorizationStrategy.authorizeAll(Component component, Action action)
          Grants permission to all roles to perform the given action on the given component.
 boolean MetaDataRoleAuthorizationStrategy.isActionAuthorized(Component component, Action action)
          Uses component level meta data to match roles for component action execution.
static void MetaDataRoleAuthorizationStrategy.unauthorize(Component component, Action action, String roles)
          Removes permission for the given role to perform the given action on the given component.
static void MetaDataRoleAuthorizationStrategy.unauthorizeAll(Component component, Action action)
          Grants authorization to perform the given action to just the role NO_ROLE, effectively denying all other roles.
 

Uses of Component in org.apache.wicket.behavior
 

Methods in org.apache.wicket.behavior that return Component
protected  Component AbstractAjaxBehavior.getComponent()
          Gets the component that this handler is bound to.
 

Methods in org.apache.wicket.behavior with parameters of type Component
 void IBehavior.afterRender(Component component)
          Called when a component that has this behavior coupled was rendered.
 void AbstractBehavior.afterRender(Component component)
           
 void IBehavior.beforeRender(Component component)
          Called when a component is about to render.
 void AbstractBehavior.beforeRender(Component component)
           
 void IBehavior.bind(Component component)
          Bind this handler to the given component.
 void AbstractBehavior.bind(Component component)
           
 void AbstractAjaxBehavior.bind(Component hostComponent)
          Bind this handler to the given component.
 void StringHeaderContributor.detach(Component component)
           
 void IBehavior.detach(Component component)
          Allows the behavior to detach any state it has attached during request processing.
 void AbstractBehavior.detach(Component component)
           
 void AbstractBehavior.detachModel(Component component)
          Deprecated. replaced by AbstractBehavior.detach(Component)
 void IBehavior.exception(Component component, RuntimeException exception)
          In case an unexpected exception happened anywhere between onComponentTag() and rendered(), onException() will be called for any behavior.
 void AbstractBehavior.exception(Component component, RuntimeException exception)
           
static
<M extends IBehavior>
List<IBehavior>
BehaviorsUtil.getBehaviors(Component component, Class<M> type)
          Returns all behaviors attached to a component which implement a given type.
 boolean IBehavior.getStatelessHint(Component component)
          This method returns false if the behavior generates a callback url (for example ajax behaviors)
 boolean AbstractBehavior.getStatelessHint(Component component)
           
 boolean AbstractAjaxBehavior.getStatelessHint(Component component)
           
 boolean IBehavior.isEnabled(Component component)
          Called when a components is rendering and wants to render this behavior.
 boolean AbstractBehavior.isEnabled(Component component)
           
 void SimpleAttributeModifier.onComponentTag(Component component, ComponentTag tag)
           
 void IBehavior.onComponentTag(Component component, ComponentTag tag)
          Called any time a component that has this behavior registered is rendering the component tag.
 void AbstractBehavior.onComponentTag(Component component, ComponentTag tag)
           
 void AbstractAjaxBehavior.onComponentTag(Component component, ComponentTag tag)
           
 void IComponentConfigurationBehavior.onConfigure(Component component)
          Called immediately after the onConfigure method in a component.
 void AbstractBehavior.onConfigure(Component component)
           
 void AbstractBehavior.onException(Component component, RuntimeException exception)
          In case an unexpected exception happened anywhere between onComponentTag() and rendered(), onException() will be called for any behavior.
 void AbstractBehavior.onRendered(Component component)
          Called when a component that has this behavior coupled was rendered.
 void AbstractAjaxBehavior.onRendered(Component hostComponent)
           
 void AbstractBehavior.rendered(Component component)
          Deprecated. replaced by AbstractBehavior.afterRender(Component)
 

Uses of Component in org.apache.wicket.datetime
 

Methods in org.apache.wicket.datetime that return Component
 Component DateConverter.getComponent()
           
 

Methods in org.apache.wicket.datetime with parameters of type Component
 void DateConverter.setComponent(Component component)
          Sets component for getting the locale
 

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

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

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

Subclasses of Component in org.apache.wicket.datetime.markup.html.form
 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 Component in org.apache.wicket.devutils
 

Subclasses of Component in org.apache.wicket.devutils
 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 Component in org.apache.wicket.devutils.debugbar
 

Subclasses of Component in org.apache.wicket.devutils.debugbar
 class DebugBar
          The debug bar is for use during development.
 class InspectorDebugPanel
          A panel that adds a link to the inspector to the debug bar.
 class 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.
 

Methods in org.apache.wicket.devutils.debugbar that return Component
 Component VersionDebugContributor.createComponent(String id, DebugBar debugBar)
           
 Component IDebugBarContributor.createComponent(String id, DebugBar debugBar)
           
 

Uses of Component in org.apache.wicket.devutils.inspector
 

Subclasses of Component in org.apache.wicket.devutils.inspector
 class ApplicationView
          A Wicket panel that shows interesting information about a given Wicket session.
 class InspectorBug
          A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.
 class 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 SessionView
          A Wicket panel that shows interesting information about a given Wicket session.
 

Uses of Component in org.apache.wicket.devutils.stateless
 

Methods in org.apache.wicket.devutils.stateless with parameters of type Component
protected  boolean StatelessChecker.mustCheck(Component component)
          Returns true if checker must check given component, false otherwise.
 void StatelessChecker.onBeforeRender(Component component)
           
 

Uses of Component in org.apache.wicket.examples
 

Subclasses of Component in org.apache.wicket.examples
 class WicketExampleHeader
          Navigation panel for the examples project.
 class WicketExamplePage
          Base class for all example pages.
 

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

Subclasses of Component in org.apache.wicket.examples.ajax.builtin
 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
 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.
 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.
 class TodoList.TodoItemsContainer
          Container for displaying the todo items in a list.
 class WorldClockPage
          A world clock example page.
 

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

Subclasses of Component in org.apache.wicket.examples.ajax.builtin.modal
 class ModalContent1Page
           
 class ModalContent2Page
           
 class ModalPanel1
           
 class ModalWindowPage
           
 

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

Subclasses of Component in org.apache.wicket.examples.ajax.builtin.tree
 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 SimpleTreePage
          Page that shuws a simple tree (not a table).
 class TreeTablePage
          Page that shows a simple tree table.
 

Methods in org.apache.wicket.examples.ajax.builtin.tree that return Component
 Component PropertyEditableColumn.newCell(MarkupContainer parent, String id, TreeNode node, int level)
           
 

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

Subclasses of Component in org.apache.wicket.examples.authentication
 class AdminPage
          A page only accessible by a user in the ADMIN role.
 class MySignInPage
          Simple example of a sign in page.
 class MySignOutPage
          Trivial sign out page
 

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

Subclasses of Component in org.apache.wicket.examples.authorization.pages
 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 Component in org.apache.wicket.examples.breadcrumb
 

Subclasses of Component in org.apache.wicket.examples.breadcrumb
 class FirstPanel
          Test bread crumb enabled panel.
 class FourthPanel
          Test bread crumb enabled panel.
 class ResultPanel
          Test bread crumb enabled panel.
 class SecondPanel
          Test bread crumb enabled panel.
 class ThirdPanel
          Test bread crumb enabled panel.
 

Uses of Component in org.apache.wicket.examples.captcha
 

Subclasses of Component in org.apache.wicket.examples.captcha
 class Captcha
          Captcha example page.
 

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

Subclasses of Component in org.apache.wicket.examples.compref
 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 LabelPage
          Page with examples on Label.
 class LinkPage
          Page with examples on Link.
 class ListChoicePage
          Page with examples on ListChoice.
 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 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 Component in org.apache.wicket.examples.customresourceloading
 

Subclasses of Component in org.apache.wicket.examples.customresourceloading
 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 Component in org.apache.wicket.examples.dates
 

Subclasses of Component in org.apache.wicket.examples.dates
 class DatesPage
          Demonstrates components from the wicket-date project and a bunch of locale fiddling.
 

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

Subclasses of Component in org.apache.wicket.examples.echo
 class Echo
          The simplest form application possible.
 

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

Subclasses of Component in org.apache.wicket.examples.forminput
 class FormInput
          Example for form input.
 class Multiply
          Displays how a FormComponentPanel can be used.
 

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

Subclasses of Component in org.apache.wicket.examples.frames
 class BodyFrame
          Body frame page for the frames example.
 class Home
          Home page for the frames example.
 class LeftFrame
          The left frame.
 class Page1
          Test page for the right frame.
 class Page2
          Test page for the right frame.
 class TopFrame
          Top frame for navigation.
 

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

Subclasses of Component in org.apache.wicket.examples.guestbook
 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 Component in org.apache.wicket.examples.guice
 

Subclasses of Component in org.apache.wicket.examples.guice
 class HomePage
          Everybody's favorite example (Hello World), modified to use Guice.
 

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

Subclasses of Component in org.apache.wicket.examples.hangman
 class Guess
          The main guess page for the hangman application.
 class HangmanPage
          Session for hangman game.
 class Lose
          Page that handles the loser failing to guess the word.
 class Win
          Page called when the user has correctly guessed the word.
 

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

Subclasses of Component in org.apache.wicket.examples.hellobrowser
 class HelloBrowser
          Client snooping page.
 

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

Subclasses of Component in org.apache.wicket.examples.helloworld
 class HelloWorld
          Everybody's favorite example!
 

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

Subclasses of Component in org.apache.wicket.examples.library
 class AuthenticatedWebPage
          Ensures that user is authenticated in session.
 class EditBook
          A page that contains a form that allows editing of books.
static class EditBook.EditBookForm
          Form that edits a book
 class LibraryApplicationBorder
          Border component.
 class SignIn
          Simple example of a sign in page.
 

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

Subclasses of Component in org.apache.wicket.examples.linkomatic
 class BookDetails
          A book details page.
 class Popup
          Trivial popup page.
 

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

Subclasses of Component in org.apache.wicket.examples.navomatic
 class NavomaticBorder
          Border component.
 class Page3
          Trivial page.
 

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

Subclasses of Component in org.apache.wicket.examples.nested
 class RecursivePanel
          This example list knows how to display sublists.
 

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

Subclasses of Component in org.apache.wicket.examples.niceurl
 class Page2QP
          Simple bookmarkable page that displays page parameters which is mounted with another parameter encoder.
 

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

Subclasses of Component in org.apache.wicket.examples.niceurl.mounted
 class Page4
          Simple bookmarkable page.
 class Page5
          Simple bookmarkable page that displays page parameters.
 

Uses of Component in org.apache.wicket.examples.panels.signin
 

Subclasses of Component in org.apache.wicket.examples.panels.signin
 class SignInPanel.SignInForm
          Sign in form.
 

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

Subclasses of Component in org.apache.wicket.examples.portlet.menu
 class EditPage
           
 class HeaderPage
           
 class MenuPage
           
 

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

Subclasses of Component in org.apache.wicket.examples.repeater
 class AjaxDataTablePage
           
 class DataGridPage
          demo page for the datatable component
 class DataTablePage
          demo page for the datatable component
 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 SortingPage
          page that demonstrates dataview and sorting
 

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

Subclasses of Component in org.apache.wicket.examples.signin
 class SignIn.SignInForm
          Sign in form
 

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

Subclasses of Component in org.apache.wicket.examples.signin2
 class SignIn2
          Simple example of a sign in page.
 class SignOut
          Simple logout page.
 

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

Subclasses of Component in org.apache.wicket.examples.source
 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.
 

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

Subclasses of Component in org.apache.wicket.examples.stateless
 class Index
          Index page of the stateless example.
 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 Component in org.apache.wicket.examples.staticpages
 

Subclasses of Component in org.apache.wicket.examples.staticpages
 class EmailPage
           
 class Sent
           
 

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

Subclasses of Component in org.apache.wicket.examples.stockquote
 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.
 

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

Subclasses of Component in org.apache.wicket.examples.template
 class Banner
          Base class for banners.
 class Banner1<T>
          A banner.
 class Banner2<T>
          A banner.
 

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

Subclasses of Component in org.apache.wicket.examples.template.border
 class TemplateBorder
          Border that holds layout elements that can be reused by pages.
 

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

Subclasses of Component in org.apache.wicket.examples.template.pageinheritance
 class Panel1
          Concrete, extending panel.
 class TemplatePanel
          Base panel to be extended.
 

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

Subclasses of Component in org.apache.wicket.examples.unicodeconverter
 class UnicodeConverter
          Converts between unescaped and escaped unicode and shows a custom model.
 

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

Subclasses of Component in org.apache.wicket.examples.upload
 class MultiUploadPage
          Upload example.
 class UploadPage
          Upload example.
 

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

Subclasses of Component in org.apache.wicket.examples.velocity
 class DynamicPage
          Template example page.
 class TemplatePage
          Template example page.
 

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

Subclasses of Component in org.apache.wicket.examples.wizard
 class NewUserWizard
          This wizard shows some basic form use.
 class StaticWizard
          This is kind of the hello world example for wizards.
 class StaticWizardWithPanels
          This is kind of the hello world example for wizards.
 class WizardPage
          Page for displaying a wizard.
 

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

Subclasses of Component in org.apache.wicket.extensions.ajax.markup.html
 class AjaxEditableChoiceLabel<T>
          An inplace editor much like AjaxEditableLabel, but instead of a TextField a DropDownChoice is displayed.
 class AjaxEditableLabel<T>
          An implementation of ajaxified edit-in-place component using a TextField as it's editor.
 class AjaxEditableMultiLineLabel<T>
          An inplace editor much like AjaxEditableLabel, but now with support for multi line content and a text area as its editor.
 class AjaxLazyLoadPanel
          A panel where you can lazy load another panel.
 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.
 

Methods in org.apache.wicket.extensions.ajax.markup.html that return Component
abstract  Component AjaxLazyLoadPanel.getLazyLoadComponent(String markupId)
           
 Component AjaxLazyLoadPanel.getLoadingComponent(String markupId)
           
 

Methods in org.apache.wicket.extensions.ajax.markup.html with parameters of type Component
 void AjaxIndicatorAppender.bind(Component component)
           
 void AjaxIndicatorAppender.onRendered(Component component)
           
 

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

Subclasses of Component in org.apache.wicket.extensions.ajax.markup.html.autocomplete
 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.
 

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

Subclasses of Component in org.apache.wicket.extensions.ajax.markup.html.form.upload
 class UploadProgressBar
          A panel to show the progress of an HTTP upload.
 

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

Subclasses of Component in org.apache.wicket.extensions.ajax.markup.html.modal
 class ModalWindow
          Modal window component.
 

Methods in org.apache.wicket.extensions.ajax.markup.html.modal that return Component
protected  Component ModalWindow.getContent()
          Returns a content component.
 

Methods in org.apache.wicket.extensions.ajax.markup.html.modal with parameters of type Component
 void ModalWindow.remove(Component component)
           
 ModalWindow ModalWindow.setContent(Component component)
          Sets the content of the modal window.
 

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

Subclasses of Component in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
 class AjaxFallbackOrderByBorder
          Ajaxified version of OrderByBorder
 class AjaxFallbackOrderByLink
          Ajaxified OrderByLink
 

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

Subclasses of Component in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
 class AjaxFallbackDefaultDataTable<T>
          An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard DataTable.
 class AjaxFallbackHeadersToolbar
          Ajaxified HeadersToolbar
 class AjaxNavigationToolbar
          Toolbar that displays (Ajax) links used to navigate the pages of the datatable as well as a message about which rows are being displayed and their total number in the data table.
 

Uses of Component in org.apache.wicket.extensions.ajax.markup.html.tabs
 

Subclasses of Component in org.apache.wicket.extensions.ajax.markup.html.tabs
 class AjaxTabbedPanel
          Ajaxified version of the tabbed panel.
 

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

Subclasses of Component in org.apache.wicket.extensions.breadcrumb
 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).
 

Methods in org.apache.wicket.extensions.breadcrumb that return Component
 Component IBreadCrumbParticipant.getComponent()
          Gets the participating component.
protected  Component BreadCrumbBar.newBreadCrumbComponent(String id, int index, int total, IBreadCrumbParticipant breadCrumbParticipant)
          Creates a new bread crumb component.
 

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

Subclasses of Component in org.apache.wicket.extensions.breadcrumb.panel
 class BreadCrumbPanel
          A panel that participates with a bread crumb model.
 class BreadCrumbPanelLink
          Bread crumb link specifically for bread crumb panels.
 

Methods in org.apache.wicket.extensions.breadcrumb.panel that return Component
 Component BreadCrumbParticipantDelegate.getComponent()
           
 Component BreadCrumbPanel.getComponent()
          The participating component == this.
 

Constructors in org.apache.wicket.extensions.breadcrumb.panel with parameters of type Component
BreadCrumbParticipantDelegate(Component component)
          Construct.
 

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

Subclasses of Component in org.apache.wicket.extensions.captcha.kittens
 class KittenCaptchaPanel
          A unique and fun-to-use captcha technique I developed at Thoof.
 

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

Subclasses of Component in org.apache.wicket.extensions.markup.html.basic
 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 Component in org.apache.wicket.extensions.markup.html.form.palette
 

Subclasses of Component in org.apache.wicket.extensions.markup.html.form.palette
 class Palette<T>
          Palette is a component that allows the user to easily select and order multiple items by moving them from one select box into another.
 

Methods in org.apache.wicket.extensions.markup.html.form.palette that return Component
protected  Component Palette.getChoicesComponent()
           
protected  Component Palette.getSelectionComponent()
           
protected  Component Palette.newAddComponent()
          factory method for the addcomponent
protected  Component Palette.newAvailableHeader(String componentId)
          factory method for the available items header
protected  Component Palette.newChoicesComponent()
          factory method for the available items component
protected  Component Palette.newDownComponent()
          factory method for the move down component
protected  Component Palette.newRemoveComponent()
          factory method for the remove component
protected  Component Palette.newSelectedHeader(String componentId)
          factory method for the selected items header
protected  Component Palette.newSelectionComponent()
          factory method for the selected items component
protected  Component Palette.newUpComponent()
          factory method for the move up component
 

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

Subclasses of Component in org.apache.wicket.extensions.markup.html.form.palette.component
 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 Component in org.apache.wicket.extensions.markup.html.form.select
 

Subclasses of Component in org.apache.wicket.extensions.markup.html.form.select
 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 Component in org.apache.wicket.extensions.markup.html.repeater.data.grid
 

Subclasses of Component in org.apache.wicket.extensions.markup.html.repeater.data.grid
 class AbstractDataGridView<T>
          Acts as a base for data-grid views.
 class DataGridView<T>
          Simple concrete implementation of AbstractDataGridView
 

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

Subclasses of Component in org.apache.wicket.extensions.markup.html.repeater.data.sort
 class OrderByBorder
          A component that wraps markup with an OrderByLink.
 class OrderByLink
          A component that represents a sort header.
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort with parameters of type Component
 void OrderByLink.CssModifier.onComponentTag(Component component, ComponentTag tag)
           
 

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

Subclasses of Component in org.apache.wicket.extensions.markup.html.repeater.data.table
 class AbstractToolbar
          A base class for data table toolbars
 class DataTable<T>
          A data table builds on data grid view to introduce toolbars.
 class DefaultDataTable<T>
          An implementation of the DataTable that aims to solve the 90% usecase by adding navigation, headers, an no-records-found toolbars to a standard DataTable.
 class HeadersToolbar
          Toolbars that displays column headers.
 class NavigationToolbar
          Toolbar that displays links used to navigate the pages of the datatable as well as a message about which rows are being displayed and their total number in the data table.
 class 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.
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table that return Component
 Component IColumn.getHeader(String componentId)
          Returns the component that will be used as the header for the column.
 Component HeaderlessColumn.getHeader(String componentId)
           
 Component AbstractColumn.getHeader(String componentId)
           
 

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

Subclasses of Component in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
 class AbstractFilter
          Base class for filters that provides some useful functionality
 class ChoiceFilter<T>
          Filter that can be represented by a drop down list of choices
 class 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
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table.filter that return Component
 Component TextFilteredPropertyColumn.getFilter(String componentId, FilterForm<?> form)
           
 Component IFilteredColumn.getFilter(String componentId, FilterForm<?> form)
          Returns the component used by user to filter the column.
 Component ChoiceFilteredPropertyColumn.getFilter(String componentId, FilterForm<?> form)
           
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table.filter with parameters of type Component
 String FilterForm.getFocusTrackingHandler(Component component)
          Returns the javascript focus handler necessary to notify the form of focus tracking changes on the component Useful when components want to participate in focus tracking but want to add the handler their own way.
 

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

Subclasses of Component in org.apache.wicket.extensions.markup.html.tabs
 class TabbedPanel
          TabbedPanel component represets a panel with tabs that are used to switch between different content panels inside the TabbedPanel panel.
 

Methods in org.apache.wicket.extensions.markup.html.tabs that return Component
protected  Component TabbedPanel.newTitle(String titleId, IModel<?> titleModel, int index)
          Factory method for tab titles.
 

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

Subclasses of Component in org.apache.wicket.extensions.markup.html.tree
 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.
 class Tree
          A complete tree implementation where three item consists of junction link, icon and label.
 

Methods in org.apache.wicket.extensions.markup.html.tree that return Component
protected  Component DefaultAbstractTree.newIndentation(MarkupContainer parent, String id, TreeNode node, int level)
          Creates the indentation element.
protected  Component DefaultAbstractTree.newJunctionLink(MarkupContainer parent, String id, String imageId, TreeNode node)
          Creates the junction link for given node.
protected  Component DefaultAbstractTree.newNodeIcon(MarkupContainer parent, String id, TreeNode node)
          Creates the icon for current node.
 

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

Subclasses of Component in org.apache.wicket.extensions.markup.html.tree.table
 class TreeTable
          TreeTable is a component that represents a grid with a tree.
 

Methods in org.apache.wicket.extensions.markup.html.tree.table that return Component
 Component IColumn.newCell(MarkupContainer parent, String id, TreeNode node, int level)
          This method is used to populate the cell for given node in case when IColumn.newCell(TreeNode, int) returned null.
 Component AbstractTreeColumn.newCell(MarkupContainer parent, String id, TreeNode node, int level)
           
 Component AbstractRenderableColumn.newCell(MarkupContainer parent, String id, TreeNode node, int level)
           
 Component IColumn.newHeader(MarkupContainer parent, String id)
          Creates the header element for this column.
 Component AbstractColumn.newHeader(MarkupContainer parent, String id)
           
static Component TreeTable.newTreeCell(MarkupContainer parent, String id, TreeNode node, int level, TreeTable.IRenderNodeCallback callback, TreeTable table)
          Creates a tree cell for given node.
protected  Component TreeTable.newTreePanel(MarkupContainer parent, String id, TreeNode node, int level, TreeTable.IRenderNodeCallback renderNodeCallback)
          Creates a new instance of the TreeFragment.
 

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

Methods in org.apache.wicket.extensions.model with parameters of type Component
 Object AbstractCheckBoxModel.getObject(Component component)
          Deprecated. replaced by AbstractCheckBoxModel.getObject()
 boolean AbstractCheckBoxModel.isSelected(Component component)
          Deprecated. replaced by AbstractCheckBoxModel.isSelected()
 void AbstractCheckBoxModel.setObject(Component component, Object object)
          Deprecated. replaced by IModel.setObject(Object)
 void AbstractCheckBoxModel.setSelected(Component component, boolean sel)
          Deprecated. replaced by AbstractCheckBoxModel.select()
 

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

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

Methods in org.apache.wicket.extensions.rating that return Component
protected  Component RatingPanel.newRatingLabel(String id, IModel<? extends Number> rating, IModel<Integer> nrOfVotes)
          Creates a new rating label, showing a message like 'Rated 5.4 from 53 votes'.
protected  Component RatingPanel.newRatingStarBar(String id, IModel<Integer> nrOfStars)
          Creates a new bar filled with stars to click on.
 

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

Subclasses of Component in org.apache.wicket.extensions.wizard
 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 WizardStep
          default implementation of IWizardStep.
 

Methods in org.apache.wicket.extensions.wizard that return Component
 Component WizardStep.getHeader(String id, Component parent, IWizard wizard)
           
 Component IWizardStep.getHeader(String id, Component parent, IWizard wizard)
          Gets the header component for this step.
 Component WizardStep.getView(String id, Component parent, IWizard wizard)
           
 Component IWizardStep.getView(String id, Component parent, IWizard wizard)
          Returns the current view this step is displaying.
protected  Component Wizard.newButtonBar(String id)
          Create a new button bar.
protected  Component Wizard.newFeedbackPanel(String id)
          Create a new feedback panel.
protected  Component Wizard.newOverviewBar(String id)
          Create a new overview bar.
 

Methods in org.apache.wicket.extensions.wizard with parameters of type Component
 Component WizardStep.getHeader(String id, Component parent, IWizard wizard)
           
 Component IWizardStep.getHeader(String id, Component parent, IWizard wizard)
          Gets the header component for this step.
 Component WizardStep.getView(String id, Component parent, IWizard wizard)
           
 Component IWizardStep.getView(String id, Component parent, IWizard wizard)
          Returns the current view this step is displaying.
 

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

Subclasses of Component in org.apache.wicket.extensions.wizard.dynamic
 class DynamicWizardStep
          Default implementation of a dynamic wizard step.
 

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

Subclasses of Component in org.apache.wicket.extensions.yui.calendar
 class AbstractCalendar
          Abstract calendar component based on the YUI (Yahoo User Interface library) javascript widget.
 class DateField
          Works on a Date object.
 class DateTimeField
          Works on a Date object.
 

Methods in org.apache.wicket.extensions.yui.calendar with parameters of type Component
 void DatePicker.bind(Component component)
           
 boolean DatePicker.isEnabled(Component component)
           
 void DatePicker.onRendered(Component component)
           
 

Uses of Component in org.apache.wicket.feedback
 

Methods in org.apache.wicket.feedback that return Component
 Component FeedbackMessage.getReporter()
          Gets the reporting component.
 

Methods in org.apache.wicket.feedback with parameters of type Component
 void FeedbackMessages.add(Component reporter, String message, int level)
          Adds a message
 void FeedbackMessages.debug(Component reporter, String message)
          Adds a new ui message with level DEBUG to the current messages.
 void FeedbackMessages.error(Component reporter, Serializable message)
          Adds a new ui message with level ERROR to the current messages.
 void FeedbackMessages.fatal(Component reporter, String message)
          Adds a new ui message with level FATAL to the current messages.
 boolean FeedbackMessages.hasErrorMessageFor(Component component)
          Convenience method that looks up whether the given component registered a message with this list with the level ERROR.
 boolean FeedbackMessages.hasMessageFor(Component component)
          Looks up whether the given component registered a message with this list.
 boolean FeedbackMessages.hasMessageFor(Component component, int level)
          Looks up whether the given component registered a message with this list with the given level.
 void FeedbackMessages.info(Component reporter, String message)
          Adds a new ui message with level INFO to the current messages.
 FeedbackMessage FeedbackMessages.messageForComponent(Component component)
          Looks up a message for the given component.
 void FeedbackMessages.warn(Component reporter, String message)
          Adds a new ui message with level WARNING to the current messages.
 

Constructors in org.apache.wicket.feedback with parameters of type Component
ComponentFeedbackMessageFilter(Component component)
          Constructor
FeedbackMessage(Component reporter, Serializable message, int level)
          Construct using fields.
FeedbackMessagesModel(Component component)
          Constructor.
 

Uses of Component in org.apache.wicket.guice
 

Methods in org.apache.wicket.guice with parameters of type Component
 void InjectionFlagCachingGuiceComponentInjector.onInstantiation(Component component)
           
 void GuiceComponentInjector.onInstantiation(Component component)
           
 

Uses of Component in org.apache.wicket.injection
 

Methods in org.apache.wicket.injection with parameters of type Component
 void ComponentInjector.onInstantiation(Component component)
           
 

Uses of Component in org.apache.wicket.markup
 

Methods in org.apache.wicket.markup with type parameters of type Component
<C extends Component>
void
ComponentTag.setMarkupClass(Class<C> wicketHeaderClass)
          Set the class of wicket component which contains the wicket:head tag.
 

Methods in org.apache.wicket.markup that return types with arguments of type Component
 Class<? extends Component> MarkupStream.getContainerClass()
          Get the component/container's Class which is directly associated with the stream.
 Class<? extends Component> MarkupResourceStream.getMarkupClass()
          Get the actual component class the markup is directly associated with.
 Class<? extends Component> ComponentTag.getMarkupClass()
          In case of inherited markup, the base and the extended markups are merged and the information about the tags origin is lost.
 

Methods in org.apache.wicket.markup with parameters of type Component
 void ComponentTag.onBeforeRender(Component component, MarkupStream markupStream)
          For subclasses to override.
 

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

Subclasses of Component in org.apache.wicket.markup.html
 class HeaderPartContainer
          For each wicket:head tag a HeaderPartContainer is created and added to the HtmlHeaderContainer which has been added to the Page.
 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.
 

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

Subclasses of Component in org.apache.wicket.markup.html.basic
 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.
 

Constructors in org.apache.wicket.markup.html.basic with parameters of type Component
EnclosureContainer(String id, Component child)
          Construct.
 

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

Constructors in org.apache.wicket.markup.html.body with parameters of type Component
BodyTagAttributeModifier(String attribute, boolean addAttributeIfNotPresent, IModel<?> replaceModel, Component behaviorOwner)
          Create a new attribute modifier with the given attribute name and model to replace with.
BodyTagAttributeModifier(String attribute, IModel<?> replaceModel, Component behaviorOwner)
          Create a new attribute modifier with the given attribute name and model to replace with.
BodyTagAttributeModifier(String attribute, String pattern, boolean addAttributeIfNotPresent, IModel<?> replaceModel, Component behaviorOwner)
          Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
BodyTagAttributeModifier(String attribute, String pattern, IModel<?> replaceModel, Component behaviorOwner)
          Create a new attribute modifier with the given attribute name and expected pattern to match plus the model to replace with.
 

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

Subclasses of Component in org.apache.wicket.markup.html.border
 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.
 

Methods in org.apache.wicket.markup.html.border with parameters of type Component
 void MarkupComponentBorder.renderAfter(Component component)
           
 void MarkupComponentBorder.renderBefore(Component component)
           
 

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

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

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

Subclasses of Component in org.apache.wicket.markup.html.form
 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 DropDownChoice<T>
          A choice implemented as a dropdown menu/list.
 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.
 

Methods in org.apache.wicket.markup.html.form that return Component
 Component Form.setVersioned(boolean isVersioned)
           
 

Methods in org.apache.wicket.markup.html.form with parameters of type Component
static Form<?> Form.findForm(Component component)
           
static String Form.getRootFormRelativeId(Component component)
          Utility method to assemble an id to distinct form components from diferent nesting levels.
static void FormComponent.visitComponentsPostOrder(Component component, Component.IVisitor<Component> visitor)
          Visits any form components inside component if it is a container, or component itself if it is itself a form component
static void FormComponent.visitFormComponentsPostOrder(Component component, FormComponent.IVisitor visitor)
          Visits any form components inside component if it is a container, or component itself if it is itself a form component
 

Method parameters in org.apache.wicket.markup.html.form with type arguments of type Component
static void FormComponent.visitComponentsPostOrder(Component component, Component.IVisitor<Component> visitor)
          Visits any form components inside component if it is a container, or component itself if it is itself a form component
 

Constructors in org.apache.wicket.markup.html.form with parameters of type Component
EnumChoiceRenderer(Component resourceSource)
          Constructor
 

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

Subclasses of Component in org.apache.wicket.markup.html.form.upload
 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 Component in org.apache.wicket.markup.html.form.validation
 

Subclasses of Component in org.apache.wicket.markup.html.form.validation
 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.
 

Methods in org.apache.wicket.markup.html.form.validation with parameters of type Component
 void FormComponentFeedbackIndicator.setIndicatorFor(Component component)
           
 

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

Subclasses of Component in org.apache.wicket.markup.html.image
 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.
 

Methods in org.apache.wicket.markup.html.image that return Component
 Component Image.setDefaultModel(IModel<?> model)
           
 

Methods in org.apache.wicket.markup.html.image with parameters of type Component
 void ContextPathGenerator.detach(Component component)
          Allows the behavior to detach any state it has attached during request processing.
 void ContextPathGenerator.onComponentTag(Component component, ComponentTag tag)
          Called any time a component that has this behavior registered is rendering the component tag.
 

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

Constructors in org.apache.wicket.markup.html.image.resource with parameters of type Component
LocalizedImageResource(Component component)
          Constructor
 

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

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

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

Subclasses of Component in org.apache.wicket.markup.html.internal
 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 Component in org.apache.wicket.markup.html.link
 

Subclasses of Component in org.apache.wicket.markup.html.link
 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 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.
 

Methods in org.apache.wicket.markup.html.link that return Component
 Component Link.getAnchor()
          Gets any anchor component.
 

Methods in org.apache.wicket.markup.html.link with parameters of type Component
 IPageMap PopupSettings.getPageMap(Component callee)
          Deprecated. Use getPageMapName instead. There is no need to eager create the pagemap object to create URLs. The pagemap will be created during the request cycle when user click on the link for this popup.
 String PopupSettings.getPageMapName(Component callee)
          Gets the page map name.
 Link<T> Link.setAnchor(Component anchor)
          Sets an anchor component.
 

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

Subclasses of Component in org.apache.wicket.markup.html.list
 class ListItem<T>
          Container that holds components in a ListView.
 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.
 

Methods in org.apache.wicket.markup.html.list that return types with arguments of type Component
protected  Iterator<Component> Loop.renderIterator()
           
protected  Iterator<Component> ListView.renderIterator()
           
 

Methods in org.apache.wicket.markup.html.list with parameters of type Component
protected  void Loop.renderChild(Component child)
           
protected  void ListView.renderChild(Component child)
           
 

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

Subclasses of Component in org.apache.wicket.markup.html.navigation.paging
 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 Component in org.apache.wicket.markup.html.pages
 

Subclasses of Component in org.apache.wicket.markup.html.pages
 class AccessDeniedPage
          Page expired error page.
 class BrowserInfoForm
          Form for posting JavaScript properties.
 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 Component in org.apache.wicket.markup.html.panel
 

Subclasses of Component in org.apache.wicket.markup.html.panel
 class ComponentFeedbackPanel
          Convenience feedback panel that filters the feedback messages based on the component given in the constructor.
 class EmptyPanel
          Panel that does absolutely nothing and that can be used to display an empty block.
 class FeedbackPanel
          A panel that displays 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.
 

Methods in org.apache.wicket.markup.html.panel that return Component
protected  Component FeedbackPanel.newMessageDisplayComponent(String id, FeedbackMessage message)
          Generates a component that is used to display the message inside the feedback panel.
 

Constructors in org.apache.wicket.markup.html.panel with parameters of type Component
ComponentFeedbackPanel(String id, Component filter)
          Constructor.
 

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

Subclasses of Component in org.apache.wicket.markup.html.resources
 class JavaScriptReference
          Link to a packaged JavaScript file.
 class PackagedResourceReference
          Base class for components that render references to packaged resources.
 class StyleSheetReference
          Link to a packaged style sheet.
 

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

Subclasses of Component in org.apache.wicket.markup.html.tree
 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.
 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.
 

Methods in org.apache.wicket.markup.html.tree that return Component
 Component AbstractTree.getNodeComponent(Object node)
          Returns the component associated with given node, or null, if node is not visible.
protected  Component LabelIconPanel.newContentComponent(String componentId, BaseTree tree, IModel<Object> model)
          Creates the content component (label in this case) for the node
protected  Component LabelIconPanel.newImageComponent(String componentId, BaseTree tree, IModel<Object> model)
          Creates the icon component for the node
protected  Component BaseTree.newJunctionLink(MarkupContainer parent, String id, Object node)
          Creates the junction link for given node.
protected  Component LinkTree.newNodeComponent(String id, IModel<Object> model)
           
protected  Component LabelTree.newNodeComponent(String id, IModel<Object> model)
           
protected abstract  Component BaseTree.newNodeComponent(String id, IModel<Object> model)
          Creates a new component for the given TreeNode.
 

Methods in org.apache.wicket.markup.html.tree with parameters of type Component
protected  void AbstractTree.addComponent(AjaxRequestTarget target, Component component)
          Allows to intercept adding dirty components to AjaxRequestTarget.
 

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

Methods in org.apache.wicket.markup.parser.filter with parameters of type Component
 void WicketMessageTagHandler.AttributeLocalizer.onComponentTag(Component component, ComponentTag tag)
           
 

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

Subclasses of Component in org.apache.wicket.markup.repeater
 class AbstractPageableView<T>
          An abstract repeater view that provides paging functionality to its subclasses.
 class AbstractRepeater
          Base class for repeaters.
 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.
 

Methods in org.apache.wicket.markup.repeater that return types with arguments of type Component
protected  Iterator<? extends Component> RepeatingView.renderIterator()
           
protected abstract  Iterator<? extends Component> AbstractRepeater.renderIterator()
          Returns an iterator for the collection of child components to be rendered.
 

Methods in org.apache.wicket.markup.repeater with parameters of type Component
protected  void AbstractRepeater.renderChild(Component child)
          Render a single child.
 

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

Subclasses of Component in org.apache.wicket.markup.repeater.data
 class DataView<T>
          DataView is a basic implementation of AbstractDataView.
 class DataViewBase<T>
          Base class for data views.
 class GridView<T>
          A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size.
 

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

Subclasses of Component in org.apache.wicket.markup.resolver
static class AutoLinkResolver.AutolinkBookmarkablePageLink<T>
          Autolink components delegate component resolution to their parent components.
 

Methods in org.apache.wicket.markup.resolver that return Component
 Component AutoLinkResolver.IAutolinkResolverDelegate.newAutoComponent(MarkupContainer container, String autoId, AutoLinkResolver.PathInfo pathInfo)
          Returns a new auto component based on the pathInfo object.
protected  Component AutoLinkResolver.AbstractAutolinkResolverDelegate.newPackageResourceReferenceAutoComponent(MarkupContainer container, String autoId, AutoLinkResolver.PathInfo pathInfo, String attribute)
          Creates a new auto component that references a package resource.
 

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

Subclasses of Component in org.apache.wicket.markup.transformer
 class AbstractOutputTransformerContainer
          This abstract container provides the means to post-process the markup generated by its child components (excluding the containers tag)
 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.
 

Methods in org.apache.wicket.markup.transformer with parameters of type Component
 void AbstractTransformerBehavior.beforeRender(Component component)
           
 void XsltTransformerBehavior.bind(Component component)
           
 void XsltTransformerBehavior.onComponentTag(Component component, ComponentTag tag)
           
 void AbstractTransformerBehavior.onComponentTag(Component component, ComponentTag tag)
           
 void AbstractTransformerBehavior.onException(Component component, RuntimeException exception)
           
 void AbstractTransformerBehavior.onRendered(Component component)
           
 CharSequence XsltTransformerBehavior.transform(Component component, CharSequence output)
           
 CharSequence XsltTransformer.transform(Component component, CharSequence output)
          Apply a XSL transformation to the markup generated by a component.
 CharSequence XsltOutputTransformerContainer.transform(Component component, CharSequence output)
           
 CharSequence NoopOutputTransformerContainer.transform(Component component, CharSequence output)
           
 CharSequence ITransformer.transform(Component component, CharSequence output)
          Will be invoked after all child components have been processed to allow for transforming the markup generated.
abstract  CharSequence AbstractTransformerBehavior.transform(Component component, CharSequence output)
           
abstract  CharSequence AbstractOutputTransformerContainer.transform(Component component, CharSequence output)
           
 

Uses of Component in org.apache.wicket.model
 

Methods in org.apache.wicket.model that return Component
 Component BoundCompoundPropertyModel.bind(Component component)
          Deprecated. Adds a property binding, using the component's id as the property expression.
 Component BoundCompoundPropertyModel.bind(Component component, String propertyExpression)
          Deprecated. Adds a property binding.
 

Methods in org.apache.wicket.model with parameters of type Component
 Component BoundCompoundPropertyModel.bind(Component component)
          Deprecated. Adds a property binding, using the component's id as the property expression.
 Component BoundCompoundPropertyModel.bind(Component component, String propertyExpression)
          Deprecated. Adds a property binding.
 boolean IModelComparator.compare(Component component, Object newObject)
           
 Object Model.getObject(Component component)
          Deprecated. replace by IModel.getObject().
 Object CompoundPropertyModel.getObject(Component component)
          Deprecated. replace by IModel.getObject().
protected  T ComponentModel.getObject(Component component)
          Returns the object from the model with the use of the component where it is attached to.
protected  T ComponentDetachableModel.getObject(Component component)
          Called when getObject is called in order to retrieve the detachable object.
 Object AbstractReadOnlyModel.getObject(Component component)
          Deprecated. replace by IModel.getObject().
protected  Object AbstractPropertyModel.onGetObject(Component component)
          Deprecated. use AbstractPropertyModel.getObject() instead
protected  void AbstractPropertyModel.onSetObject(Component component, Object object)
          Deprecated. use AbstractPropertyModel.setObject(Object) instead
protected  String CompoundPropertyModel.propertyExpression(Component component)
          Returns the property expression that should be used against the target object
protected  String BoundCompoundPropertyModel.propertyExpression(Component component)
          Deprecated.  
 void Model.setObject(Component component, Object object)
          Deprecated. replace by IModel.setObject(Object).
 void CompoundPropertyModel.setObject(Component component, Object object)
          Deprecated. replace by IModel.setObject(Object).
protected  void ComponentModel.setObject(Component component, Object object)
          Sets the model object for this model.
protected  void ComponentDetachableModel.setObject(Component component, T object)
          Called when setObject is called in order to change the detachable object.
 IWrapModel<String> StringResourceModel.wrapOnAssignment(Component component)
           
 IWrapModel<String> ResourceModel.wrapOnAssignment(Component component)
           
 IWrapModel<T> IComponentAssignedModel.wrapOnAssignment(Component component)
          This method is called when the component gets its model assigned.
 IWrapModel<T> ComponentPropertyModel.wrapOnAssignment(Component component)
           
 IWrapModel<T> ComponentModel.wrapOnAssignment(Component comp)
           
 IWrapModel<T> ComponentDetachableModel.wrapOnAssignment(Component comp)
           
<C> IWrapModel<C>
CompoundPropertyModel.wrapOnInheritance(Component component)
           
<W> IWrapModel<W>
IComponentInheritedModel.wrapOnInheritance(Component component)
           
 

Constructors in org.apache.wicket.model with parameters of type Component
StringResourceModel(String resourceKey, Component component, IModel<?> model)
          Construct.
StringResourceModel(String resourceKey, Component component, IModel<?> model, Object[] parameters)
          Creates a new string resource model using the supplied parameters.
StringResourceModel(String resourceKey, Component component, IModel<?> model, Object[] parameters, String defaultValue)
          Creates a new string resource model using the supplied parameters.
StringResourceModel(String resourceKey, Component component, IModel<?> model, String defaultValue)
          Construct.
 

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

Methods in org.apache.wicket.protocol.http with parameters of type Component
 void MockWebApplication.processRequestCycle(Component component)
          Initialize a new WebRequestCycle and all its dependent objects
 void MockHttpServletRequest.setRequestToComponent(Component component)
          Initialize the request parameters to point to the given component.
 

Method parameters in org.apache.wicket.protocol.http with type arguments of type Component
 void AjaxEnclosureListener.onAfterRespond(Map<String,Component> map, AjaxRequestTarget.IJavascriptResponse response)
           
 void AjaxEnclosureListener.onBeforeRespond(Map<String,Component> map, AjaxRequestTarget target)
          Try to find Enclosures that have their controllers added already, and add them to the target.
 

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

Methods in org.apache.wicket.protocol.http.request.urlcompressing that return Component
 Component UrlCompressor.ComponentAndInterface.getComponent()
           
 

Methods in org.apache.wicket.protocol.http.request.urlcompressing with parameters of type Component
 int UrlCompressor.getUIDForComponentAndInterface(Component component, String interfaceName)
          Returns a uid for the combination component and the to call interface.
 

Uses of Component in org.apache.wicket.request.target.component
 

Methods in org.apache.wicket.request.target.component that return Component
 Component IComponentRequestTarget.getComponent()
          Gets the component instance.
 Component ComponentRequestTarget.getComponent()
           
 

Constructors in org.apache.wicket.request.target.component with parameters of type Component
BookmarkableListenerInterfaceRequestTarget(String pageMapName, Class<? extends Page> pageClass, PageParameters pageParameters, Component component, RequestListenerInterface listenerInterface)
          This constructor is called for generating the urls (RequestCycle.urlFor()) So it will alter the PageParameters to include the 2 org.apache.wicket params WebRequestCodingStrategy.BOOKMARKABLE_PAGE_PARAMETER_NAME and WebRequestCodingStrategy.INTERFACE_PARAMETER_NAME
ComponentRequestTarget(Component component)
          Construct.
 

Uses of Component in org.apache.wicket.request.target.component.listener
 

Methods in org.apache.wicket.request.target.component.listener that return Component
 Component IListenerInterfaceRequestTarget.getTarget()
          Gets the target component.
 Component AbstractListenerInterfaceRequestTarget.getTarget()
           
 

Constructors in org.apache.wicket.request.target.component.listener with parameters of type Component
AbstractListenerInterfaceRequestTarget(Page page, Component component, RequestListenerInterface listener)
          Construct.
AbstractListenerInterfaceRequestTarget(Page page, Component component, RequestListenerInterface listener, RequestParameters requestParameters)
          Construct.
BehaviorRequestTarget(Page page, Component component, RequestListenerInterface listener)
          Construct.
BehaviorRequestTarget(Page page, Component component, RequestListenerInterface listener, RequestParameters requestParameters)
          Construct.
ListenerInterfaceRequestTarget(Page page, Component component, RequestListenerInterface listener)
          Construct.
ListenerInterfaceRequestTarget(Page page, Component component, RequestListenerInterface listener, RequestParameters requestParameters)
          Construct.
 

Uses of Component in org.apache.wicket.request.target.resource
 

Constructors in org.apache.wicket.request.target.resource with parameters of type Component
ComponentResourceRequestTarget(Page page, Component component, RequestListenerInterface listener)
          Construct.
 

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

Subclasses of Component in org.apache.wicket.resource.filtering
 class HeaderResponseFilteredResponseContainer
          A container that renders the content that was bucketed into a certain bucket by HeaderResponseContainerFilteringHeaderResponse.
 

Uses of Component in org.apache.wicket.resource.loader
 

Methods in org.apache.wicket.resource.loader with parameters of type Component
 String ValidatorStringResourceLoader.loadStringResource(Component component, String key)
           
 String IStringResourceLoader.loadStringResource(Component component, String key)
          Get the string resource for the given combination of component and resource key.
 String ComponentStringResourceLoader.loadStringResource(Component component, String key)
           
 String ClassStringResourceLoader.loadStringResource(Component component, String key)
           
 String BundleStringResourceLoader.loadStringResource(Component component, String key)
          Get the requested string resource from the underlying resource bundle.
 

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

Subclasses of Component in org.apache.wicket.spring.annot.web
 class AnnotPage
           
 

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

Subclasses of Component in org.apache.wicket.spring.common.web
 class BasePage
          Base page class.
 class ContactsDisplayPage
          Base class for the contact display page.
 

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

Subclasses of Component in org.apache.wicket.threadtest.apps.app1
 class ResourceTestPage
          Web page with 50 dynamically-created image resources.
 

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

Methods in org.apache.wicket.util.string with parameters of type Component
static String Strings.toString(Component component, Throwable location)
          Creates a location stacktrace string representation for the component for reference when the render check fails.
 

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

Subclasses of Component in org.apache.wicket.util.template
 class TextTemplateLink<T>
          Links to shared, interpolated TextTemplate resources created by a factory.
 

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

Subclasses of Component in org.apache.wicket.util.tester
 class DummyHomePage
          A dummy home page, as required by WicketTester.
 class DummyHomePage.TestLink
          TestLink class.
 class DummyPanelPage
          A dummy Panel Component.
 

Methods in org.apache.wicket.util.tester with type parameters of type Component
<C extends Component>
Result
BaseWicketTester.isComponent(String path, Class<C> expectedComponentClass)
          assert component class
 

Methods in org.apache.wicket.util.tester that return Component
 Component BaseWicketTester.getComponentFromLastRenderedPage(String path)
          Gets the component with the given path from last rendered page.
 

Methods in org.apache.wicket.util.tester with parameters of type Component
 void WicketTester.assertComponentOnAjaxResponse(Component component)
          Tests that a Component has been added to a AjaxRequestTarget, using AjaxRequestTarget.addComponent(Component).
 void BaseWicketTester.executeAjaxEvent(Component component, String event)
          Simulates the firing of an Ajax event.
 void BaseWicketTester.executeListener(Component component)
          Builds and processes a request suitable for invoking a listener.
 Result BaseWicketTester.isComponentOnAjaxResponse(Component component)
          Tests that a Component has been added to a AjaxRequestTarget, using AjaxRequestTarget.addComponent(Component).
 void BaseWicketTester.startComponent(Component component)
          A helper method for starting a component for a test without attaching it to a Page.
 

Method parameters in org.apache.wicket.util.tester with type arguments of type Component
 void WicketTester.assertComponent(String path, Class<? extends Component> expectedComponentClass)
          Asserts a Component class.
 

Uses of Component in org.apache.wicket.validation
 

Methods in org.apache.wicket.validation with parameters of type Component
 void IValidatorAddListener.onAdded(Component component)
          Called right after a validator is added to a Form or FormComponent.
 

Uses of Component in org.apache.wicket.velocity
 

Methods in org.apache.wicket.velocity with parameters of type Component
 void VelocityHeaderContributor.detach(Component component)
           
 void VelocityContributor.detach(Component c)
           
 

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

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

Uses of Component in org.apache.wicket.version
 

Methods in org.apache.wicket.version with parameters of type Component
 void IPageVersionManager.componentAdded(Component component)
          Indicates that the given Component was added.
 void IPageVersionManager.componentModelChanging(Component component)
          Indicates that the model for the given Component is about to change.
 void IPageVersionManager.componentRemoved(Component component)
          Indicates that the given Component was removed.
 

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

Methods in org.apache.wicket.version.undo with parameters of type Component
 void UndoPageVersionManager.componentAdded(Component component)
           
 void UndoPageVersionManager.componentModelChanging(Component component)
           
 void UndoPageVersionManager.componentRemoved(Component component)
           
 



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