:: com :: sun :: star :: awt ::

service AccessibleList

Included Services - Summary
::com::sun::star::accessibility::AccessibleContext

This interface gives access to the structural information of a list: (details)

Exported Interfaces - Summary
::com::sun::star::accessibility::XAccessibleComponent
::com::sun::star::accessibility::XAccessibleExtendedComponent
::com::sun::star::accessibility::XAccessible

Support of the ::com::sun::star::accessibility::XAccessible interface may be discontinued in the future.

::com::sun::star::accessibility::XAccessibleSelection

This interface gives access to the selectable children of a list.

Included Services - Details
::com::sun::star::accessibility::AccessibleContext
Description
This interface gives access to the structural information of a list:
  • Role: The role of a list is AccessibleRole::LIST.
  • Name: The name of a list is its localized label.
  • Description: The description of a list is its localized help text.
  • Children: There exists children. Each child is of type AccessibleListItem.
  • Parent: The parent can be of type
    • AccessibleComboBox AccessibleListBox AccessibleDropDownListBox AccessibleDropDownComboBox
    • .
    • 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 set if the object is enabled.
      • AccessibleStateType::FOCUSABLE is always set.
      • AccessibleStateType::FOCUSED is set if the object currently has the keyboard focus.
      • AccessibleStateType::ACTIVE is set if a child has currently the focus.
      • AccessibleStateType::RESIZABLE is set if the object can be resized.
      • AccessibleStateType::SHOWING is set if the object is displayed on the screen.
      • AccessibleStateType::VISIBLE is always set.
      • AccessibleStateType::MULTI_SELECTABLE is set if the list supports multi selection.
      • AccessibleStateType::MANAGES_DESCENDANTS is always set. The children are transient.
Exported Interfaces - Details
::com::sun::star::accessibility::XAccessibleComponent
::com::sun::star::accessibility::XAccessibleExtendedComponent
::com::sun::star::accessibility::XAccessible
Description
Support of the ::com::sun::star::accessibility::XAccessible interface may be discontinued in the future.
::com::sun::star::accessibility::XAccessibleSelection
Description
This interface gives access to the selectable children of a list.

 
Top of Page