org.odlabs.wiquery.core.util
Class WiQueryPluginVisitor

java.lang.Object
  extended by org.odlabs.wiquery.core.util.WiQueryPluginVisitor
All Implemented Interfaces:
Serializable, org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Boolean>

public class WiQueryPluginVisitor
extends Object
implements org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Boolean>, Serializable

$Id: WiQueryPluginVisitor.java 634 2010-12-24 14:42:09Z hielke.hoeve@gmail.com $

Visits component hierarchy to find plugins both in components and behaviors

Since:
1.0-m2
Author:
Lionel Armanet
See Also:
Serialized Form

Constructor Summary
WiQueryPluginVisitor(IWiQueryPlugin wiQueryPlugin)
           
 
Method Summary
 void component(org.apache.wicket.Component component, org.apache.wicket.util.visit.IVisit<Boolean> visit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WiQueryPluginVisitor

public WiQueryPluginVisitor(IWiQueryPlugin wiQueryPlugin)
Method Detail

component

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


Copyright © 2012. All Rights Reserved.