Interface AdminAbstractListGridExtensionHandler

All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler

public interface AdminAbstractListGridExtensionHandler extends org.broadleafcommerce.common.extension.ExtensionHandler
Extension handler for ListGrid.

Created by Reginald Cole

  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    This can be used to add ListGridActions to the ListGrid

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

    getPriority, isEnabled
  • Method Details

    • addAdditionalRowAction

      org.broadleafcommerce.common.extension.ExtensionResultStatusType addAdditionalRowAction(ListGrid listGrid)
      This can be used to add ListGridActions to the ListGrid
      Parameters:
      listGrid -
      Returns: