public interface IPreloadHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handlePostProcess(TreeElement node,
String params)
Handles any post processing tasks that should be completed after the form entry
interaction is completed.
|
IAnswerData |
handlePreload(String preloadParams)
Takes in a set of preload parameters, and determines the
proper IAnswerData to be preloaded for a question.
|
String |
preloadHandled() |
String preloadHandled()
IAnswerData handlePreload(String preloadParams)
preloadParams - the parameters determining the preload valueboolean handlePostProcess(TreeElement node, String params)
model - The completed data model.ref - The reference to be processedparams - Processing paramaters.Copyright © 2022. All rights reserved.