public interface I18NAuthoringSupport
Modifier and Type | Method and Description |
---|---|
String |
createI18NURI(javax.jcr.Node node,
Locale locale) |
String |
deriveLocalisedPropertyName(String base,
Locale locale) |
Locale |
getAuthorLocale()
Deprecated.
I18nAuthoringSupport is an instance singleton, and should not be used to sync UI state of a specific user. Since 5.3.9, use
SubAppContext#getAuthoringLocale() . |
List<Locale> |
getAvailableLocales(com.vaadin.data.Item item) |
List<Locale> |
getAvailableLocales(javax.jcr.Node node) |
Locale |
getDefaultLocale(com.vaadin.data.Item item) |
Locale |
getDefaultLocale(javax.jcr.Node node) |
void |
i18nize(com.vaadin.ui.HasComponents fieldContainer,
Locale locale)
Deprecated.
since 5.4.2 without a substitute - the i18n-ready components should now take
of switching the language on their own.
|
boolean |
isDefaultLocale(Locale locale,
com.vaadin.data.Item item) |
Locale getDefaultLocale(com.vaadin.data.Item item)
boolean isDefaultLocale(Locale locale, com.vaadin.data.Item item)
@Deprecated Locale getAuthorLocale()
SubAppContext#getAuthoringLocale()
.Locale getDefaultLocale(javax.jcr.Node node)
@Deprecated void i18nize(com.vaadin.ui.HasComponents fieldContainer, Locale locale)
Copyright © 2016 Magnolia International Ltd.. All rights reserved.