dojo.mobile.widgets package

dojo.mobile.widgets provide access to Rich UI widget types that are based on Dojo technology and are appropriate for mobile applications. Each definition in this package is an external type, stereotype JavaScriptObject.

Table 1. Widget types
Widget type Description of widget
DojoMobileButton widget Invokes an event handler in response to a user’s click.
DojoMobileCheckbox widget Displays a binary option and responds to the user’s input by invoking an event handler.
DojoMobileDatePicker widget Displays a date that you can set or retrieve.
DojoMobileIconContainer widget Embeds a set of icons, each of which is a widget of type DojoMobileIconItem.
DojoMobileIconItem widget Displays an icon that can respond to the user's click by showing a view.
DojoMobileList widget Embeds a set of list categories and list items.
DojoMobileListCategory widget Displays a separator that indicates an alphabetic or logical grouping of list items in a Dojo mobile list.
DojoMobileListItem widget Displays a list item in a Dojo mobile list.
DojoMobileOpener widget Displays as either a modal box (a tooltip, which is typical for small screens) or a non-modal box (an overlay, which allows access to other widgets that are in the same container as the Dojo mobile opener).
DojoMobileProgress widget Provides a graphic that suggests the movement of a second hand on a clock face. The graphic typically indicates that a background task is happening. The graphic is hidden by default.
DojoMobileSlider widget Displays a vertical or horizontal bar with a handle, which is a circular end that the user drags to update a numeric value.
DojoMobileSwitch widget Displays a rectangular widget with an embedded knob at one side or another. The position of the knob denotes one of two alternative values. The user toggles to a different value by either clicking or dragging the knob.
DojoMobileTab widget Displays a tab within a Dojo mobile tab container.
DojoMobileTabContainer widget Embeds Dojo mobile tabs.
DojoMobileTextArea widget Defines a text box containing one or more lines of text.
DojoMobileToolbarButton widget Invokes an event handler in response to a user's click and provides more capabilities than the Dojo mobile button.
DojoMobileView widget Is typically the main container for widgets in a mobile application.
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
Table 2. Compatibility
Target Issue
Java Rich UI widgets are not supported.
JavaScript No issues.