public class UIStateEvent extends com.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UIStateEvent.HasUIStateHandler |
static interface |
UIStateEvent.UIStateHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateHandler> |
TYPE |
| Constructor and Description |
|---|
UIStateEvent(UIStateType uiStateType) |
UIStateEvent(UIStateType uiStateType,
TRId trId,
DataViewType dataViewType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(UIStateEvent.UIStateHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
UIStateEvent uiStateEvent) |
com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateHandler> |
getAssociatedType() |
DataViewType |
getDataViewType() |
TRId |
getTrId() |
static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateHandler> |
getType() |
UIStateType |
getUIStateType() |
void |
setDataViewType(DataViewType dataViewType) |
void |
setTrId(TRId trId) |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateHandler> TYPE
public UIStateEvent(UIStateType uiStateType)
public UIStateEvent(UIStateType uiStateType, TRId trId, DataViewType dataViewType)
public UIStateType getUIStateType()
protected void dispatch(UIStateEvent.UIStateHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateHandler>public com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<UIStateEvent.UIStateHandler>public static com.google.gwt.event.shared.GwtEvent.Type<UIStateEvent.UIStateHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
UIStateEvent uiStateEvent)
public TRId getTrId()
public void setTrId(TRId trId)
public DataViewType getDataViewType()
public void setDataViewType(DataViewType dataViewType)
public String toString()
toString in class com.google.web.bindery.event.shared.Event<UIStateEvent.UIStateHandler>Copyright © 2017. All Rights Reserved.