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 Displays a horizontal bar that fills from left to right to indicate how much of a task is complete.
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  
DojoMobileTab widget  
DojoMobileTabContainer widget  
DojoMobileTextArea widget  
DojoMobileToolbarButton widget  
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.