Uses of Class
wicket.Localizer

Packages that use Localizer
wicket The core Wicket package. 
wicket.model Core model support for Wicket components. 
wicket.settings   
 

Uses of Localizer in wicket
 

Methods in wicket that return Localizer
 Localizer Component.getLocalizer()
          Convenience method to provide easy access to the localizer object within any component.
 

Uses of Localizer in wicket.model
 

Methods in wicket.model that return Localizer
 Localizer StringResourceModel.getLocalizer()
          Gets the localizer that is being used by this string resource model.
 

Methods in wicket.model with parameters of type Localizer
 void StringResourceModel.setLocalizer(Localizer localizer)
          Sets the localizer that is being used by this string resource model.
 

Uses of Localizer in wicket.settings
 

Methods in wicket.settings that return Localizer
 Localizer Settings.getLocalizer()
           
 Localizer IResourceSettings.getLocalizer()
          Get the application's localizer.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.