Uses of Class
org.apache.wicket.Localizer

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

Uses of Localizer in org.apache.wicket
 

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

Uses of Localizer in org.apache.wicket.model
 

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

Methods in org.apache.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 org.apache.wicket.settings
 

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

Methods in org.apache.wicket.settings with parameters of type Localizer
 void Settings.setLocalizer(Localizer localizer)
           
 void IResourceSettings.setLocalizer(Localizer localizer)
          Sets the localizer which will be used to find property values.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.