Uses of Class
jdave.wicket.Selection

Uses of Selection in jdave.wicket
 

Methods in jdave.wicket that return Selection
<S extends org.apache.wicket.Component>
Selection<S>
ComponentSpecification.selectFirst(java.lang.Class<S> type)
          Select first component whose model object matches given Hamcrest matcher:
<S extends org.apache.wicket.Component>
Selection<S>
ComponentSpecification.selectFirst(java.lang.Class<S> type, java.lang.String wicketId)
          Select first component whose Wicket id is given String:
 Selection<S> Selection.which(org.hamcrest.Matcher<?> matcher)
           
 



Copyright © 2010. All Rights Reserved.