MODULES Uize.Widget.Tree.List
- Contents
- 1. Introduction
-
2. Instance Methods
- 2.1. addChild
- 2.2. addChildren
- 2.3. ajax
- 2.4. buildHtml
- 2.5. callInherited
- 2.6. childHtml
- 2.7. childId
- 2.8. collapseAllBut
- 2.9. confirm
- 2.10. displayNode
- 2.11. fire
- 2.12. flushNodeCache
- 2.13. get
- 2.14. getContainer
- 2.15. getHtml
- 2.16. getInherited
- 2.17. getItemFromSpecifier
- 2.18. getItemInfoFromSpecifier
- 2.19. getNode
- 2.20. getNodeStyle
- 2.21. getNodeValue
- 2.22. getProvider
- 2.23. getTogglerTitle
- 2.24. globalizeNode
- 2.25. inform
- 2.26. injectNodeHtml
- 2.27. insertOrWireUi
- 2.28. insertUi
- 2.29. is
- 2.30. isMet
- 2.31. kill
- 2.32. localize
- 2.33. met
- 2.34. nodeId
- 2.35. onChange
- 2.36. once
- 2.37. removeChild
- 2.38. removeNode
- 2.39. removeUi
- 2.40. set
- 2.41. setExpandedDepth
- 2.42. setInherited
- 2.43. setItemExpanded
- 2.44. setNodeClipRect
- 2.45. setNodeInnerHtml
- 2.46. setNodeOpacity
- 2.47. setNodeProperties
- 2.48. setNodeStyle
- 2.49. setNodeValue
- 2.50. showNode
- 2.51. toggle
- 2.52. traverseTree
- 2.53. unmet
- 2.54. unwire
- 2.55. unwireNode
- 2.56. unwireNodeEventsByMatch
- 2.57. unwireUi
- 2.58. updateUi
- 2.59. valueOf
- 2.60. whenever
- 2.61. wire
- 2.62. wireNode
- 2.63. wireUi
- 3. Instance Properties
-
4. State Properties
- 4.1. alwaysLinkHeadings
- 4.2. built
- 4.3. busy
- 4.4. busyInherited
- 4.5. busyParentTickle
- 4.6. children
- 4.7. container
- 4.8. enabled
- 4.9. enabledInherited
- 4.10. enabledParentTickle
- 4.11. html
- 4.12. iconBgColor
- 4.13. iconTheme
- 4.14. idPrefix
- 4.15. idPrefixConstruction
- 4.16. insertionMode
- 4.17. itemDelimiter
- 4.18. items
- 4.19. levelClasses
- 4.20. linksAlwaysToggleExpanded
- 4.21. localized
- 4.22. name
- 4.23. nodeMap
- 4.24. parent
- 4.25. spaceBeforeText
- 4.26. tooltip
- 4.27. tooltipTemplate
- 4.28. value
- 4.29. wired
-
5. Static Methods
- 5.1. Uize.Widget.Tree.List.alphastructor
- 5.2. Uize.Widget.Tree.List.declare
- 5.3. Uize.Widget.Tree.List.doMy
- 5.4. Uize.Widget.Tree.List.dualContextMethods
- 5.5. Uize.Widget.Tree.List.dualContextProperties
- 5.6. Uize.Widget.Tree.List.fire
- 5.7. Uize.Widget.Tree.List.get
- 5.8. Uize.Widget.Tree.List.getBlankImageUrl
- 5.9. Uize.Widget.Tree.List.instanceMethods
- 5.10. Uize.Widget.Tree.List.instanceProperties
- 5.11. Uize.Widget.Tree.List.itemHasChildren
- 5.12. Uize.Widget.Tree.List.itemIsDivider
- 5.13. Uize.Widget.Tree.List.mixins
- 5.14. Uize.Widget.Tree.List.omegastructor
- 5.15. Uize.Widget.Tree.List.set
- 5.16. Uize.Widget.Tree.List.singleton
- 5.17. Uize.Widget.Tree.List.spawn
- 5.18. Uize.Widget.Tree.List.stateProperties
- 5.19. Uize.Widget.Tree.List.staticMethods
- 5.20. Uize.Widget.Tree.List.staticProperties
- 5.21. Uize.Widget.Tree.List.subclass
- 5.22. Uize.Widget.Tree.List.toggle
- 5.23. Uize.Widget.Tree.List.treeInheritedStateProperties
- 5.24. Uize.Widget.Tree.List.unwire
- 5.25. Uize.Widget.Tree.List.wire
- 6. Static Properties
1. Introduction
The Uize.Widget.Tree.List
class extends its superclass by adding support for collapsible/expandable tree lists, with clickable expand/collapse icons.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Widget.Tree.List
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.Tree.List
module...
SEARCH
1.2. Implementation Info
The Uize.Widget.Tree.List
module defines the Uize.Widget.Tree.List
class, which is a subclass of Uize.Widget.Tree.ListAbstract
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Widget
−> Uize.Widget.Tree
−> Uize.Widget.Tree.ListAbstract
−> Uize.Widget.Tree.List
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATE PROPERTIES
1.2.2. Features Overridden in This Module
The features listed in this section have been overridden in this module.
The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
STATE PROPERTIES
STATIC PROPERTIES
Uize.Widget.Tree.List.moduleName
| Uize.Widget.Tree.List.nonInheritableStatics
| Uize.Widget.Tree.List.undefined
1.2.3. Features Inherited From Other Modules
The features listed in this section have been inherited from other modules.
The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
addChild
| addChildren
| ajax
| buildHtml
| callInherited
| childHtml
| childId
| collapseAllBut
| confirm
| displayNode
| fire
| flushNodeCache
| get
| getContainer
| getHtml
| getInherited
| getItemFromSpecifier
| getItemInfoFromSpecifier
| getNode
| getNodeStyle
| getNodeValue
| getProvider
| getTogglerTitle
| globalizeNode
| inform
| injectNodeHtml
| insertOrWireUi
| insertUi
| is
| isMet
| kill
| localize
| met
| nodeId
| onChange
| once
| removeChild
| removeNode
| removeUi
| set
| setExpandedDepth
| setInherited
| setNodeClipRect
| setNodeInnerHtml
| setNodeOpacity
| setNodeProperties
| setNodeStyle
| setNodeValue
| showNode
| toggle
| traverseTree
| unmet
| unwire
| unwireNode
| unwireNodeEventsByMatch
| unwireUi
| updateUi
| whenever
| wire
| wireNode
| wireUi
INSTANCE PROPERTIES
STATE PROPERTIES
alwaysLinkHeadings
| built
| busy
| busyInherited
| busyParentTickle
| children
| container
| enabled
| enabledInherited
| enabledParentTickle
| idPrefix
| idPrefixConstruction
| insertionMode
| itemDelimiter
| linksAlwaysToggleExpanded
| localized
| name
| nodeMap
| parent
| tooltip
| tooltipTemplate
| wired
STATIC METHODS
Uize.Widget.Tree.List.alphastructor
| Uize.Widget.Tree.List.declare
| Uize.Widget.Tree.List.doMy
| Uize.Widget.Tree.List.dualContextMethods
| Uize.Widget.Tree.List.dualContextProperties
| Uize.Widget.Tree.List.fire
| Uize.Widget.Tree.List.get
| Uize.Widget.Tree.List.getBlankImageUrl
| Uize.Widget.Tree.List.instanceMethods
| Uize.Widget.Tree.List.instanceProperties
| Uize.Widget.Tree.List.itemHasChildren
| Uize.Widget.Tree.List.itemIsDivider
| Uize.Widget.Tree.List.mixins
| Uize.Widget.Tree.List.omegastructor
| Uize.Widget.Tree.List.set
| Uize.Widget.Tree.List.singleton
| Uize.Widget.Tree.List.spawn
| Uize.Widget.Tree.List.stateProperties
| Uize.Widget.Tree.List.staticMethods
| Uize.Widget.Tree.List.staticProperties
| Uize.Widget.Tree.List.subclass
| Uize.Widget.Tree.List.toggle
| Uize.Widget.Tree.List.treeInheritedStateProperties
| Uize.Widget.Tree.List.unwire
| Uize.Widget.Tree.List.wire
STATIC PROPERTIES
Uize.Widget.Tree.List.busyParentTickle
| Uize.Widget.Tree.List.enabledParentTickle
| Uize.Widget.Tree.List.isWired
| Uize.Widget.Tree.List.pathToResources
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Widget.Tree.List
module.
2. Instance Methods
2.1. addChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.2. addChildren
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.3. ajax
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.4. buildHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.5. callInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.6. childHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.7. childId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.8. collapseAllBut
Inherited from Uize.Widget.Tree
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree , first introduced in Uize.Widget.Tree ) |
2.9. confirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.10. displayNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.11. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.12. flushNodeCache
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.13. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.14. getContainer
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.15. getHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.16. getInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.17. getItemFromSpecifier
Inherited from Uize.Widget.Tree
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree , first introduced in Uize.Widget.Tree ) |
2.18. getItemInfoFromSpecifier
Inherited from Uize.Widget.Tree
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree , first introduced in Uize.Widget.Tree ) |
2.19. getNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.20. getNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.21. getNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.22. getProvider
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.23. getTogglerTitle
Inherited from Uize.Widget.Tree.ListAbstract
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree.ListAbstract , first introduced in Uize.Widget.Tree.ListAbstract ) |
2.24. globalizeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.25. inform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.26. injectNodeHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.27. insertOrWireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.28. insertUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.29. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.30. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.31. kill
Inherited from Uize.Widget
, but introduced in Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Class ) |
2.32. localize
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.33. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.34. nodeId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.35. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.36. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.37. removeChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.38. removeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.39. removeUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.40. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.41. setExpandedDepth
Inherited from Uize.Widget.Tree
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree , first introduced in Uize.Widget.Tree ) |
2.42. setInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.43. setItemExpanded
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.Tree ) |
2.44. setNodeClipRect
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.45. setNodeInnerHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.46. setNodeOpacity
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.47. setNodeProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.48. setNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.49. setNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.50. showNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.51. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.52. traverseTree
Inherited from Uize.Widget.Tree
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree , first introduced in Uize.Widget.Tree ) |
2.53. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.54. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.55. unwireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.56. unwireNodeEventsByMatch
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.57. unwireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.58. updateUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.59. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
2.60. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.61. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.62. wireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.63. wireUi
Inherited from Uize.Widget.Tree.ListAbstract
, but introduced in Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree.ListAbstract , first introduced in Uize.Widget ) |
3. Instance Properties
3.1. showConfirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.2. showInform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4. State Properties
4.1. alwaysLinkHeadings
Inherited from Uize.Widget.Tree.ListAbstract
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree.ListAbstract , first introduced in Uize.Widget.Tree.ListAbstract ) |
4.2. built
Inherited from Uize.Widget.Tree
, but introduced in Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree , first introduced in Uize.Widget ) |
4.3. busy
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.4. busyInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.5. busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.6. children
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.7. container
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.8. enabled
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.9. enabledInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.10. enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.11. html
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
4.12. iconBgColor
IMPLEMENTATION INFO
this feature was introduced in this module |
4.13. iconTheme
IMPLEMENTATION INFO
this feature was introduced in this module |
4.14. idPrefix
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.15. idPrefixConstruction
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.16. insertionMode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.17. itemDelimiter
Inherited from Uize.Widget.Tree
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree , first introduced in Uize.Widget.Tree ) |
4.18. items
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.Tree ) |
4.19. levelClasses
IMPLEMENTATION INFO
this feature was introduced in this module |
4.20. linksAlwaysToggleExpanded
Inherited from Uize.Widget.Tree.ListAbstract
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree.ListAbstract , first introduced in Uize.Widget.Tree.ListAbstract ) |
4.21. localized
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.22. name
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.23. nodeMap
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.24. parent
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.25. spaceBeforeText
IMPLEMENTATION INFO
this feature was introduced in this module |
4.26. tooltip
Inherited from Uize.Widget.Tree.ListAbstract
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree.ListAbstract , first introduced in Uize.Widget.Tree.ListAbstract ) |
4.27. tooltipTemplate
Inherited from Uize.Widget.Tree.ListAbstract
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree.ListAbstract , first introduced in Uize.Widget.Tree.ListAbstract ) |
4.28. value
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.Tree ) |
4.29. wired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5. Static Methods
5.1. Uize.Widget.Tree.List.alphastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.2. Uize.Widget.Tree.List.declare
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.3. Uize.Widget.Tree.List.doMy
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.4. Uize.Widget.Tree.List.dualContextMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.5. Uize.Widget.Tree.List.dualContextProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.6. Uize.Widget.Tree.List.fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.7. Uize.Widget.Tree.List.get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.8. Uize.Widget.Tree.List.getBlankImageUrl
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
5.9. Uize.Widget.Tree.List.instanceMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.10. Uize.Widget.Tree.List.instanceProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.11. Uize.Widget.Tree.List.itemHasChildren
Inherited from Uize.Widget.Tree
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree , first introduced in Uize.Widget.Tree ) |
|
this static feature is inherited by subclasses |
5.12. Uize.Widget.Tree.List.itemIsDivider
Inherited from Uize.Widget.Tree
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Tree , first introduced in Uize.Widget.Tree ) |
|
this static feature is inherited by subclasses |
5.13. Uize.Widget.Tree.List.mixins
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.14. Uize.Widget.Tree.List.omegastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.15. Uize.Widget.Tree.List.set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.16. Uize.Widget.Tree.List.singleton
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.17. Uize.Widget.Tree.List.spawn
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
5.18. Uize.Widget.Tree.List.stateProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.19. Uize.Widget.Tree.List.staticMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.20. Uize.Widget.Tree.List.staticProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.21. Uize.Widget.Tree.List.subclass
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.22. Uize.Widget.Tree.List.toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.23. Uize.Widget.Tree.List.treeInheritedStateProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
5.24. Uize.Widget.Tree.List.unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
5.25. Uize.Widget.Tree.List.wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6. Static Properties
6.1. Uize.Widget.Tree.List.busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
6.2. Uize.Widget.Tree.List.enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
6.3. Uize.Widget.Tree.List.isWired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
6.4. Uize.Widget.Tree.List.moduleName
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.5. Uize.Widget.Tree.List.nonInheritableStatics
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is not inherited by subclasses |
6.6. Uize.Widget.Tree.List.pathToResources
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
6.7. Uize.Widget.Tree.List.undefined
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |