public interface ITreeVisitor extends IInstanceVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(AbstractTreeElement element) |
void |
visit(FormInstance tree)
Performs any necessary operations on the IFormDataModel without
visiting any of the Model's potential children.
|
void visit(FormInstance tree)
IInstanceVisitorvisit in interface IInstanceVisitorvoid visit(AbstractTreeElement element)
Copyright © 2024. All rights reserved.