|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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, RadioButtonField |
|
static int |
COLLAPSED
For expandable fields, such as tree field, choice field, combo field and date field. |
|
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 and date 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 |
public static final int ACTIVE
public static final int AVAILABLE
BUSY.public static final int BUSY
AVAILABLE.public static final int COLLAPSED
EXPANDED.public static final int EDITABLE
public static final int EDITING
public static final int EXPANDABLE
public static final int EXPANDED
COLLAPSED.public static final int HORIZONTAL
public static final int MOUSE_OVER
public static final int MULTI_SELECTABLE
public static final int PUSHED
public static final int SELECTED
public static final int TRUNCATED
public static final int UNSET
public static final int VERTICAL
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2009 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.