public class RibbonEvent extends com.google.gwt.event.shared.GwtEvent<RibbonEvent.RibbonEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RibbonEvent.HasRibbonEventHandler |
static interface |
RibbonEvent.RibbonEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RibbonEvent.RibbonEventHandler> |
TYPE |
| Constructor and Description |
|---|
RibbonEvent(RibbonType ribbonType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RibbonEvent.RibbonEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
RibbonType ribbonType) |
com.google.gwt.event.shared.GwtEvent.Type<RibbonEvent.RibbonEventHandler> |
getAssociatedType() |
RibbonType |
getRibbonType() |
static com.google.gwt.event.shared.GwtEvent.Type<RibbonEvent.RibbonEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<RibbonEvent.RibbonEventHandler> TYPE
public RibbonEvent(RibbonType ribbonType)
public RibbonType getRibbonType()
protected void dispatch(RibbonEvent.RibbonEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RibbonEvent.RibbonEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<RibbonEvent.RibbonEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RibbonEvent.RibbonEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<RibbonEvent.RibbonEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
RibbonType ribbonType)
public String toString()
toString in class com.google.web.bindery.event.shared.Event<RibbonEvent.RibbonEventHandler>Copyright © 2014. All Rights Reserved.