Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: awt :: tree ::
unpublished
service TreeControlModel
Usage Restrictions
not published
Description
specifies the standard model of a TreeControl .
Properties' Summary
::com::sun::star::view ::SelectionType
SelectionType
Specifies the selection mode that is enabled for this tree.
XTreeDataModel
DataModel
Specifies the XTreeDataModel that is providing the hierarchical data.
boolean
RootDisplayed
Specifies if the root node of the tree is displayed.
boolean
ShowsHandles
Specifies whether the node handles should be displayed.
boolean
ShowsRootHandles
Specifies whether the node handles should also be displayed at root level.
long
RowHeight
Specifies the height of each row, in pixels.
boolean
Editable
Specifies whether the nodes of the tree are editable.
boolean
InvokesStopNodeEditing
Specifies what happens when editing is interrupted by selecting another node in the tree,
a change in the tree's data, or by some other means.
Properties' Details
SelectionType
DataModel
RootDisplayed
boolean RootDisplayed ;
Description
Specifies if the root node of the tree is displayed.
If RootDisplayed is set to false , the root node of a model is no longer
a valid node for the XTreeControl and can't be used with any method of
XTreeControl .
The default value is true
ShowsHandles
boolean ShowsHandles ;
Description
Specifies whether the node handles should be displayed.
The handles are doted lines that visualize the tree like hirarchie
The default value is true
ShowsRootHandles
boolean ShowsRootHandles ;
Description
Specifies whether the node handles should also be displayed at root level.
The default value is true
RowHeight
long RowHeight ;
Description
Specifies the height of each row, in pixels.
If the specified value is less than or equal to zero, the row height is the maximum height
of all rows.
The default value is 0
Editable
InvokesStopNodeEditing
boolean InvokesStopNodeEditing ;
Description
Specifies what happens when editing is interrupted by selecting another node in the tree,
a change in the tree's data, or by some other means.
Setting this property to true causes the changes to be automatically saved when editing
is interrupted. false means that editing is canceled and changes are lost
The default value is false
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.