Interface EntityFormModifier


public interface EntityFormModifier
Qualified instances are expected to manipulate the EntityForm instance passed in the request.
Author:
Jeff Fischer
  • Method Details

    • modifyEntityForm

      void modifyEntityForm(EntityFormModifierRequest request)
      Modify the EntityForm in the request. The request contains other relevant information that should be useful during the modification.
      Parameters:
      request - the EntityForm, and other supporting objects
      See Also:
    • modifyListGrid

      void modifyListGrid(EntityFormModifierRequest request)
      Modify the ListGrid in the request. The request contains other relevant information that should be useful during the modification.
      Parameters:
      request - The ListGrid, and other supporting objects
    • isQualified

      boolean isQualified(String modifierType)
      Whether or not this EntityFormModifier is qualified to modify based on the modifierType.
      Parameters:
      modifierType - and identifier for the class of modification being requested
      Returns:
      Whether or not qualified