public interface TranslationFormBuilderService
| Modifier and Type | Method and Description | 
|---|---|
| ListGrid | buildListGrid(List<Translation> translations,
             boolean isRte)Builds a ListGrid for the given list of translations | 
| EntityForm | buildTranslationForm(ClassMetadata cmd,
                    TranslationForm formProperties,
                    TranslationFormAction action)Builds an EntityForm used to create or edit a translation value | 
ListGrid buildListGrid(List<Translation> translations, boolean isRte)
translations - isRte - - whether or not the field that this translation is tied to is a rich text edit fieldEntityForm buildTranslationForm(ClassMetadata cmd, TranslationForm formProperties, TranslationFormAction action)
cmd - formProperties - action - (values "add", "update" or "other")Copyright © 2020. All rights reserved.