Package | Description |
---|---|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
RowHoverEvent(TableRowElement hoveringRow,
Event browserEvent,
boolean isUnHover,
RowHoverEvent.HoveringScope hoveringScope)
Construct a new
RowHoverEvent . |