org.broadleafcommerce.openadmin.web.service
Interface TranslationFormBuilderService
- All Known Implementing Classes:
- TranslationFormBuilderServiceImpl
public interface TranslationFormBuilderService
buildListGrid
ListGrid buildListGrid(List<Translation> translations,
boolean isRte)
- Builds a ListGrid for the given list of translations
- Parameters:
translations - isRte - - whether or not the field that this translation is tied to is a rich text edit field
- Returns:
- the list grid
buildTranslationForm
EntityForm buildTranslationForm(TranslationForm formProperties)
- Builds an EntityForm used to create or edit a translation value
- Parameters:
formProperties -
- Returns:
- the entity form
Copyright © 2013. All Rights Reserved.