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 BorderPanel.newMarkupSourcingStrategy()
           
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 boilerplate as needed by many markup sourcing strategies.
 class AssociatedMarkupSourcingStrategy
          Boilerplate for a markup sourcing strategy which retrieves the markup from associated markup files.
 class BorderMarkupSourcingStrategy
          The Border component's markup sourcing strategy
 class DefaultMarkupSourcingStrategy
          This is a no-op sourcing strategy implementing the default behavior for most components.
 class FragmentMarkupSourcingStrategy
          A markup sourcing strategy suitable for Fragment components.
 class PanelMarkupSourcingStrategy
          The Panel components markup sourcing strategy.
 

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



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