Language
The Free and Open Productivity Suite
Attributes' Summary |
DataValue |
Stores an implementation dependend value.
|
Methods' Details |
appendChild
- Description
- appends ChildNode to this instance.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if ChildNode is not a valid node of the corresponding XTreeDataModel.
|
|
insertChildByIndex
- Description
- inserts ChildNode to this instance at the given index.
- Parameter Index
- the index where the node will be inserted to this instance.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if ChildNode is not a valid node of the corresponding XTreeDataModel.
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if Index is less than 0 or greater then XTreeNode::getChildCount().
|
|
removeChildByIndex
- Description
- removes the node from this instance at the specified index.
- Parameter Index
- the index of the node to be removed from this instance.
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if Index is less than 0 or greater then XTreeNode::getChildCount().
|
|
setHasChildrenOnDemand
void |
setHasChildrenOnDemand( |
[in] boolean |
ChildrenOnDemand ); |
- Description
- Changes if the children of this node are created on demand.
- See also
- XTreeNode::hasChildrenOnDemand()
|
|
setDisplayValue
void |
setDisplayValue( |
[in] any |
Value ); |
- Description
- sets the display value of this node
|
|
setNodeGraphicURL
void |
setNodeGraphicURL( |
[in] string |
URL ); |
- Description
- The URL for a graphic that is rendered before the text part of this node.
If this URL is empty, no graphic is rendered.
|
|
setExpandedGraphicURL
void |
setExpandedGraphicURL( |
[in] string |
URL ); |
- Description
- The URL for a graphic that is rendered to visualize expanded non leaf nodes.
If URL is empty, XTreeControl::DefaultExpandedGraphicURL is used.
|
|
setCollapsedGraphicURL
void |
setCollapsedGraphicURL( |
[in] string |
URL ); |
- Description
- The URL for a graphic that is rendered to visualize collapsed non leaf nodes.
If URL is empty, XTreeControl::DefaultCollapsedGraphicURL is used.
|
|
Attributes' Details |
DataValue
any DataValue;
- Description
- Stores an implementation dependend value.
You can use this attribute to store data for this node that
is independend of the display value
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.