UIZE JavaScript Framework

MODULES Uize.Widget.Collection.Dynamic

1. Introduction

The Uize.Widget.Collection.Dynamic class extends Uize.Widget.Collection by adding dynamic adding, removing, and drag-and-drop re-ordering of items.

DEVELOPERS: Chris van Rensburg, Jan Borgersen, Rich Bean, Tim Carter, Vinson Chuong

1.1. Examples

The following example pages are good showcases for the Uize.Widget.Collection.Dynamic module...

Dynamic Collection - See an example of a dynamic grid of images, where you can select one or more, drag-and-drop to rearrange, remove, select all, clear selection, etc.

SEARCH FOR EXAMPLES

Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.Collection.Dynamic module...

SEARCH

1.2. Implementation Info

The Uize.Widget.Collection.Dynamic module defines the Uize.Widget.Collection.Dynamic class, which is a subclass of Uize.Widget.Collection.

INHERITANCE CHAIN

Uize.Class −> Uize.Widget −> Uize.Widget.Collection −> Uize.Widget.Collection.Dynamic

1.2.1. Features Introduced in This Module

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

getItemWidgetProperties | valueOf | wireUi

STATIC PROPERTIES

Uize.Widget.Collection.Dynamic.moduleName | Uize.Widget.Collection.Dynamic.nonInheritableStatics | Uize.Widget.Collection.Dynamic.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 | addControlButton | addItemWidget | ajax | buildHtml | callInherited | childHtml | childId | confirm | displayNode | finishRemove | fire | flushNodeCache | forAll | get | getContainer | getHtml | getInherited | getNode | getNodeStyle | getNodeValue | getPropertyForItems | getPropertyForSelected | getProvider | getSelected | globalizeNode | inform | injectNodeHtml | insertOrWireUi | insertUi | is | isCollectionItem | isMet | kill | localize | makeItemWidgetName | met | nodeId | onChange | once | remove | removeChild | removeNode | removeUi | removeWithConfirm | selectAll | selectNone | selectRange | set | setInherited | setNodeClipRect | setNodeInnerHtml | setNodeOpacity | setNodeProperties | setNodeStyle | setNodeValue | showNode | toggle | unmet | unwire | unwireNode | unwireNodeEventsByMatch | unwireUi | updateUi | whenever | wire | wireItemWidget | wireNode

INSTANCE PROPERTIES

showConfirm | showInform

STATE PROPERTIES

allSelected | built | busy | busyInherited | busyParentTickle | children | container | enabled | enabledInherited | enabledParentTickle | html | idPrefix | idPrefixConstruction | insertionMode | isEmpty | itemPropertyForItemWidgetName | itemRemoveActsOnSelection | itemWidgetClass | itemWidgetNamePrefix | itemWidgetProperties | items | localized | name | nodeMap | oneSelected | parent | selectionMode | someSelected | totalItems | totalSelected | wired

STATIC METHODS

Uize.Widget.Collection.Dynamic.alphastructor | Uize.Widget.Collection.Dynamic.declare | Uize.Widget.Collection.Dynamic.doMy | Uize.Widget.Collection.Dynamic.dualContextMethods | Uize.Widget.Collection.Dynamic.dualContextProperties | Uize.Widget.Collection.Dynamic.fire | Uize.Widget.Collection.Dynamic.get | Uize.Widget.Collection.Dynamic.getBlankImageUrl | Uize.Widget.Collection.Dynamic.instanceMethods | Uize.Widget.Collection.Dynamic.instanceProperties | Uize.Widget.Collection.Dynamic.mixins | Uize.Widget.Collection.Dynamic.omegastructor | Uize.Widget.Collection.Dynamic.set | Uize.Widget.Collection.Dynamic.singleton | Uize.Widget.Collection.Dynamic.spawn | Uize.Widget.Collection.Dynamic.stateProperties | Uize.Widget.Collection.Dynamic.staticMethods | Uize.Widget.Collection.Dynamic.staticProperties | Uize.Widget.Collection.Dynamic.subclass | Uize.Widget.Collection.Dynamic.toggle | Uize.Widget.Collection.Dynamic.treeInheritedStateProperties | Uize.Widget.Collection.Dynamic.unwire | Uize.Widget.Collection.Dynamic.wire

STATIC PROPERTIES

Uize.Widget.Collection.Dynamic.busyParentTickle | Uize.Widget.Collection.Dynamic.enabledParentTickle | Uize.Widget.Collection.Dynamic.isWired | Uize.Widget.Collection.Dynamic.pathToResources

1.2.4. Modules Directly Under This Namespace

1.2.5. Unit Tests

There is no dedicated unit tests module for the Uize.Widget.Collection.Dynamic module.

2. Instance Methods

2.1. adaptFormValuesToItemProperties

IMPLEMENTATION INFO

this feature was introduced in this module

2.2. adaptItemPropertiesToFormValues

IMPLEMENTATION INFO

this feature was introduced in this module

2.3. add

IMPLEMENTATION INFO

this feature was introduced in this module

2.4. addChild

Inherited from Uize.Widget.Collection, but introduced in Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget)

2.5. addChildren

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.6. addControlButton

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.7. addItemHandler

IMPLEMENTATION INFO

this feature was introduced in this module

2.8. addItemWidget

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.9. addNewItem

IMPLEMENTATION INFO

this feature was introduced in this module

2.10. afterWireUi

IMPLEMENTATION INFO

this feature was introduced in this module

2.11. ajax

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.12. buildHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.13. callInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.14. childHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.15. childId

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.16. confirm

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.17. deleteItemHandler

IMPLEMENTATION INFO

this feature was introduced in this module

2.18. displayNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.19. editItem

IMPLEMENTATION INFO

this feature was introduced in this module

2.20. editItemHandler

IMPLEMENTATION INFO

this feature was introduced in this module

2.21. finishRemove

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.22. fire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.23. flushNodeCache

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.24. forAll

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.25. formSubmitHandler

IMPLEMENTATION INFO

this feature was introduced in this module

2.26. get

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.27. getCollectionItemControlName

IMPLEMENTATION INFO

this feature was introduced in this module

2.28. getContainer

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.29. getContainerNode

IMPLEMENTATION INFO

this feature was introduced in this module

2.30. getHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.31. getInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.32. getItemWidgetProperties

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget.Collection)

2.33. getNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.34. getNodeStyle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.35. getNodeValue

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.36. getPropertyForItems

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.37. getPropertyForSelected

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.38. getProvider

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.39. getSelected

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.40. getTemplateHtml

IMPLEMENTATION INFO

this feature was introduced in this module

2.41. globalizeNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.42. inform

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.43. injectNodeHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.44. insertOrWireUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.45. insertUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.46. is

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.47. isCollectionItem

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.48. isMet

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.49. 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.50. launchFormDialog

IMPLEMENTATION INFO

this feature was introduced in this module

2.51. localize

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.52. makeItemWidgetName

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.53. mergeItemProperties

IMPLEMENTATION INFO

this feature was introduced in this module

2.54. met

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.55. move

IMPLEMENTATION INFO

this feature was introduced in this module

2.56. nodeId

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.57. onChange

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.58. once

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.59. processItemTemplate

IMPLEMENTATION INFO

this feature was introduced in this module

2.60. remove

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.61. removeChild

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.62. removeNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.63. removeUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.64. removeWithConfirm

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.65. selectAll

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.66. selectNone

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.67. selectRange

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.68. serializeItemProperties

IMPLEMENTATION INFO

this feature was introduced in this module

2.69. set

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.70. setInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.71. setNodeClipRect

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.72. setNodeInnerHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.73. setNodeOpacity

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.74. setNodeProperties

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.75. setNodeStyle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.76. setNodeValue

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.77. showNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.78. toggle

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.79. unmet

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.80. unwire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.81. unwireNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.82. unwireNodeEventsByMatch

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.83. unwireUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.84. updateUi

Inherited from Uize.Widget.Collection, but introduced in Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget)

2.85. valueOf

this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class)

IMPLEMENTATION INFO

2.86. whenever

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.87. wire

Inherited from Uize.Class.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class)

2.88. wireItemWidget

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

2.89. wireNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

2.90. wireUi

IMPLEMENTATION INFO

this is an override of an inherited feature (implementation is in this module, 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. allSelected

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.2. built

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, 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. collectionItemControlName

IMPLEMENTATION INFO

this feature was introduced in this module

4.8. confirmToDrag

IMPLEMENTATION INFO

this feature was introduced in this module

4.9. container

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.10. dragCursor

IMPLEMENTATION INFO

this feature was introduced in this module

4.11. dragIgnoresLocked

IMPLEMENTATION INFO

this feature was introduced in this module

4.12. dragToReorder

IMPLEMENTATION INFO

this feature was introduced in this module

4.13. enabled

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.14. enabledInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.15. enabledParentTickle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.16. ensureItemDraggedIsSelected

IMPLEMENTATION INFO

this feature was introduced in this module

4.17. formDialogJsClass

IMPLEMENTATION INFO

this feature was introduced in this module

4.18. formDialogParams

IMPLEMENTATION INFO

this feature was introduced in this module

4.19. html

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.20. idPrefix

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.21. idPrefixConstruction

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.22. inDrag

IMPLEMENTATION INFO

this feature was introduced in this module

4.23. insertionMode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.24. isEditable

IMPLEMENTATION INFO

this feature was introduced in this module

4.25. isEmpty

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.26. itemDisplayOrder

IMPLEMENTATION INFO

this feature was introduced in this module

4.27. itemPropertyForItemWidgetName

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.28. itemRemoveActsOnSelection

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.29. itemVestigeOpacity

IMPLEMENTATION INFO

this feature was introduced in this module

4.30. itemWidgetClass

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.31. itemWidgetNamePrefix

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.32. itemWidgetProperties

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.33. items

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.34. itemsContainerNode

IMPLEMENTATION INFO

this feature was introduced in this module

4.35. localized

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.36. makeNewlyAddedSelected

IMPLEMENTATION INFO

this feature was introduced in this module

4.37. name

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.38. nodeMap

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.39. oneSelected

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.40. parent

Inherited from Uize.Widget.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget)

4.41. selectionMode

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.42. someSelected

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.43. templateTokens

IMPLEMENTATION INFO

this feature was introduced in this module

4.44. totalItems

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.45. totalSelected

Inherited from Uize.Widget.Collection.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.Collection, first introduced in Uize.Widget.Collection)

4.46. 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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.12. Uize.Widget.Collection.Dynamic.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.13. Uize.Widget.Collection.Dynamic.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.14. Uize.Widget.Collection.Dynamic.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.15. Uize.Widget.Collection.Dynamic.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.16. Uize.Widget.Collection.Dynamic.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.17. Uize.Widget.Collection.Dynamic.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.18. Uize.Widget.Collection.Dynamic.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.19. Uize.Widget.Collection.Dynamic.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.20. Uize.Widget.Collection.Dynamic.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.21. Uize.Widget.Collection.Dynamic.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.22. Uize.Widget.Collection.Dynamic.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.23. Uize.Widget.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.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.Collection.Dynamic.isEditable

IMPLEMENTATION INFO

this feature was introduced in this module
this static feature is inherited by subclasses

6.4. Uize.Widget.Collection.Dynamic.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.5. Uize.Widget.Collection.Dynamic.itemsContainerNode

IMPLEMENTATION INFO

this feature was introduced in this module
this static feature is inherited by subclasses

6.6. Uize.Widget.Collection.Dynamic.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.7. Uize.Widget.Collection.Dynamic.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.8. Uize.Widget.Collection.Dynamic.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.9. Uize.Widget.Collection.Dynamic.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