Uses of Interface
wicket.markup.resolver.IComponentResolver

Packages that use IComponentResolver
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.border Border components. 
wicket.markup.html.form.validation Support for form validation. 
wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
wicket.settings   
 

Uses of IComponentResolver in wicket.markup.html
 

Classes in wicket.markup.html that implement IComponentResolver
static class WebMarkupContainerWithAssociatedMarkup.HeaderPartContainer
          For each wicket:head tag a HeaderPartContainer is created and added to the HtmlHeaderContainer which has been added to the Page.
 

Uses of IComponentResolver in wicket.markup.html.border
 

Classes in wicket.markup.html.border that implement IComponentResolver
 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 BoxBorder
          A very simple border component that draws a thin black line around its children.
 

Uses of IComponentResolver in wicket.markup.html.form.validation
 

Classes in wicket.markup.html.form.validation that implement IComponentResolver
 class FormComponentFeedbackBorder
          A border that can be placed around a form component to indicate when the bordered child/children has a validation error.
 

Uses of IComponentResolver in wicket.markup.resolver
 

Classes in wicket.markup.resolver that implement IComponentResolver
 class AutoComponentResolver
          <wicket:component class="myApp.MyTable" key=value> tags may be used to add Wicket components (e.g.
 class AutoLinkResolver
          The AutoLinkResolver is responsible to handle automatic link resolution.
 class FragmentResolver
          Usually you either have a markup file or a xml tag with wicket:id="myComponent" to associate markup with a component.
 class HtmlHeaderResolver
          This is a tag resolver which handles <head> and <wicket:head>tags.
 class MarkupInheritanceResolver
          Detect <wicket:extend> and <wicket:child> tags, which are silently ignored, because they have already been processed.
 class ParentResolver
          Some containers are transparent to the user (e.g.
 class ScopedComponentResolver
          Implement a component resolver which walks up the component tree until a Page or Panel and tries to find a component with a matching wicket id, effectivly providing something like scoping for wicket id resolution.
 class WicketLinkResolver
          This is a tag resolver which handles <wicket:link> tags.
 class WicketMessageResolver
          This is a tag resolver which handles <wicket:message attr="myKey">Default Text</wicket:message>.
 

Uses of IComponentResolver in wicket.settings
 

Methods in wicket.settings with parameters of type IComponentResolver
 void Settings.addComponentResolver(IComponentResolver resolver)
           
 void IPageSettings.addComponentResolver(IComponentResolver resolver)
          Adds a component resolver to the list.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.