GWT 2.7.0

Uses of Class
com.google.gwt.user.cellview.client.RowHoverEvent.HoveringScope

Packages that use RowHoverEvent.HoveringScope
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of RowHoverEvent.HoveringScope in com.google.gwt.user.cellview.client
 

Methods in com.google.gwt.user.cellview.client that return RowHoverEvent.HoveringScope
 RowHoverEvent.HoveringScope RowHoverEvent.getHoveringScope()
          Return the scope/area of the hover event.
static RowHoverEvent.HoveringScope RowHoverEvent.HoveringScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RowHoverEvent.HoveringScope[] RowHoverEvent.HoveringScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.user.cellview.client with parameters of type RowHoverEvent.HoveringScope
static RowHoverEvent RowHoverEvent.fire(HasHandlers source, TableRowElement hoveringRow, Event browserEvent, boolean isUnHover, RowHoverEvent.HoveringScope hoveringScope)
          Fires a row hover event on all registered handlers in the handler manager.
 

Constructors in com.google.gwt.user.cellview.client with parameters of type RowHoverEvent.HoveringScope
RowHoverEvent(TableRowElement hoveringRow, Event browserEvent, boolean isUnHover, RowHoverEvent.HoveringScope hoveringScope)
          Construct a new RowHoverEvent.
 


GWT 2.7.0