Class Summary |
BaseWidget |
|
Button |
The Button widget class implements interactive, style-based button widgets. |
Canvas |
Canvas is the base abstraction for cross-browser DHTML drawing. |
DateChooser |
Simple interactive calendar interface used to pick a date. |
Dialog |
Dialogs are a specialized version of Window used for small windows such as alerts,
prompts, and confirmations. |
EdgedCanvas |
EdgedCanvas acts as a decorative, image-based frame around another single Canvas. |
HeaderControl |
Convenience class for icons that are placed in as header controls in a Window Header, or SectionStackSection . |
HeaderControl.HeaderIcon |
|
Hover |
The Hover class handles showing a simple Smart GWT canvas containing arbitrary HTML, or triggering some other action in
response to a user holding the mouse-pointer (or hovering) over a specific widget. |
HTMLFlow |
Use the HTMLFlow component to display HTML content that should expand to its natural size without scrolling. |
HTMLPane |
Use the HTMLPane component to display HTML content in a pane of specified size. |
IButton |
The IButton widget class is a class that implements the same APIs as the Button
class. |
Img |
The Img widget class implements a simple widget that displays a single image. |
ImgButton |
A Img that behaves like a button, going through up/down/over state transitions in response to user events. |
ImgProperties |
A set of properties that can be used to create an image. |
ImgSplitbar |
Subclass of the Img class. |
Label |
Labels display a small amount of 'alignable' 'text' with optional 'icon' and 'autoFit' . |
MultiFilePicker |
The MultiFilePicker is a pop-up picker used by the com.smartgwt.client..MultiFileItem to allow the user to enter
several files for upload. |
Progressbar |
The Progressbar widget class extends the StretchImg class to implement image-based progress bars (graphical bars whose
lengths represent percentages, typically of task completion). |
RichTextEditor |
RichTextEditing component. |
Scrollbar |
The Scrollbar widget implements cross-platform, image-based scrollbars that control the scrolling of content in other
widgets. |
Slider |
The Slider class implements a GUI slider widget allowing the user to select a numeric value from within a range by
dragging a visual indicicator up and down a track. |
Snapbar |
Subclass of the Splitbar class that uses the grip functionality to show
a stateful open / close indicator. |
Splitbar |
Subclass of the StretchImg class. |
StatefulCanvas |
A component that has a set of possible states, and which presents itself differently according to which state it is in. |
StretchImg |
The StretchImg widget class implements a widget type that displays a list of multiple images that make up a single
image. |
StretchImgButton |
A StretchImg that behaves like a button, going through up/down/over state transitions in response to user events. |
TransferImgButton |
Convenience ImgButton subclass for various transfer icons typically used in a dual list for transferring
items or reordering them within a list. |
TransferImgButton.TransferImg |
|
ViewLoader |
The ViewLoader component can be used to load new Smart GWT-based user interfaces into a running application. |
WidgetCanvas |
|
Window |
A general purpose Window class for implementing dialogs, portlets, alerts, prompts, wizards and desktop-like windowing
interfaces. |