|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<HighlightHandler<V>>
com.google.gwt.event.logical.shared.HighlightEvent<V>
V - the highlighted value typepublic class HighlightEvent<V>
Represents a highlight event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Method Summary | ||
|---|---|---|
static
|
fire(S source,
V highlighted)
Fires a highlight event on all registered handlers in the handler manager. |
|
GwtEvent.Type<HighlightHandler<V>> |
getAssociatedType()
Returns the type used to register this event. |
|
V |
getHighlighted()
Gets the value highlighted. |
|
static GwtEvent.Type<HighlightHandler<?>> |
getType()
Gets the type associated with this event. |
|
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
getSource, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static <V,S extends HasHighlightHandlers<V> & HasHandlers> void fire(S source,
V highlighted)
V - the highlighted value typeS - The event sourcesource - the source of the handlershighlighted - the value highlightedpublic static GwtEvent.Type<HighlightHandler<?>> getType()
public final GwtEvent.Type<HighlightHandler<V>> getAssociatedType()
GwtEvent
getAssociatedType in class GwtEvent<HighlightHandler<V>>public V getHighlighted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||