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)
IInstanceVisitor
visit
in interface IInstanceVisitor
void visit(AbstractTreeElement element)