Uses of Interface
org.apache.wicket.markup.html.panel.IMarkupSourcingStrategy
-
Packages that use IMarkupSourcingStrategy Package Description 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 Modifier and Type Method Description protected IMarkupSourcingStrategy
Component. getMarkupSourcingStrategy()
Get the markup sourcing strategy for the component.protected IMarkupSourcingStrategy
Component. newMarkupSourcingStrategy()
IfComponent.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 Modifier and Type Method Description protected IMarkupSourcingStrategy
Border. newMarkupSourcingStrategy()
IfComponent.getMarkupSourcingStrategy()
returns null, this method will be called.protected IMarkupSourcingStrategy
BorderPanel. newMarkupSourcingStrategy()
-
Uses of IMarkupSourcingStrategy in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form that return IMarkupSourcingStrategy Modifier and Type Method Description protected IMarkupSourcingStrategy
FormComponentPanel. newMarkupSourcingStrategy()
-
Uses of IMarkupSourcingStrategy in org.apache.wicket.markup.html.panel
Classes in org.apache.wicket.markup.html.panel that implement IMarkupSourcingStrategy Modifier and Type Class Description 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 strategyclass
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 Modifier and Type Method Description protected IMarkupSourcingStrategy
Fragment. newMarkupSourcingStrategy()
IfComponent.getMarkupSourcingStrategy()
returns null, this method will be called.protected IMarkupSourcingStrategy
Panel. newMarkupSourcingStrategy()
IfComponent.getMarkupSourcingStrategy()
returns null, this method will be called.
-