Uses of Class
com.dlsc.formsfx.model.util.TranslationService
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.structure | |
| com.dlsc.formsfx.model.util |
-
Uses of TranslationService in com.dlsc.formsfx.model.structure
Fields in com.dlsc.formsfx.model.structure declared as TranslationService Modifier and Type Field Description protected TranslationServiceField. translationServiceThe translation service is passed down from the containing section.protected TranslationServiceGroup. translationServiceThe translation service is passed down from the containing form.Fields in com.dlsc.formsfx.model.structure with type parameters of type TranslationService Modifier and Type Field Description protected javafx.beans.property.ObjectProperty<TranslationService>Form. translationServiceA form can optionally have a translation service.Methods in com.dlsc.formsfx.model.structure with parameters of type TranslationService Modifier and Type Method Description FormForm. i18n(TranslationService newValue)Sets the translation service property of the current form.voidDataField. translate(TranslationService service)This internal method is called by the containing section when a new translation has been added to the form.voidField. translate(TranslationService newValue)This internal method is called by the containing section when a new translation has been added to the form.protected voidGroup. translate(TranslationService newValue)This internal method is called by the containing form when a new translation has been added to the form.protected voidSection. translate(TranslationService newValue)This internal method is called by the containing form when a new translation has been added to the form. -
Uses of TranslationService in com.dlsc.formsfx.model.util
Subclasses of TranslationService in com.dlsc.formsfx.model.util Modifier and Type Class Description classResourceBundleServiceThe ResourceBundleService is a concrete implementation of aTranslationServiceand uses ResourceBundles to perform translations.