Home
Package
Class
Method
Package
com
.
mvp4g
.
client
.
gwt_event
Examples of com.mvp4g.client.gwt_event.LoadEvent
com.mvp4g.client.gwt_event.LoadEvent
Represents a widget load event. This event should be fired when a widget is added to the DOM.
25
26
27
28
29
30
31
}
@Override
public
void
onLoad
() {
super
.onLoad
()
;
fireEvent
(
new
LoadEvent
() )
;
}
View Full Code Here
TOP
Related Classes of com.mvp4g.client.gwt_event.LoadEvent
com.mvp4g.client.view.BaseCycleView
Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.