Uses of Class
eu.webtoolkit.jwt.WLocalizedStrings
Packages that use WLocalizedStrings
-
Uses of WLocalizedStrings in eu.webtoolkit.jwt
Subclasses of WLocalizedStrings in eu.webtoolkit.jwtModifier and TypeClassDescriptionclass
A localized string resolver that bundles multiple string resolvers.class
A localized strings implementation that usesResourceBundle
resource bundles.class
WXmlLocalizedStrings is aWLocalizedStrings
implementation which uses an XML file as input resource.Methods in eu.webtoolkit.jwt that return WLocalizedStringsModifier and TypeMethodDescriptionWApplication.getLocalizedStrings()
Returns the resource object that provides localized strings.Methods in eu.webtoolkit.jwt that return types with arguments of type WLocalizedStringsMethods in eu.webtoolkit.jwt with parameters of type WLocalizedStringsModifier and TypeMethodDescriptionvoid
WCombinedLocalizedStrings.add
(WLocalizedStrings resolver) Adds a string resolver.void
WCombinedLocalizedStrings.insert
(int index, WLocalizedStrings resolver) Inserts a string resolver.void
WCombinedLocalizedStrings.remove
(WLocalizedStrings resolver) Removes a string resolver.void
WApplication.setLocalizedStrings
(WLocalizedStrings translator) Sets the resource object that provides localized strings.