- DojoAccordionContainer
The DojoAccordionContainer widget contains a set of panes in one pane of the user interface. When an action is taken for an individual interface, another pane in the interface is displayed. Each pane is defined by using the DojoContentPane widget.
- DojoBarGraph
The DojoBarGraph widget creates bar graphs. Use this widget to create vertical or horizontal bar graphs.
- DojoBorderContainer
The DojoBorderContainer widget creates a container partitioned into up to five regions: left, right, top, bottom, and center.
- DojoBubbleChart
The DojoBubbleChart widget creates bubble charts. Use this widget to show the relationship of three different sets of data.
- DojoButton
A Dojo button invokes an event handler in response to a user’s click.
- DojoCalendar
The DojoCalendar widget creates a calendar.
- DojoCheckbox
The DojoCheckbox widget creates check boxes.
- DojoColorPalette
The DojoColorPalette widget creates a color palette.
- DojoComboBox
The DojoComboBox widget defines a presentation that includes a visible value, which represents the current selection, and a dropdown list of values. This widget is based on the Dojo dijit.form.ComboBox definition.
- DojoContentPane
The DojoContentPane defines the content of a tab pane. You must use this widget with either the DojoAccordionContainer or DojoTabContainer widgets.
- DojoContextMenu
The DojoContextMenu widget creates a context menu that is invoked by a right-mouse click.
- DojoCurrencyTextBox
The DojoCurrencyTextBox widget defines a text box that contains a numeric currency value. This widget is based on the Dojo dijit.form.CurrencyTextBox definition.
- DojoDateTextBox
The DojoDateTextBox widget defines a text box that contains a date or part of a date. This widget is based on the Dojo dijit.form.DateTextBox definition.
- DojoDialog
The DojoDialog widget creates a pop-up dialog box. By default, the box is hidden.
- DojoEditor
The DojoEditor widget creates a text box that has editing functions.
- DojoFilteringSelect
The DojoFilteringSelect widget defines an interface that includes an input box with a drop-down list. It accepts a list of acceptable value pairs that consists of two kinds of text. One is the text to be displayed in the input box. The other one is the hidden text to be submitted. You can also type the text and the partially matched values will be shown in a pop-up menu below the input text box. Unlike a DojoComboBox widget, the unmatched user text is flagged as an error. This widget is based on the Dojo dijit.form.FilteringSelect definition.
- DojoGrid
The DojoGrid widget displays data in a table.
- DojoHorizontalSlider
The DojoHorizontalSlider widget creates a horizontal ruler.
- DojoLineGraph
The DojoLineGraph widget displays line graphs.
- DojoMenu
Along with one or more DojoMenuItem widgets, the DojoMenu widget creates menu items. To create complex menus, you can nest the DojoMenu and DojoMenuItem widgets.
- DojoMenuItem
The DojoMenuItem widget describes the items that are associated with a menu. Code a DojoMenuItem widget for each menu item.
- DojoPieChart
Along with one or more PieChartData records, the DojoPieChart widget creates pie charts.
- DojoProgressBar
The DojoProgressBar widget displays progress bars.
- DojoRadioGroup
The DojoRadioGroup widget defines radio buttons.
- DojoStackContainer
The DojoStackContainer widget creates a container that has multiple children. Only one child is displayed at a time.
- DojoTabContainer
The DojoTabContainer widget creates tab folders.
- DojoTextArea
The DojoTextField widget defines a text box containing one or more lines of text. This widget is based on the Dojo dijit.form.SimpleTextarea definition.
- DojoTextField
The DojoTextField widget defines a text box that contains a single line of text. This widget is based on the Dojo dijit.form.ValidationTextBox definition.
- DojoTimeTextBox
The DojoTimeTextBox widget defines a text box that contains a time value. This widget is based on the Dojo dijit.form.TimeTextBox definition.
- DojoTitlePane
The DojoTitlePane widget creates a collapsible container with a title bar.
- DojoToggleButton
The DojoToggleButton widget creates a button and the text of the button changes when clicked.
- DojoTooltip
The DojoTooltip widget creates a pop-up window that contains information. You can use the DojoTooltip with any element that uses the ID property.
- DojoTooltipDialog
The DojoTooltipDialog widget creates a tooltip that contains a dialog.
- DojoTree
The DojoTree widget works with an array of DojoTreeNode records to create trees.
- DojoTreeNode
The DojoTreeNode record creates the elements that compose a tree.