|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AccessibleState
Interface AccessibleState describes a component's particular state. The actual state of the component is defined as an AccessibleStateSet, which is a composed set of AccessibleStates. The constants in this interface present a strongly typed enumeration of common object roles.
| Field Summary | ||
|---|---|---|
static int |
ACTIVE
For screens and dialogs. |
|
static int |
AVAILABLE
For any element that has finished loading and is available for reading. |
|
static int |
BUSY
For any element that is busy or loading and is about to change soon. |
|
static int |
CHECKED
For CheckboxField. |
|
static int |
COLLAPSED
For expandable fields, such as tree field, choice field, combo field. |
|
static int |
DISABLED
For any field that can be enabled/disabled. |
|
static int |
EDITABLE
For text fields, date and duration fields. |
|
static int |
EDITING
For fields that can be in the editing and non-editing state, such as Date Field. |
|
static int |
EXPANDABLE
For expandable fields, such as tree field, choice field, combo field. |
|
static int |
EXPANDED
For expandable fields, such as tree field, choice field, combo field. |
|
static int |
FOCUSABLE
For any field that can gain focus. |
|
static int |
FOCUSED
Used for any field that can gain focus. |
|
static int |
HORIZONTAL
For any element that has horizontal orientation. |
|
static int |
MODAL
For modal dialogs. |
|
static int |
MOUSE_OVER
For html page elements. |
|
static int |
MULTI_LINE
For text fields. |
|
static int |
MULTI_SELECTABLE
For lists and tables. |
|
static int |
PUSHED
For button fields, they have this state when user pushes the button. |
|
static int |
SELECTABLE
For any field that can be selected. |
|
static int |
SELECTED
For text and complex fields (Menu, ListField, ComboField, ChoiceField, TreeField) which can have a descendant selected. |
|
static int |
SINGLE_LINE
For text fields. |
|
static int |
TRUNCATED
for all fields that display text within them. |
|
static int |
UNSET
No accessible state is defined for a field. |
|
static int |
VERTICAL
For any element that has vertical orientation. |
|
| Field Detail |
|---|
static final int UNSET
static final int FOCUSED
static final int SELECTED
static final int ACTIVE
static final int PUSHED
static final int BUSY
AccessibleState.AVAILABLE.
static final int CHECKED
static final int EDITABLE
static final int EXPANDABLE
static final int EXPANDED
AccessibleState.COLLAPSED.
static final int COLLAPSED
AccessibleState.EXPANDED.
static final int FOCUSABLE
static final int MODAL
static final int EDITING
static final int MULTI_SELECTABLE
static final int SELECTABLE
static final int VERTICAL
static final int HORIZONTAL
static final int SINGLE_LINE
static final int MULTI_LINE
static final int TRUNCATED
static final int AVAILABLE
AccessibleState.BUSY.
static final int MOUSE_OVER
static final int DISABLED
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal