Changes

Jump to: navigation, search

BlackBerry Concepts

3,049 bytes added, 13:14, 22 February 2011
UI comp
</source>
|}
 
----------
 
=== Basic UI Elements - Package ''net.rim.device.api.ui.component'' ===
 
{| class="wikitable" border="0" cellpadding="6"
! Class Name !! Description
|-
|+
|-
| ActiveAutoTextEditField || Field that uses a supplied set of string patterns to pick out 'active' regions.
|-
| ActiveFieldContext || An instance of this class is passed into factories that createActiveFieldCookie instances.
|-
|ActiveRichTextField || Field that uses a supplied set of string patterns to scan through a simple text string and pick out "active" regions.
|-
|AutoCompleteField || AutoCompleteField lets you create a text field that presents users with a changing list of words that are associated with the characters they have typed in the field.
|-
|AutoTextEditField || An editable text field designed to provide autotext support.
|-
|BasicEditField || An editable simple text field with no formatting.
|-
|BitmapField ||
Displays a bitmap.
|-
|ButtonField ||
Contains a button control.
|-
|ButtonFieldFactory ||
Assists in creation of ButtonField instances using information contained within Command instances.
|-
|CheckboxField ||
Contains a checkbox control.
|-
|ChoiceField ||
Base implementation of a choice field.
|-
|DateField ||
Stores date and time values.
|-
|Dialog ||
Provides a dialog box with predefined configurations.
|-
|EditField ||
An editable simple text field with no formatting.
|-
|EmailAddressEditField ||
An editable text field designed specifically to handle internet email addresses.
|-
|GaugeField ||
Displays a horizontal bar that you can use for numeric selection or as a progress indicator.
|-
|KeywordFilterField ||
Consists of a single keyword input field and a list of selectable elements.
|-
|LabelField ||
Contains a simple label.
|-
|ListField ||
Contains rows of selectable list items.
|-
|Menu ||
Provides a Menu.
|-
|NullField ||
A field of no size.
|-
|NumericChoiceField ||
A choice field that supports choosing from a range of numeric values.
|-
|ObjectChoiceField ||
Choice field that supports a list of object choices.
|-
|ObjectListField ||
List field to contain a list of objects.
|-
|PasswordEditField ||
An editable text field designed specifically to handle password input.
|-
|RadioButtonField ||
Field to provide a radio-button control.
|-
|RadioButtonGroup ||
Groups a set of related radio button fields.
|-
|RichTextField ||
Read-only field that supports richly formatted text.
|-
|SeparatorField ||
A field which draws a horizontal line across its width.
|-
|SpinBoxField ||
A user interface component for selecting a single item from a list where the user can spin through the various choices.
|-
|StandardTitleBar ||
Provides a standard title bar component with a standard set of optional title bar components and indicators.
|-
|Status ||
Simple dialog to show ongoing status.
|-
|TextField ||
A simple editable text field.
|-
|TextSpinBoxField ||
A SpinBoxField that renders text.
|-
|TitleBar ||
Provides an abstract TitleBar component.
|-
|TreeField ||
A simple field to show a tree structure.
|}
 
----------

Navigation menu