net.mygwt.ui.client.widget |
|
Java Source File Name | Type | Comment |
Button.java | Class | A standard push button. |
ButtonBar.java | Class | 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.java | Class | 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.
- Disable : (widget)
Fires after the component is disabled.
- BeforeDispose : (widget)
Fires before the component is disposed.
- Dispose : (widget)
Fires after the component is disposed.
- BeforeHide : (widget)
Fires before the component is hidden.
- BeforeShow : (widget)
Fires before the component is shown.
- Hide : (widget)
Fires after the component is hidden.
- Show : (widget)
Fires after the component is shown.
- ContextMenu : (widget)
Fires before the components context menu is shown. |
Container.java | Class | A Component that contains child widgets. |
ContentPanel.java | Class | 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.java | Class | A Shell with a button bar. |
ExpandBar.java | Class | 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.java | Class | A item in a ExpandBar .
- Events:
- BeforeExpand : (widget)
Fires before an item is expanded. |
FramePanel.java | Class | Displays an iframe under a element to stop IE bleed through and applet
related issues. |
HTMLComponent.java | Class | A component created from html text. |
HTMLWidget.java | Class | A widget created from html text. |
IconButton.java | Class | A simple css styled button with 3 states: normal, over, and disabled. |
Info.java | Class | Displays information in the bottom right region of the browser for a
specified amount of time. |
Item.java | Class | A horizontal component with 5 regions - left, mid left, center, mid right,
and right. |
KeyPressTextBox.java | Class | A base class for text box's that monitor key presses using a
DelayedTask . |
Layout.java | Class | A layout controls the position and size of the children of a
Container . |
List.java | Class | Displays a list of list items.
Important: This component MUST be sized in pixels to render properly. |
ListItem.java | Class | A item contained in a List . |
LoadingPanel.java | Class | Displays a loading message and adds a gray overlay. |
MessageBox.java | Class | Instances of this class are used to inform or warn the user. |
ModalPanel.java | Class | A panel that grays out the view port and displays a widget above it. |
PagingToolBar.java | Class | A specialized toolbar that is bound to a
DataLoader and provides
automatic paging controls. |
PNGImage.java | Class | Image widget that overcomes PNG browser incompatabilities. |
Popup.java | Class | A shadow panel that can "pop up" over other widgets. |
ScrollContainer.java | Class | A Container that scrolls its contents. |
Shadow.java | Class | A transparent shadow. |
Shell.java | Class | A Shell is a window with a header and content area. |
ShellManager.java | Class | Manages Shell instances. |
SplitBar.java | Class | Creates draggable splitter bar on the side of a widget. |
TabFolder.java | Class | Represents a tabbed set of pages, each of which contains another widget. |
TabItem.java | Class | A selectable user interface object corresponding to a tab for a page in a
TabFolder . |
ThemeSelector.java | Class | A ListBox for selecting the MyGWT themes. |
ToolBar.java | Class | A standard tool bar.
Events:
BeforeAdd : (widget, item, index)
Fires before a item is added or inserted. |
ToolButton.java | Class | A IconButton that supports a set of predefined styles. |
ToolItem.java | Class | A selectable item in a ToolBar . |
ToolItemAdapter.java | Class | Allows any widget to be placed in a tool bar. |
ToolTip.java | Class | Displays a information popup when a user hovers over a widget.
- Events:
- BeforeOpen : (widget)
Fires before the tooltip is displayed. |
Viewport.java | Class | A container that fills the viewport and monitors window resizing. |
WidgetContainer.java | Class | A Container that lays out its children using a Layout .
- Events:
- BeforeAdd : (widget, item, index)
Fires before a item is added or inserted. |