Class MarkupIdVisitor
java.lang.Object
org.wicketstuff.wiquery.core.util.MarkupIdVisitor
- All Implemented Interfaces:
org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Void>
public class MarkupIdVisitor
extends Object
implements org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Void>
$Id: MarkupIdVisitor.java 1714M 2012-01-17 08:57:27Z (local) $
Class to retrieve the Wicket component with the specified markup identifier
- Since:
- 1.0
- Author:
- Julien Roche
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MarkupIdVisitor
-
-
Method Details
-
component
public void component(org.apache.wicket.Component component, org.apache.wicket.util.visit.IVisit<Void> visit) - Specified by:
componentin interfaceorg.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Void>
-
getId
-
getFoundComponent
public org.apache.wicket.Component getFoundComponent()- Returns:
- the Wicket component that have been found
-