Uses of Interface
org.fusesource.web.console.client.common.util.Predicate

Packages that use Predicate
org.fusesource.web.console.client.util   
 

Uses of Predicate in org.fusesource.web.console.client.util
 

Methods in org.fusesource.web.console.client.util with parameters of type Predicate
static void WidgetHelper.addWidgets(java.util.List answer, com.google.gwt.user.client.ui.HTMLTable grid, Predicate<com.google.gwt.user.client.ui.Widget> predicate)
           
static java.util.List<com.google.gwt.user.client.ui.Widget> WidgetHelper.getWidgets(com.google.gwt.user.client.ui.HTMLTable grid, Predicate<com.google.gwt.user.client.ui.Widget> predicate)
          Returns all of the widgets of the given type from the grid
 



Copyright © 2009 FuseSource. All Rights Reserved.