|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.visit.ClassVisitFilter
public class ClassVisitFilter
IVisitFilter that restricts visitors to only visiting objects of the specified class
| Field Summary |
|---|
| Fields inherited from interface org.apache.wicket.util.visit.IVisitFilter |
|---|
ANY |
| Constructor Summary | |
|---|---|
ClassVisitFilter(java.lang.Class<?> clazz)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
visitChildren(java.lang.Object object)
Controls whether or not the object's children will be visited |
boolean |
visitObject(java.lang.Object object)
Controls whether or not the object will be visited |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassVisitFilter(java.lang.Class<?> clazz)
clazz - class of objects that visitors should be restricted to| Method Detail |
|---|
public boolean visitChildren(java.lang.Object object)
object's children will be visited
visitChildren in interface IVisitFiltertrue if the object's children should be visitedpublic boolean visitObject(java.lang.Object object)
object will be visited
visitObject in interface IVisitFiltertrue if the object should be visited
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||