Java Doc for Events.java in  » Ajax » MyGWT » net » mygwt » ui » client » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » MyGWT » net.mygwt.ui.client 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.mygwt.ui.client.Events

Events
public class Events (Code)
Defines the MyGWT event types.


Field Summary
final public static  intActivate
     Activate event type (value is 980).
final public static  intAdd
     Add event type (value is 110).
final public static  intAttach
     Attach event type (value is 800).
final public static  intBeforeAdd
     BeforeAdd event type (value is 111).
final public static  intBeforeClose
     Close event type (value is 705).
final public static  intBeforeCollapse
     BeforeCollapse event type (value is 230).
final public static  intBeforeDispose
     BeforeDispose event type (value is 300).
final public static  intBeforeExpand
     BeforeExpand event type (value is 220).
final public static  intBeforeHide
     BeforeHide event type (value is 420).
final public static  intBeforeOpen
     BeforeOpen event type (value is 712).
final public static  intBeforeRemove
     BeforeRemove event type (value is 131).
final public static  intBeforeShow
     BeforeShow event type (value is 400).
final public static  intBlur
     Blur event type (value is 360).
final public static  intCellClick
     CellClick event type (value is 940).
final public static  intCellDoubleClick
     CellDoubleClick event type (value is 950).
final public static  intChange
     Change event type (value is 370).
final public static  intCheckChange
     CheckChange event type (value is 580).
final public static  intClick
     Click event type (value is Event.ONCLICK).
final public static  intClose
     Close event type (value is 710).
final public static  intCollapse
     Collapse event type (value is 240).
final public static  intColumnClick
     ColumnClick event type (value is 930).
final public static  intContextMenu
     ContextMenu event type (value is 450).
final public static  intDeactivate
     Deactivate event type (value is 990).
final public static  intDetach
     Detach event type (value is 810).
final public static  intDisable
     Disable event type (value is 760).
final public static  intDispose
     Dispose event type (value is 310).
final public static  intDoubleClick
     DoubleClick event type (value is Event.ONDBLCLICK).
final public static  intDragCancel
     DragCancel event type (value is 855).
final public static  intDragEnd
     DragEnd event type (value is 860).
final public static  intDragMove
     DragMove event type (value is 858).
final public static  intDragStart
     DragStart event type (value is 850).
final public static  intEffectCancel
     EffectCancel event type (value is 920).
final public static  intEffectComplete
     EffectComplete event type (value is 910).
final public static  intEffectStart
     EffectStart event type (value is 900).
final public static  intEnable
     Enable event type (value is 750).
final public static  intExpand
     Expand event type (value is 210).
final public static  intFocus
     Focus event type (value is 310).
final public static  intHide
     Hide event type (value is 430).
final public static  intInvalid
     Invalid event type (value is 375).
final public static  intKeyDown
     KeyDown event type (value is Event.ONKEYDOWN).
final public static  intKeyPress
     KeyPress event type (value is Event.ONKEYPRESS).
final public static  intKeyUp
     KeyUp event type (value is Event.ONKEYUP).
final public static  intMouseDown
     MouseDown event type (value is Event.ONMOUSEDOWN).
final public static  intMouseMove
     MouseMove event type (value is Event.ONMOUSEMOVE).
final public static  intMouseOut
     MouseOut event type (value is Event.ONMOUSEOUT).
final public static  intMouseOver
     MouseOver event type (value is Event.ONMOUSEOVER).
final public static  intMouseUp
     MouseUp event type (value is Event.ONMOUSEUP).
final public static  intOpen
     Open event type (value is 714).
final public static  intRemove
     Remove event type (value is 150).
final public static  intRender
     Render event type (value is 500).
final public static  intResize
     Resize event type (value is 590).
final public static  intResizeEnd
     ResizeEnd event type (value is 924).
final public static  intResizeStart
     ResizeStart event type (value is 922).
final public static  intRowClick
     RowClick event type (value is 960).
final public static  intRowDoubleClick
     RowDoubleClick event type (value is 970).
final public static  intScroll
     Scroll event type (value is Event.ONSCROLL).
final public static  intSelect
     Select event type (value is 610).
final public static  intSelectionChange
     SelectionChange event type (value is 600).
final public static  intShow
     Show event type (value is 410).
final public static  intSortChange
     SortChange event type (value is 932).
final public static  intStateChange
     StateChange event type (value is 440).
final public static  intValid
     Valid event type (value is 374).



Field Detail
Activate
final public static int Activate(Code)
Activate event type (value is 980).



Add
final public static int Add(Code)
Add event type (value is 110).



Attach
final public static int Attach(Code)
Attach event type (value is 800).



BeforeAdd
final public static int BeforeAdd(Code)
BeforeAdd event type (value is 111).



BeforeClose
final public static int BeforeClose(Code)
Close event type (value is 705).



BeforeCollapse
final public static int BeforeCollapse(Code)
BeforeCollapse event type (value is 230).



BeforeDispose
final public static int BeforeDispose(Code)
BeforeDispose event type (value is 300).



BeforeExpand
final public static int BeforeExpand(Code)
BeforeExpand event type (value is 220).



BeforeHide
final public static int BeforeHide(Code)
BeforeHide event type (value is 420).



BeforeOpen
final public static int BeforeOpen(Code)
BeforeOpen event type (value is 712).



BeforeRemove
final public static int BeforeRemove(Code)
BeforeRemove event type (value is 131).



BeforeShow
final public static int BeforeShow(Code)
BeforeShow event type (value is 400).



Blur
final public static int Blur(Code)
Blur event type (value is 360).



CellClick
final public static int CellClick(Code)
CellClick event type (value is 940).



CellDoubleClick
final public static int CellDoubleClick(Code)
CellDoubleClick event type (value is 950).



Change
final public static int Change(Code)
Change event type (value is 370).



CheckChange
final public static int CheckChange(Code)
CheckChange event type (value is 580).



Click
final public static int Click(Code)
Click event type (value is Event.ONCLICK).



Close
final public static int Close(Code)
Close event type (value is 710).



Collapse
final public static int Collapse(Code)
Collapse event type (value is 240).



ColumnClick
final public static int ColumnClick(Code)
ColumnClick event type (value is 930).



ContextMenu
final public static int ContextMenu(Code)
ContextMenu event type (value is 450).



Deactivate
final public static int Deactivate(Code)
Deactivate event type (value is 990).



Detach
final public static int Detach(Code)
Detach event type (value is 810).



Disable
final public static int Disable(Code)
Disable event type (value is 760).



Dispose
final public static int Dispose(Code)
Dispose event type (value is 310).



DoubleClick
final public static int DoubleClick(Code)
DoubleClick event type (value is Event.ONDBLCLICK).



DragCancel
final public static int DragCancel(Code)
DragCancel event type (value is 855).



DragEnd
final public static int DragEnd(Code)
DragEnd event type (value is 860).



DragMove
final public static int DragMove(Code)
DragMove event type (value is 858).



DragStart
final public static int DragStart(Code)
DragStart event type (value is 850).



EffectCancel
final public static int EffectCancel(Code)
EffectCancel event type (value is 920).



EffectComplete
final public static int EffectComplete(Code)
EffectComplete event type (value is 910).



EffectStart
final public static int EffectStart(Code)
EffectStart event type (value is 900).



Enable
final public static int Enable(Code)
Enable event type (value is 750).



Expand
final public static int Expand(Code)
Expand event type (value is 210).



Focus
final public static int Focus(Code)
Focus event type (value is 310).



Hide
final public static int Hide(Code)
Hide event type (value is 430).



Invalid
final public static int Invalid(Code)
Invalid event type (value is 375).



KeyDown
final public static int KeyDown(Code)
KeyDown event type (value is Event.ONKEYDOWN).



KeyPress
final public static int KeyPress(Code)
KeyPress event type (value is Event.ONKEYPRESS).



KeyUp
final public static int KeyUp(Code)
KeyUp event type (value is Event.ONKEYUP).



MouseDown
final public static int MouseDown(Code)
MouseDown event type (value is Event.ONMOUSEDOWN).



MouseMove
final public static int MouseMove(Code)
MouseMove event type (value is Event.ONMOUSEMOVE).



MouseOut
final public static int MouseOut(Code)
MouseOut event type (value is Event.ONMOUSEOUT).



MouseOver
final public static int MouseOver(Code)
MouseOver event type (value is Event.ONMOUSEOVER).



MouseUp
final public static int MouseUp(Code)
MouseUp event type (value is Event.ONMOUSEUP).



Open
final public static int Open(Code)
Open event type (value is 714).



Remove
final public static int Remove(Code)
Remove event type (value is 150).



Render
final public static int Render(Code)
Render event type (value is 500).



Resize
final public static int Resize(Code)
Resize event type (value is 590).



ResizeEnd
final public static int ResizeEnd(Code)
ResizeEnd event type (value is 924).



ResizeStart
final public static int ResizeStart(Code)
ResizeStart event type (value is 922).



RowClick
final public static int RowClick(Code)
RowClick event type (value is 960).



RowDoubleClick
final public static int RowDoubleClick(Code)
RowDoubleClick event type (value is 970).



Scroll
final public static int Scroll(Code)
Scroll event type (value is Event.ONSCROLL).



Select
final public static int Select(Code)
Select event type (value is 610).



SelectionChange
final public static int SelectionChange(Code)
SelectionChange event type (value is 600).



Show
final public static int Show(Code)
Show event type (value is 410).



SortChange
final public static int SortChange(Code)
SortChange event type (value is 932).



StateChange
final public static int StateChange(Code)
StateChange event type (value is 440).



Valid
final public static int Valid(Code)
Valid event type (value is 374).





Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.