|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.core.Parent
qx.ui.layout.BoxLayout
qx.ui.tree.AbstractTreeElement<T>
qx.ui.tree.TreeFile<T>
public class TreeFile<T>
qx.ui.tree.TreeFile objects are terminal tree rows (i.e. no sub-trees)
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
TreeFile()
The TreeFile constructor understands two signatures. |
|
TreeFile(java.lang.Object labelOrTreeRowStructure)
The TreeFile constructor understands two signatures. |
|
TreeFile(java.lang.Object labelOrTreeRowStructure,
java.lang.String icon)
The TreeFile constructor understands two signatures. |
|
TreeFile(java.lang.Object labelOrTreeRowStructure,
java.lang.String icon,
java.lang.String iconSelected)
The TreeFile constructor understands two signatures. |
Method Summary | |
---|---|
void |
_updateIndent()
|
java.lang.Object |
getIndentSymbol(boolean vUseTreeLines,
java.lang.Object vColumn,
java.lang.Object vFirstColumn,
java.lang.Object vLastColumn)
Returns a string indicating the symbol used to indent the current item, or null. |
java.lang.Object |
getItems()
Returns itself in an array. |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeFile()
The TreeFile constructor understands two signatures. One compatible with the
original qooxdoo tree and one compatible with the treefullcontrol widget.
If the first parameter if of type TreeRowStructure
the tree
file is rendered using this structure. Otherwhise the all three
arguments are evaluated.
public TreeFile(java.lang.Object labelOrTreeRowStructure)
The TreeFile constructor understands two signatures. One compatible with the
original qooxdoo tree and one compatible with the treefullcontrol widget.
If the first parameter if of type TreeRowStructure
the tree
file is rendered using this structure. Otherwhise the all three
arguments are evaluated.
public TreeFile(java.lang.Object labelOrTreeRowStructure, java.lang.String icon)
The TreeFile constructor understands two signatures. One compatible with the
original qooxdoo tree and one compatible with the treefullcontrol widget.
If the first parameter if of type TreeRowStructure
the tree
file is rendered using this structure. Otherwhise the all three
arguments are evaluated.
public TreeFile(java.lang.Object labelOrTreeRowStructure, java.lang.String icon, java.lang.String iconSelected)
The TreeFile constructor understands two signatures. One compatible with the
original qooxdoo tree and one compatible with the treefullcontrol widget.
If the first parameter if of type TreeRowStructure
the tree
file is rendered using this structure. Otherwhise the all three
arguments are evaluated.
Method Detail |
---|
public void _updateIndent()
public java.lang.Object getIndentSymbol(boolean vUseTreeLines, java.lang.Object vColumn, java.lang.Object vFirstColumn, java.lang.Object vLastColumn)
Returns a string indicating the symbol used to indent the current item, or null.
public java.lang.Object getItems()
Returns itself in an array.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |