info.magnolia.ui.api.i18n
Interface I18NAuthoringSupport

All Known Implementing Classes:
DefaultI18NAuthoringSupport

public interface I18NAuthoringSupport

Allows authors to create components with locale-dependent controls.


Method Summary
 String createI18NURI(javax.jcr.Node node, Locale locale)
           
 com.vaadin.ui.AbstractSelect getLanguageChooser()
           
 void i18nize(com.vaadin.ui.HasComponents fieldContainer, Locale locale)
           
 

Method Detail

getLanguageChooser

com.vaadin.ui.AbstractSelect getLanguageChooser()

i18nize

void i18nize(com.vaadin.ui.HasComponents fieldContainer,
             Locale locale)

createI18NURI

String createI18NURI(javax.jcr.Node node,
                     Locale locale)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.