Class TranslationsFormBuilderExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.openadmin.web.service.AbstractFormBuilderExtensionHandler
org.broadleafcommerce.openadmin.web.service.extension.TranslationsFormBuilderExtensionHandler
- All Implemented Interfaces:
org.broadleafcommerce.common.extension.ExtensionHandler,FormBuilderExtensionHandler
@Service("blTranslationsFormBuilderExtensionHandler")
public class TranslationsFormBuilderExtensionHandler
extends AbstractFormBuilderExtensionHandler
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
enabled, priority -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()org.broadleafcommerce.common.extension.ExtensionResultStatusTypemodifyListGridRecord(String className, ListGridRecord record, Entity entity) Provides a hook to modify the ListGridRecord for the given Entity while building the list grid record.Methods inherited from class org.broadleafcommerce.openadmin.web.service.AbstractFormBuilderExtensionHandler
addAdditionalAdornedFormActions, addAdditionalFormActions, modifyDetailEntityForm, modifyListGrid, modifyPopulatedEntityForm, modifyUnpopulatedEntityFormMethods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
getPriority, isEnabled, setEnabled, setPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Field Details
-
extensionManager
-
-
Constructor Details
-
TranslationsFormBuilderExtensionHandler
public TranslationsFormBuilderExtensionHandler()
-
-
Method Details
-
init
@PostConstruct public void init() -
modifyListGridRecord
public org.broadleafcommerce.common.extension.ExtensionResultStatusType modifyListGridRecord(String className, ListGridRecord record, Entity entity) Description copied from interface:FormBuilderExtensionHandlerProvides a hook to modify the ListGridRecord for the given Entity while building the list grid record.- Specified by:
modifyListGridRecordin interfaceFormBuilderExtensionHandler- Overrides:
modifyListGridRecordin classAbstractFormBuilderExtensionHandler- Returns:
- whether or not it was handled
-