|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.visit.AllVisitFilter
public class AllVisitFilter
IVisitFilter that let visitors visit all.
| Field Summary |
|---|
| Fields inherited from interface org.apache.wicket.util.visit.IVisitFilter |
|---|
ANY |
| Constructor Summary | |
|---|---|
AllVisitFilter()
|
|
| Method Summary | |
|---|---|
boolean |
visitChildren(Object object)
Controls whether or not the object's children will be visited |
boolean |
visitObject(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 AllVisitFilter()
| Method Detail |
|---|
public boolean visitChildren(Object object)
object's children will be visited
visitChildren in interface IVisitFiltertrue if the object's children should be visitedpublic boolean visitObject(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 | |||||||||