jdave.wicket
Class Selection<S extends org.apache.wicket.Component>

java.lang.Object
  extended by jdave.wicket.Selection<S>

public class Selection<S extends org.apache.wicket.Component>
extends java.lang.Object

Author:
Joni Freeman, Mikko Peltonen, Timo Rantalaiho

Method Summary
 S from(org.apache.wicket.MarkupContainer root)
           
protected  Selector newSelector()
           
 Selection<S> which(org.hamcrest.Matcher<?> matcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

from

public S from(org.apache.wicket.MarkupContainer root)

which

public Selection<S> which(org.hamcrest.Matcher<?> matcher)

newSelector

protected Selector newSelector()


Copyright ? 2008. All Rights Reserved.