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

Constructor Summary
Selection(java.lang.Class<S> componentType)
           
Selection(java.lang.Class<S> componentType, java.lang.String wicketId)
           
 
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
 

Constructor Detail

Selection

public Selection(java.lang.Class<S> componentType)

Selection

public Selection(java.lang.Class<S> componentType,
                 java.lang.String wicketId)
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.