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

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

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

Author:
Joni Freeman, Timo Rantalaiho

Constructor Summary
MultiSelection(java.lang.Class<S> componentType)
           
MultiSelection(java.lang.Class<S> componentType, java.lang.String wicketId)
           
 
Method Summary
 java.util.List<S> from(org.apache.wicket.MarkupContainer root)
           
 MultiSelection<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

MultiSelection

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

MultiSelection

public MultiSelection(java.lang.Class<S> componentType,
                      java.lang.String wicketId)
Method Detail

from

public java.util.List<S> from(org.apache.wicket.MarkupContainer root)

which

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


Copyright ? 2008. All Rights Reserved.