public interface EntityFormModifier
EntityForm instance passed in the request.| Modifier and Type | Method and Description |
|---|---|
boolean |
isQualified(String modifierType)
Whether or not this EntityFormModifier is qualified to modify based on the modifierType.
|
void |
modifyEntityForm(EntityFormModifierRequest request)
Modify the
EntityForm in the request. |
void |
modifyListGrid(EntityFormModifierRequest request)
Modify the
ListGrid in the request. |
void modifyEntityForm(EntityFormModifierRequest request)
EntityForm in the request. The request contains other relevant information that should be
useful during the modification.request - the EntityForm, and other supporting objectsEntityFormModifierRequestvoid modifyListGrid(EntityFormModifierRequest request)
ListGrid in the request. The request contains other relevant information that should be
useful during the modification.request - The ListGrid, and other supporting objectsboolean isQualified(String modifierType)
modifierType - and identifier for the class of modification being requestedCopyright © 2017. All rights reserved.