Uses of Interface
org.apache.wicket.markup.html.panel.IMarkupSourcingStrategy

Packages that use IMarkupSourcingStrategy
org.apache.wicket The core Wicket package. 
org.apache.wicket.markup.html.border Border components. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.panel Panel components. 
 

Uses of IMarkupSourcingStrategy in org.apache.wicket
 

Methods in org.apache.wicket that return IMarkupSourcingStrategy
protected  IMarkupSourcingStrategy Component.getMarkupSourcingStrategy()
          Get the markup sourcing strategy for the component.
protected  IMarkupSourcingStrategy Component.newMarkupSourcingStrategy()
          If Component.getMarkupSourcingStrategy() returns null, this method will be called.
 

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

Methods in org.apache.wicket.markup.html.border that return IMarkupSourcingStrategy
protected  IMarkupSourcingStrategy Border.newMarkupSourcingStrategy()
          If Component.getMarkupSourcingStrategy() returns null, this method will be called.
 

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

Methods in org.apache.wicket.markup.html.form that return IMarkupSourcingStrategy
protected  IMarkupSourcingStrategy FormComponentPanel.newMarkupSourcingStrategy()
          If Component.getMarkupSourcingStrategy() returns null, this method will be called.
 

Uses of IMarkupSourcingStrategy in org.apache.wicket.markup.html.panel
 

Classes in org.apache.wicket.markup.html.panel that implement IMarkupSourcingStrategy
 class AbstractMarkupSourcingStrategy
          Implements boiler plate as needed by most markup sourcing strategies.
 class AssociatedMarkupSourcingStrategy
          Boiler plate for markup sourcing strategy which retrieve the markup from associated markup files.
 class BorderMarkupSourcingStrategy
           
 class DefaultMarkupSourcingStrategy
          This is a no-op sourcing strategy.
 class FragmentMarkupSourcingStrategy
           
 class PanelMarkupSourcingStrategy
           
 

Methods in org.apache.wicket.markup.html.panel that return IMarkupSourcingStrategy
protected  IMarkupSourcingStrategy Panel.newMarkupSourcingStrategy()
          If Component.getMarkupSourcingStrategy() returns null, this method will be called.
protected  IMarkupSourcingStrategy Fragment.newMarkupSourcingStrategy()
          If Component.getMarkupSourcingStrategy() returns null, this method will be called.
 



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