Class AbstractFormBuilderExtensionHandler

java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.openadmin.web.service.AbstractFormBuilderExtensionHandler
All Implemented Interfaces:
org.broadleafcommerce.common.extension.ExtensionHandler, FormBuilderExtensionHandler
Direct Known Subclasses:
TranslationsFormBuilderExtensionHandler

public abstract class AbstractFormBuilderExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements FormBuilderExtensionHandler
Abstract class to provide convenience for determining how to handle form extensions in the admin
Author:
Kelly Tisdell, Phillip Verheyden (phillipuniverse)
  • Field Summary

    Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    enabled, priority
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    Provides a hook to add additional actions to adorned entity forms.
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    Provides a hook to add additional actions to all entity forms.
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    Invoked whenever a detailed EntityForm is built, after the initial list grids have been created on the given EntityForm.
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    modifyListGrid(String className, ListGrid listGrid)
    Provides a hook to modify the ListGrid for the given className when building an entityForm.
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    modifyListGridRecord(String className, ListGridRecord record, Entity entity)
    Provides a hook to modify the ListGridRecord for the given Entity while building the list grid record.
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    Modifies an EntityForm after it has been populated with an Entity.
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    Modifies an EntityForm before it is populated with an Entity.

    Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    getPriority, isEnabled, setEnabled, setPriority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler

    getPriority, isEnabled