Uses of Interface
org.apache.wicket.IMarkupIdGenerator

Packages that use IMarkupIdGenerator
org.apache.wicket The core Wicket package. 
 

Uses of IMarkupIdGenerator in org.apache.wicket
 

Classes in org.apache.wicket that implement IMarkupIdGenerator
 class DefaultMarkupIdGenerator
          An implementation of IMarkupIdGenerator that uses the Session to generate sequence numbers for the component markup ids.
 

Methods in org.apache.wicket that return IMarkupIdGenerator
 IMarkupIdGenerator Application.getMarkupIdGenerator()
          Deprecated. In Wicket 7.x this method is part of MarkupSettings
 

Methods in org.apache.wicket with parameters of type IMarkupIdGenerator
 void Application.setMarkupIdGenerator(IMarkupIdGenerator markupIdGenerator)
          Deprecated. In Wicket 7.x this method is part of MarkupSettings
 



Copyright © 2006–2019 Apache Software Foundation. All rights reserved.