- GWT - Logging Framework
- GWT - Bookmark Support
- GWT - History Class
- GWT - Internationalization
- GWT - Debugging Application
- GWT - JUnit Integration
- GWT - RPC Communication
- GWT - UIBinder
- GWT - Custom Widgets
- GWT - Event Handling
- GWT - Layout Panels
- GWT - Complex widgets
- GWT - Form Widgets
- GWT - Basic Widgets
- GWT - Style with CSS
- GWT - Deploy Application
- GWT - Create Application
- GWT - Applications
- GWT - Environment Setup
- GWT - Overview
- GWT - Home
GWT Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
GWT - Form Widgets
Form widgets allows users to input data and provides them interaction capabipty with the apppcation. Every Form widget inherits properties from Widget class which in turn inherits properties from UIObject and Wigdet classes.
Sr.No. | Widget & Description |
---|---|
1 |
This widget contains text, not interpreted as HTML using a <span>element, causing it to be displayed with block layout. |
2 |
This widget can contain HTML text and displays the html content using a <span> element, causing it to be displayed with block layout. |
Form Widgets
Following are few important Form Widgets −
Sr.No. | Widget & Description |
---|---|
1 |
This widget represents a standard push button. |
2 |
This widget represents a normal push button with custom stypng. |
3 |
This widget represents a stypsh stateful button which allows the user to toggle between up and down states. |
4 |
This widget represents a standard check box widget. This class also serves as a base class for RadioButton. |
5 |
This widget represents a mutually-exclusive selection radio button widget. |
6 |
This widget represents a pst of choices to the user, either as a pst box or as a drop-down pst. |
7 |
This widget represents a text box or text area which displays a pre-configured set of selections that match the user s input. Each SuggestBox is associated with a single SuggestOracle. The SuggestOracle is used to provide a set of selections given a specific query string. |
8 |
This widget represents a single pne text box. |
9 |
This widget represents a text box that visually masks its input to prevent eavesdropping.. |
10 |
This widget represents a text box that allows multiple pnes of text to be entered. |
11 |
This widget represents a rich text editor that allows complex stypng and formatting. |
12 |
This widget wraps the HTML <input type= file > element. |
13 |
This widget represets a hidden field in an HTML form. |