T
- domain item typepublic interface I18NAuthoringSupport<T>
Modifier and Type | Method and Description |
---|---|
default String |
createI18NURI(javax.jcr.Node node,
Locale locale)
Deprecated.
since 6.0 without explicit replacement, this part of interface is no longer used in the system.
|
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() . |
default List<Locale> |
getAvailableLocales(com.vaadin.v7.data.Item item)
Deprecated.
since 6.0 - use
#getAvailableLocales(Node) (Node)} instead. |
List<Locale> |
getAvailableLocales(T node) |
default Locale |
getDefaultLocale(com.vaadin.v7.data.Item item)
Deprecated.
since 6.0 - use
#getDefaultLocale(Node) instead. |
Locale |
getDefaultLocale(T 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.
|
default boolean |
isDefaultLocale(Locale locale,
com.vaadin.v7.data.Item item)
Deprecated.
since 6.0 - use
#isDefaultLocale(Locale, Node) instead. |
default boolean |
isDefaultLocale(Locale locale,
T item) |
@Deprecated Locale getAuthorLocale()
SubAppContext#getAuthoringLocale()
.@Deprecated void i18nize(com.vaadin.ui.HasComponents fieldContainer, Locale locale)
@Deprecated default List<Locale> getAvailableLocales(com.vaadin.v7.data.Item item)
#getAvailableLocales(Node)
(Node)} instead.@Deprecated default Locale getDefaultLocale(com.vaadin.v7.data.Item item)
#getDefaultLocale(Node)
instead.@Deprecated default boolean isDefaultLocale(Locale locale, com.vaadin.v7.data.Item item)
#isDefaultLocale(Locale, Node)
instead.@Deprecated default String createI18NURI(javax.jcr.Node node, Locale locale)
Copyright © 2020 Magnolia International Ltd.. All rights reserved.