public class ChildrenFinder extends Object implements org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Void>, Serializable
Constructor and Description |
---|
ChildrenFinder(String id) |
Modifier and Type | Method and Description |
---|---|
void |
component(org.apache.wicket.Component component,
org.apache.wicket.util.visit.IVisit<Void> visit) |
List<org.apache.wicket.Component> |
getFoundComponents() |
public ChildrenFinder(String id)
public void component(org.apache.wicket.Component component, org.apache.wicket.util.visit.IVisit<Void> visit)
component
in interface org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Void>
public List<org.apache.wicket.Component> getFoundComponents()
Copyright © 2015. All rights reserved.