Widget | Usage |
Action | Allows you to define a particular action and share it across multiple library components. Configuration objects, UI updates and event handlers are also shared. |
BoxComponent | Used by any of the library components that sit in a box like container. |
Button | Allows you to create advanced button objects and work with them effectively using the huge range of methods, properties and events exposed by this class. |
ColorPalette | Creates a simple interface for choosing a color. |
ComponentMgr | Allows you to access any component on the page via a registry of active components. |
Component | Base class for all types of library components. |
Container | A base class for all containers that can hold library components. |
CycleButton | The CycleButton is a special type of split button that contains a menu and cycles through each menu item each time the button is clicked. |
DataView | A specialized component used to display and format data. Supports a variety of data stores used as the source for the data. |
DatePicker | A simple calendar interface for selecting dates. |
Editor | A basic editor used to capture extended textual input. |
Form | Lets you create advanced and highly styled forms quickly and easily. |
Grid | Lets you create highly advanced data grids with built-in support for column sorting, pagination, dynamic data population and much more. |
Layer | Add shadows and shims to elements. |
Layout | Lets you create advanced layouts, such as accordions and columns |
LoadMask | This widget masks components while they are loading data. |
Menu | Lets you create a variety of powerful and attractive menus. |
MessageBox | Generates different types of message boxes. |
PagingToolbar | Provides automatic pagination to multipage data displays. |
PanelDD | A draggable panel container similar to an OS window. |
Panel | A non-draggable panel container. |
ProgressBar | An attractive and highly configurable widget for displaying the progress of different actions. |
Resizable | Instantly makes any element resizable through the addition of resize handles. |
Shadow | A simpler version of Layer that adds a shadow to any element. |
Slider | A slider component with advanced functionality built in. |
SplitButton | Provides a button which can expand with a submenu. |
StatusBar | Added to the bottom of any type of panel; used to show icons and text. |
TabPanel | Creates a basic tabbed interface for showing and hiding information. |
Toolbar | Lets you easily create attractive and effective toolbars. |
Viewport | This is a specialized container which automatically sets itself to the dimensions of the viewable area of the page. |
WindowManager | Manages groups of windows. |
Window | A floating panel. |