Java org.apache.wicket.util.visit IVisit fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.visit IVisit fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.visit IVisit.

The text is from its open source code.

Method

voiddontGoDeeper()
Prevents the visitor from visiting any children of the object currently visited
voidstop(R result)
Stops the visit/traversal and returns result
voidstop()
Stops the visit/traversal