public class MessageEvent extends com.google.gwt.event.shared.GwtEvent<MessageHandler>
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
BIND_CLASSROOM
The Constant BIND_CLASSROOM.
|
static Integer |
BIND_PRODUCT
The Constant BIND_PRODUCT.
|
static Integer |
CANCEL
The Constant CANCEL.
|
static Integer |
CHANGE_PWD
The Constant CHANGE_PWD.
|
static Integer |
CHECK_ERROR
The Constant CHECK_ERROR.
|
static Integer |
CHILDCLICK
The Constant CHILDCLICK.
|
static Integer |
CLOSE
The Constant CLOSE.
|
static Integer |
CLOSE_AND_REFRESH
The Constant CLOSE_AND_REFRESH.
|
static Integer |
COLOR
The Constant COLOR.
|
static Integer |
COLORS
The Constant COLORS.
|
static Integer |
CONTEXTMENU
The Constant CONTEXTMENU.
|
static Integer |
CREATE
The Constant CREATE.
|
static Integer |
CREATEROOT
The Constant CREATEROOT.
|
static Integer |
CUSTOM
The Constant CUSTOM.
|
static Integer |
DBCLICK
The Constant DBCLICK.
|
static Integer |
DELETE
The Constant DELETE.
|
static Integer |
DETAIL
The Constant DETAIL.
|
static Integer |
DOING
The Constant DOING.
|
static Integer |
DOWN
The Constant DOWN.
|
static Integer |
EDIT
The Constant EDIT.
|
static Integer |
EDIT_SECTION
The Constant EDIT_SECTION.
|
static Integer |
EDITCONTENT
The Constant EDITCONTENT.
|
static Integer |
ENABLED
The Constant ENABLED.
|
static Integer |
FAIL
The Constant FAIL.
|
static Integer |
FIRST
The Constant FIRST.
|
static Integer |
INFO
The Constant INFO.
|
static Integer |
ITEMCLICK
The Constant ITEMCLICK.
|
static Integer |
LAST
The Constant LAST.
|
static Integer |
LOGIN
The Constant LOGIN.
|
static Integer |
MESSAGE
The Constant MESSAGE.
|
static Integer |
MODIFY
The Constant MODIFY.
|
static Integer |
NAVI
The Constant NAVI.
|
static Integer |
NEXT
The Constant NEXT.
|
static Integer |
OK
The Constant OK.
|
static Integer |
PAGE
The Constant PAGE.
|
static Integer |
PREV
The Constant PREV.
|
static Integer |
PREVIEW
The Constant PREVIEW.
|
static Integer |
QUIT
The Constant QUIT.
|
static Integer |
REFRESH
The Constant REFRESH.
|
static Integer |
RESRTRICT
The Constant RESRTRICT.
|
static Integer |
RETURN
The Constant RETURN.
|
static Integer |
SAVE
The Constant SAVE.
|
static Integer |
SAVE_TO_TEMPLATE
The Constant SAVE_TO_TEMPLATE.
|
static Integer |
SAVE_TO_WEB
The Constant SAVE_TO_WEB.
|
static Integer |
SEARCH
The Constant SEARCH.
|
static Integer |
SELECT
The Constant SELECT.
|
static Integer |
SELECTUSER
The Constant SELECTUSER.
|
static Integer |
SUBMIT
The Constant SUBMIT.
|
static Integer |
SUCCESS
The Constant SUCCESS.
|
static Integer |
SYLLABUS_CONTENT_EDIT
The Constant SYLLABUS_CONTENT_EDIT.
|
static Integer |
TRANSFROM
The Constant TRANSFROM.
|
static com.google.gwt.event.shared.GwtEvent.Type<MessageHandler> |
TYPE
The type.
|
static Integer |
UP
The Constant UP.
|
static Integer |
UPDATE
The Constant UPDATE.
|
static Integer |
VALUECHANGE
The Constant VALUECHANGE.
|
| 构造器和说明 |
|---|
MessageEvent(Integer message,
Object value)
Instantiates a new message event.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
dispatch(MessageHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<MessageHandler> |
getAssociatedType() |
Integer |
getMessage()
Gets the message.
|
Object |
getValue()
Gets the value.
|
void |
setMessage(Integer message)
Sets the message.
|
void |
setValue(Object value)
Sets the value.
|
public static com.google.gwt.event.shared.GwtEvent.Type<MessageHandler> TYPE
public static final Integer CLOSE_AND_REFRESH
public static final Integer CLOSE
public static final Integer CANCEL
public static final Integer CHILDCLICK
public static final Integer CREATEROOT
public static final Integer ITEMCLICK
public static final Integer SELECTUSER
public static final Integer CONTEXTMENU
public static final Integer DELETE
public static final Integer EDIT
public static final Integer UPDATE
public static final Integer REFRESH
public static final Integer TRANSFROM
public static final Integer OK
public static final Integer EDITCONTENT
public static final Integer PAGE
public static final Integer NEXT
public static final Integer PREV
public static final Integer FIRST
public static final Integer LAST
public static final Integer SYLLABUS_CONTENT_EDIT
public static final Integer EDIT_SECTION
public static final Integer SELECT
public static final Integer SAVE_TO_WEB
public static final Integer PREVIEW
public static final Integer VALUECHANGE
public static final Integer UP
public static final Integer DOWN
public static final Integer SAVE_TO_TEMPLATE
public static final Integer MESSAGE
public static final Integer SUBMIT
public static final Integer RESRTRICT
public static final Integer NAVI
public static final Integer INFO
public static final Integer DOING
public static final Integer CHECK_ERROR
public static final Integer SAVE
public static final Integer CHANGE_PWD
public static final Integer CREATE
public static final Integer SUCCESS
public static final Integer FAIL
public static final Integer DETAIL
public static final Integer BIND_PRODUCT
public static final Integer BIND_CLASSROOM
public static final Integer LOGIN
public static final Integer RETURN
public static final Integer COLOR
public static final Integer COLORS
public static final Integer QUIT
public static final Integer ENABLED
public static final Integer SEARCH
public static final Integer DBCLICK
public static final Integer MODIFY
public static final Integer CUSTOM
protected void dispatch(MessageHandler handler)
dispatch 在类中 com.google.gwt.event.shared.GwtEvent<MessageHandler>public com.google.gwt.event.shared.GwtEvent.Type<MessageHandler> getAssociatedType()
getAssociatedType 在类中 com.google.gwt.event.shared.GwtEvent<MessageHandler>public Object getValue()
public void setValue(Object value)
value - the new valuepublic Integer getMessage()
public void setMessage(Integer message)
message - the new messageCopyright © 2017. All rights reserved.