Uses of Interface
wicket.IComponentResolver

Packages that use IComponentResolver
wicket The core Wicket package. 
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.border Border components. 
wicket.markup.html.form.validation Support for form validation. 
 

Uses of IComponentResolver in wicket
 

Classes in wicket 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 MarkupInheritanceResolver
          Detect <wicket:extend> and <wicket:child> tags, which are silently ignored, because they have already been processed.
 class MarkupInheritanceResolver.TransparentWebMarkupContainer
          This is a WebMarkupContainer, except that it is transparent for it child components.
 class WicketMessageResolver
          This is a tag resolver which handles <wicket:message attr="myKey">Default Text</wicket:message>.
 

Uses of IComponentResolver in wicket.markup.html
 

Classes in wicket.markup.html that implement IComponentResolver
 class BodyOnLoadContainer
          Handle <body> tags.
 class BodyOnLoadResolver
          This is a tag resolver which handles <body onload=".."> tags.
 class HtmlHeaderContainer
          The HtmlHeaderContainer is automatically created and added to the component hierarchie by a HtmlHeaderResolver instance.
 class HtmlHeaderResolver
          This is a tag resolver which handles <head> and <wicket:head>tags.
 class WicketLinkResolver
          This is a tag resolver which handles <wicket:link> tags.
 class WicketLinkResolver.TransparentWebMarkupContainer
          This is a WebMarkupContainer, except that it is transparent for it child components.
 

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 has a validation error.
 



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