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 Details

    • MarkupIdVisitor

      public MarkupIdVisitor(String id)
  • Method Details

    • component

      public void component(org.apache.wicket.Component component, org.apache.wicket.util.visit.IVisit<Void> visit)
      Specified by:
      component in interface org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Void>
    • getId

      public String getId()
    • getFoundComponent

      public org.apache.wicket.Component getFoundComponent()
      Returns:
      the Wicket component that have been found