jdave.wicket
Class Selection<S extends org.apache.wicket.Component>
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Selection
public Selection(java.lang.Class<S> componentType)
Selection
public Selection(java.lang.Class<S> componentType,
java.lang.String wicketId)
from
public <X extends S> X from(org.apache.wicket.MarkupContainer root)
which
public Selection<S> which(org.hamcrest.Matcher<?> matcher)
newSelector
protected Selector newSelector()
Copyright © 2010. All Rights Reserved.