Uses of Interface
org.apache.wicket.IMarkupIdGenerator
-
Packages that use IMarkupIdGenerator Package Description org.apache.wicket The core Wicket package.org.apache.wicket.settings -
-
Uses of IMarkupIdGenerator in org.apache.wicket
Classes in org.apache.wicket that implement IMarkupIdGenerator Modifier and Type Class Description classDefaultMarkupIdGeneratorAn implementation of IMarkupIdGenerator that uses the Session to generate sequence numbers for the component markup ids. -
Uses of IMarkupIdGenerator in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return IMarkupIdGenerator Modifier and Type Method Description IMarkupIdGeneratorMarkupSettings. getMarkupIdGenerator()Methods in org.apache.wicket.settings with parameters of type IMarkupIdGenerator Modifier and Type Method Description MarkupSettingsMarkupSettings. setMarkupIdGenerator(IMarkupIdGenerator markupIdGenerator)Sets a new IMarkupIdGenerator
-