Interface AjaxFormUpdateController
- All Known Implementing Classes:
AjaxFormUpdateControllerImpl
public interface AjaxFormUpdateController
Coordinates the rendering of page partials in the context of an
Ajax update to an existing Form.
- Since:
- 5.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Ends the heartbeat, executes deferred Form actions, and cleans up the environmentals.void
initializeForForm
(String formComponentId, String formClientId) void
Called before starting to render a zone's content; initializes theFormSupport
andValidationTracker
environmentals and starts a heartbeat.
-
Method Details
-
initializeForForm
-
setupBeforePartialZoneRender
Called before starting to render a zone's content; initializes theFormSupport
andValidationTracker
environmentals and starts a heartbeat. -
cleanupAfterPartialZoneRender
Ends the heartbeat, executes deferred Form actions, and cleans up the environmentals.
-