|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TranslationForm | |
|---|---|
| org.broadleafcommerce.openadmin.web.controller | |
| org.broadleafcommerce.openadmin.web.service | |
| Uses of TranslationForm in org.broadleafcommerce.openadmin.web.controller |
|---|
| Methods in org.broadleafcommerce.openadmin.web.controller that return TranslationForm | |
|---|---|
protected TranslationForm |
AdminTranslationController.getTranslationForm(EntityForm entityForm)
Converts an EntityForm into a TranslationForm |
| Methods in org.broadleafcommerce.openadmin.web.controller with parameters of type TranslationForm | |
|---|---|
ExtensionResultStatusType |
AdminTranslationControllerExtensionHandler.applyTransformation(TranslationForm form)
Applies any necessary transformations to the given form. |
String |
AdminTranslationController.deleteTranslation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
TranslationForm form,
org.springframework.validation.BindingResult result)
Deletes the translation specified by the translation id |
String |
AdminTranslationController.showAddTranslation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
TranslationForm form,
org.springframework.validation.BindingResult result)
Renders a modal dialog that has a list grid of translations for the specified field |
String |
AdminTranslationController.showUpdateTranslation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
TranslationForm form,
org.springframework.validation.BindingResult result)
|
String |
AdminTranslationController.viewTranslation(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
TranslationForm form,
org.springframework.validation.BindingResult result)
Invoked when the translation button is clicked on a given translatable field |
| Uses of TranslationForm in org.broadleafcommerce.openadmin.web.service |
|---|
| Methods in org.broadleafcommerce.openadmin.web.service with parameters of type TranslationForm | |
|---|---|
EntityForm |
TranslationFormBuilderServiceImpl.buildTranslationForm(TranslationForm formProperties)
|
EntityForm |
TranslationFormBuilderService.buildTranslationForm(TranslationForm formProperties)
Builds an EntityForm used to create or edit a translation value |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||