Uses of Enum
com.google.gwt.user.cellview.client.RowHoverEvent.HoveringScope
Packages that use RowHoverEvent.HoveringScope
-
Uses of RowHoverEvent.HoveringScope in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return RowHoverEvent.HoveringScopeModifier and TypeMethodDescriptionRowHoverEvent.getHoveringScope()Return the scope/area of the hover event.static RowHoverEvent.HoveringScopeReturns 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.HoveringScopeModifier and TypeMethodDescriptionstatic RowHoverEventRowHoverEvent.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.HoveringScopeModifierConstructorDescriptionprotectedRowHoverEvent(TableRowElement hoveringRow, Event browserEvent, boolean isUnHover, RowHoverEvent.HoveringScope hoveringScope) Construct a newRowHoverEvent.