|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
IResourceSettings.getLocalizer()
Get the application's localizer. |
Localizer |
Settings.getLocalizer()
|
| Methods in org.apache.wicket.settings with parameters of type Localizer | |
|---|---|
void |
IResourceSettings.setLocalizer(Localizer localizer)
Sets the localizer which will be used to find property values. |
void |
Settings.setLocalizer(Localizer localizer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||