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 IMarkupSourcingStrategyComponent. getMarkupSourcingStrategy()Get the markup sourcing strategy for the component.protected IMarkupSourcingStrategyComponent. 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 IMarkupSourcingStrategyBorder. newMarkupSourcingStrategy()IfComponent.getMarkupSourcingStrategy()returns null, this method will be called.protected IMarkupSourcingStrategyBorderPanel. 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 IMarkupSourcingStrategyFormComponentPanel. 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 classAbstractMarkupSourcingStrategyImplements boilerplate as needed by many markup sourcing strategies.classAssociatedMarkupSourcingStrategyBoilerplate for a markup sourcing strategy which retrieves the markup from associated markup files.classBorderMarkupSourcingStrategyThe Border component's markup sourcing strategyclassDefaultMarkupSourcingStrategyThis is a no-op sourcing strategy implementing the default behavior for most components.classFragmentMarkupSourcingStrategyA markup sourcing strategy suitable for Fragment components.classPanelMarkupSourcingStrategyThe Panel components markup sourcing strategy.Methods in org.apache.wicket.markup.html.panel that return IMarkupSourcingStrategy Modifier and Type Method Description protected IMarkupSourcingStrategyFragment. newMarkupSourcingStrategy()IfComponent.getMarkupSourcingStrategy()returns null, this method will be called.protected IMarkupSourcingStrategyPanel. newMarkupSourcingStrategy()IfComponent.getMarkupSourcingStrategy()returns null, this method will be called.
-