public interface IInstanceVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(FormInstance instance)
Performs any necessary operations on the IFormDataModel without
visiting any of the Model's potential children.
|
void visit(FormInstance instance)
dataModel
-