:: com :: sun :: star :: configuration ::

service GroupElement
Description
provides information about a predefined element contained in a heterogeneous group of elements within a hierarchy.

Provides information about the element. Provides access to its containing group object.

A group element bears a predefined name. It may only exist within a containing group object.

See also
GroupAccess
Parent objects of this service generally implement service GroupAccess.
See also
SetElement
A complementary service, for elements of a dynamic homogeneous container.
See also
AccessRootElement
A complementary service, for the root element of a hierarchy.

Included Services - Summary
HierarchyElement

is the basic service for accessing information about an element in the hierarchy.

Exported Interfaces - Summary
::com::sun::star::container::XChild

provides access to the containing group object. (details)

Included Services - Details
HierarchyElement
Description
is the basic service for accessing information about an element in the hierarchy.
Exported Interfaces - Details
::com::sun::star::container::XChild
Description
provides access to the containing group object.

In this service this interface is mandatory

::com::sun::star::container::XChild::getParent() shall not return NULL.

Setting a different parent is not supported.


 
Top of Page