public class ValuesSelectedEvent extends com.google.gwt.event.shared.GwtEvent<ValuesSelectedHandler>
| Constructor and Description |
|---|
ValuesSelectedEvent(java.util.Map<java.lang.Integer,java.lang.String> values) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ValuesSelectedHandler handler) |
static <S extends HasValuesSelectedHandlers & com.google.gwt.event.shared.HasHandlers> |
fire(S source,
java.util.Map<java.lang.Integer,java.lang.String> values)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
com.google.gwt.event.shared.GwtEvent.Type<ValuesSelectedHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<ValuesSelectedHandler> |
getType()
Gets the type associated with this event.
|
java.util.Map<java.lang.Integer,java.lang.String> |
getValues()
the new value
|
assertLive, getSource, isLive, kill, revivepublic ValuesSelectedEvent(java.util.Map<java.lang.Integer,java.lang.String> values)
public static <S extends HasValuesSelectedHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, java.util.Map<java.lang.Integer,java.lang.String> values)
S - The event sourcesource - the source of the handlerspublic static com.google.gwt.event.shared.GwtEvent.Type<ValuesSelectedHandler> getType()
protected void dispatch(ValuesSelectedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ValuesSelectedHandler>public final com.google.gwt.event.shared.GwtEvent.Type<ValuesSelectedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ValuesSelectedHandler>public java.util.Map<java.lang.Integer,java.lang.String> getValues()