:: com :: sun :: star :: awt ::
|
service AccessibleListItem |
- Description
- specifies accessibility support for a list item.
- Since
- OpenOffice 1.1.2
|
Included Services - Details |
::com::sun::star::accessibility::AccessibleContext
- Description
- This interface gives access to the structural information of a list item:
- Role: The role of a list item is AccessibleRole::LIST_ITEM.
- Name: The name of a list item is the text of the item.
- Description: The description of a list item is empty.
- Children: There exists no children.
- Parent: The parent is of type AccessibleList.
- Relations: There are no relations.
- States: The states supported by this service are
- AccessibleStateType::DEFUNC
is set if the object has already been disposed
and subsequent calls to this object result in
::com::sun::star::lang::DisposedException
exceptions.
- AccessibleStateType::ENABLED is always set.
- AccessibleStateType::SHOWING is set
if the object is displayed on the screen.
- AccessibleStateType::VISIBLE is always set.
- AccessibleStateType::TRANSIENT is always set.
- AccessibleStateType::SELECTABLE is always set.
- AccessibleStateType::SELECTED is set
when the item is selected.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.