net.mygwt.ui.client.widget

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.widget 
net.mygwt.ui.client.widget
Java Source File NameTypeComment
Button.javaClass A standard push button.
ButtonBar.javaClass A horizontal row of buttons.
Styles:
LEFT, CENTER, RIGHT
Events:
Click : (widget, item)
Fires when a button is clicked.
  • widget : the button bar
  • item : the button that was clicked
BeforeAdd : (widget, item, index)
Fires before a widget is added or inserted.
Component.javaClass Base class for MyGWT widgets.
Events:
Resize : (widget, width, height)
Fires when the components location or size change.
  • widget : this
  • width : the widget width
  • height : the widget height
Enable : (widget)
Fires after the component is enabled.
  • widget : this
Disable : (widget)
Fires after the component is disabled.
  • widget : this
BeforeDispose : (widget)
Fires before the component is disposed.
  • widget : this
Dispose : (widget)
Fires after the component is disposed.
  • widget : this
BeforeHide : (widget)
Fires before the component is hidden.
  • widget : this
BeforeShow : (widget)
Fires before the component is shown.
  • widget : this
Hide : (widget)
Fires after the component is hidden.
  • widget : this
Show : (widget)
Fires after the component is shown.
  • widget : this
ContextMenu : (widget)
Fires before the components context menu is shown.
Container.javaClass A Component that contains child widgets.
ContentPanel.javaClass A Container with an optional header that can be expanded and collapsed.
Styles:
COLLAPSE, HEADER, CLOSE
Events:
BeforeExpand : (widget)
Fires before the panel is expanded.
Dialog.javaClass A Shell with a button bar.
ExpandBar.javaClass A vertical container of ExpandItems. When using a style of MULTI the height of the expand bar should not be set and the expand item containers should only use a FlowLayout.
ExpandItem.javaClass A item in a ExpandBar.
Events:
BeforeExpand : (widget)
Fires before an item is expanded.
FramePanel.javaClass Displays an iframe under a element to stop IE bleed through and applet related issues.
HTMLComponent.javaClass A component created from html text.
HTMLWidget.javaClass A widget created from html text.
IconButton.javaClass A simple css styled button with 3 states: normal, over, and disabled.
Info.javaClass Displays information in the bottom right region of the browser for a specified amount of time.
Item.javaClass A horizontal component with 5 regions - left, mid left, center, mid right, and right.
KeyPressTextBox.javaClass A base class for text box's that monitor key presses using a DelayedTask.
Layout.javaClass A layout controls the position and size of the children of a Container.
List.javaClass Displays a list of list items.

Important: This component MUST be sized in pixels to render properly.

ListItem.javaClass A item contained in a List.
LoadingPanel.javaClass Displays a loading message and adds a gray overlay.
MessageBox.javaClass Instances of this class are used to inform or warn the user.
ModalPanel.javaClass A panel that grays out the view port and displays a widget above it.
PagingToolBar.javaClass A specialized toolbar that is bound to a DataLoader and provides automatic paging controls.
PNGImage.javaClass Image widget that overcomes PNG browser incompatabilities.
Popup.javaClass A shadow panel that can "pop up" over other widgets.
ScrollContainer.javaClass A Container that scrolls its contents.
Shadow.javaClass A transparent shadow.
Shell.javaClass A Shell is a window with a header and content area.
ShellManager.javaClass Manages Shell instances.
SplitBar.javaClass Creates draggable splitter bar on the side of a widget.
TabFolder.javaClass Represents a tabbed set of pages, each of which contains another widget.
TabItem.javaClass A selectable user interface object corresponding to a tab for a page in a TabFolder.
ThemeSelector.javaClass A ListBox for selecting the MyGWT themes.
ToolBar.javaClass A standard tool bar.
Events:
BeforeAdd : (widget, item, index)
Fires before a item is added or inserted.
ToolButton.javaClass A IconButton that supports a set of predefined styles.
ToolItem.javaClass A selectable item in a ToolBar.
ToolItemAdapter.javaClass Allows any widget to be placed in a tool bar.
ToolTip.javaClass Displays a information popup when a user hovers over a widget.
Events:
BeforeOpen : (widget)
Fires before the tooltip is displayed.
Viewport.javaClass A container that fills the viewport and monitors window resizing.
WidgetContainer.javaClass A Container that lays out its children using a Layout.
Events:
BeforeAdd : (widget, item, index)
Fires before a item is added or inserted.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.