Package org.wicketstuff.jwicket
Class ChildrenFinder
- java.lang.Object
-
- org.wicketstuff.jwicket.ChildrenFinder
-
- All Implemented Interfaces:
Serializable,IVisitor<Component,Void>
public class ChildrenFinder extends Object implements IVisitor<Component,Void>, Serializable
Find a page's child component by it's markup id- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChildrenFinder(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomponent(Component component, IVisit<Void> visit)List<Component>getFoundComponents()
-