|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<ShowRangeHandler<V>>
com.google.gwt.event.logical.shared.ShowRangeEvent<V>
V - the type of rangepublic class ShowRangeEvent<V>
Represents a show range event. This logical event should be used when a widget displays a range of values to the user.
| 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 start,
V end)
Fires a show range event on all registered handlers in the handler manager. |
|
GwtEvent.Type<ShowRangeHandler<V>> |
getAssociatedType()
Returns the type used to register this event. |
|
V |
getEnd()
Gets the end of the range. |
|
V |
getStart()
Gets the start of the range. |
|
static GwtEvent.Type<ShowRangeHandler<?>> |
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 HasShowRangeHandlers<V> & HasHandlers> void fire(S source,
V start,
V end)
V - the type of rangeS - the event sourcesource - the source of the handlersstart - the start of the rangeend - the end of the rangepublic static GwtEvent.Type<ShowRangeHandler<?>> getType()
public final GwtEvent.Type<ShowRangeHandler<V>> getAssociatedType()
GwtEvent
getAssociatedType in class GwtEvent<ShowRangeHandler<V>>public V getEnd()
public V getStart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||