MODULES Uize.Widget.Population
- 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. confirm
- 2.9. displayNode
- 2.10. fire
- 2.11. flushNodeCache
- 2.12. get
- 2.13. getContainer
- 2.14. getHtml
- 2.15. getInherited
- 2.16. getNode
- 2.17. getNodeStyle
- 2.18. getNodeValue
- 2.19. getOutput
- 2.20. getProvider
- 2.21. globalizeNode
- 2.22. inform
- 2.23. injectNodeHtml
- 2.24. insertOrWireUi
- 2.25. insertUi
- 2.26. is
- 2.27. isMet
- 2.28. kill
- 2.29. localize
- 2.30. met
- 2.31. nodeId
- 2.32. onChange
- 2.33. once
- 2.34. removeChild
- 2.35. removeNode
- 2.36. removeUi
- 2.37. set
- 2.38. setInherited
- 2.39. setNodeClipRect
- 2.40. setNodeInnerHtml
- 2.41. setNodeOpacity
- 2.42. setNodeProperties
- 2.43. setNodeStyle
- 2.44. setNodeValue
- 2.45. showNode
- 2.46. toggle
- 2.47. unmet
- 2.48. unwire
- 2.49. unwireNode
- 2.50. unwireNodeEventsByMatch
- 2.51. unwireUi
- 2.52. updateUi
- 2.53. valueOf
- 2.54. whenever
- 2.55. wire
- 2.56. wireNode
- 2.57. wireUi
-
3. Static Methods
- 3.1. Uize.Widget.Population.alphastructor
- 3.2. Uize.Widget.Population.declare
- 3.3. Uize.Widget.Population.doMy
- 3.4. Uize.Widget.Population.dualContextMethods
- 3.5. Uize.Widget.Population.dualContextProperties
- 3.6. Uize.Widget.Population.fire
- 3.7. Uize.Widget.Population.get
- 3.8. Uize.Widget.Population.getBlankImageUrl
- 3.9. Uize.Widget.Population.instanceMethods
- 3.10. Uize.Widget.Population.instanceProperties
- 3.11. Uize.Widget.Population.makeTemplateItem
- 3.12. Uize.Widget.Population.mixins
- 3.13. Uize.Widget.Population.omegastructor
- 3.14. Uize.Widget.Population.replaceByTemplateItem
- 3.15. Uize.Widget.Population.replaceByToken
- 3.16. Uize.Widget.Population.set
- 3.17. Uize.Widget.Population.singleton
- 3.18. Uize.Widget.Population.spawn
- 3.19. Uize.Widget.Population.stateProperties
- 3.20. Uize.Widget.Population.staticMethods
- 3.21. Uize.Widget.Population.staticProperties
- 3.22. Uize.Widget.Population.subclass
- 3.23. Uize.Widget.Population.toggle
- 3.24. Uize.Widget.Population.treeInheritedStateProperties
- 3.25. Uize.Widget.Population.unwire
- 3.26. Uize.Widget.Population.wire
-
4. State Properties
- 4.1. built
- 4.2. busy
- 4.3. busyInherited
- 4.4. busyParentTickle
- 4.5. children
- 4.6. container
- 4.7. enabled
- 4.8. enabledInherited
- 4.9. enabledParentTickle
- 4.10. html
- 4.11. idPrefix
- 4.12. idPrefixConstruction
- 4.13. insertionMode
- 4.14. itemPhantomProperties
- 4.15. itemPrefix
- 4.16. itemSuffix
- 4.17. items
- 4.18. localized
- 4.19. name
- 4.20. nodeMap
- 4.21. outputPrefix
- 4.22. outputSuffix
- 4.23. parent
- 4.24. templateItem
- 4.25. templateStr
- 4.26. wired
- 5. Instance Properties
- 6. Static Properties
1. Introduction
The Uize.Widget.Population
class implements population of contents into a DOM node, by cloning an HTML template using data from a records array.
DEVELOPERS: Chris van Rensburg, original code contributed by Zazzle Inc.
1.1. Examples
The following example pages are good showcases for the Uize.Widget.Population
module...
Populating Photo Details - See the population class used to dynamically generate HTML for a photo set, where the HTML for each photo shows title, image, description, and rating. | |
Structured Record Population - See how the population class is used to dynamically generate HTML using an HTML template and a records array, where each record has structured data. |
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.Population
module...
SEARCH
1.2. Implementation Info
The Uize.Widget.Population
module defines the Uize.Widget.Population
class, which is a subclass of Uize.Widget
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Widget
−> Uize.Widget.Population
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
STATE PROPERTIES
itemPhantomProperties
| itemPrefix
| itemSuffix
| items
| outputPrefix
| outputSuffix
| templateItem
| templateStr
STATIC METHODS
Uize.Widget.Population.makeTemplateItem
| Uize.Widget.Population.replaceByTemplateItem
| Uize.Widget.Population.replaceByToken
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
STATIC PROPERTIES
Uize.Widget.Population.moduleName
| Uize.Widget.Population.nonInheritableStatics
| Uize.Widget.Population.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
| confirm
| displayNode
| fire
| flushNodeCache
| get
| getContainer
| getInherited
| getNode
| getNodeStyle
| getNodeValue
| getProvider
| globalizeNode
| inform
| injectNodeHtml
| insertOrWireUi
| insertUi
| is
| isMet
| kill
| localize
| met
| nodeId
| onChange
| once
| removeChild
| removeNode
| removeUi
| set
| setInherited
| setNodeClipRect
| setNodeInnerHtml
| setNodeOpacity
| setNodeProperties
| setNodeStyle
| setNodeValue
| showNode
| toggle
| unmet
| unwire
| unwireNode
| unwireNodeEventsByMatch
| unwireUi
| whenever
| wire
| wireNode
| wireUi
INSTANCE PROPERTIES
STATE PROPERTIES
built
| busy
| busyInherited
| busyParentTickle
| children
| container
| enabled
| enabledInherited
| enabledParentTickle
| html
| idPrefix
| idPrefixConstruction
| insertionMode
| localized
| name
| nodeMap
| parent
| wired
STATIC METHODS
Uize.Widget.Population.alphastructor
| Uize.Widget.Population.declare
| Uize.Widget.Population.doMy
| Uize.Widget.Population.dualContextMethods
| Uize.Widget.Population.dualContextProperties
| Uize.Widget.Population.fire
| Uize.Widget.Population.get
| Uize.Widget.Population.getBlankImageUrl
| Uize.Widget.Population.instanceMethods
| Uize.Widget.Population.instanceProperties
| Uize.Widget.Population.mixins
| Uize.Widget.Population.omegastructor
| Uize.Widget.Population.set
| Uize.Widget.Population.singleton
| Uize.Widget.Population.spawn
| Uize.Widget.Population.stateProperties
| Uize.Widget.Population.staticMethods
| Uize.Widget.Population.staticProperties
| Uize.Widget.Population.subclass
| Uize.Widget.Population.toggle
| Uize.Widget.Population.treeInheritedStateProperties
| Uize.Widget.Population.unwire
| Uize.Widget.Population.wire
STATIC PROPERTIES
Uize.Widget.Population.busyParentTickle
| Uize.Widget.Population.enabledParentTickle
| Uize.Widget.Population.isWired
| Uize.Widget.Population.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.Population
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. confirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.9. displayNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.10. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.11. flushNodeCache
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.12. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.13. getContainer
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.14. getHtml
Returns a string, being the HTML markup generated using the template HTML contained in the templateStr
state property and the record set contained by the items
state property.
SYNTAX
htmlSTR = myPopulation.getHtml ();
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
2.15. getInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.16. getNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.17. getNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.18. getNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.19. getOutput
Returns a string, being the output generated using the value of the templateStr
state property and the record set contained by the items
state property.
SYNTAX
outputSTR = myPopulation.getOutput ();
IMPLEMENTATION INFO
this feature was introduced in this module |
2.20. getProvider
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.21. globalizeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.22. inform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.23. injectNodeHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.24. insertOrWireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.25. insertUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.26. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.27. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.28. 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.29. localize
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.30. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.31. nodeId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.32. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.33. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.34. removeChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.35. removeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.36. removeUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.37. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.38. setInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.39. setNodeClipRect
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.40. setNodeInnerHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.41. setNodeOpacity
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.42. setNodeProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.43. setNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.44. setNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.45. showNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.46. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.47. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.48. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.49. unwireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.50. unwireNodeEventsByMatch
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.51. unwireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.52. updateUi
Updates the contents of the DOM node specified by the container
state property, using the getHtml
instance method to generate the new HTML markup.
SYNTAX
myPopulation.updateUi ();
NOTES
if the templateStr state property is undefined, null, or an empty string at the time that this method first performs its action, then this property value will be set by taking the value of the container node's innerHTML property |
|
this method is called automatically whenever there is a change in the values of the templateStr and items state properties |
|
if the container state property is equivalent to false , or if the node specified by this property does not exist in the DOM, then this method will have no action |
|
if the enabled state property is equivalent to false , then this method will have no action |
|
this method is optimized so that if it is called repeatedly and in that time there is no change in the values of the templateStr or items state properties, then its action will not be performed repeatedly |
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
2.53. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
2.54. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.55. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.56. wireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.57. wireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3. Static Methods
3.1. Uize.Widget.Population.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 |
3.2. Uize.Widget.Population.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 |
3.3. Uize.Widget.Population.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 |
3.4. Uize.Widget.Population.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 |
3.5. Uize.Widget.Population.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 |
3.6. Uize.Widget.Population.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 |
3.7. Uize.Widget.Population.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 |
3.8. Uize.Widget.Population.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 |
3.9. Uize.Widget.Population.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 |
3.10. Uize.Widget.Population.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 |
3.11. Uize.Widget.Population.makeTemplateItem
Generates a template item, using the specified item and token naming scheme, that can then be used when setting the templateItem
state property of an instance.
SYNTAX
templateItemOBJ = Uize.Widget.Population.makeTemplateItem (itemOBJ,tokenNamingSTRorFN);
When a string value is specified for the tokenNamingSTRorFN
parameter, then the token for any given key will be generated by replacing the text "KEY" in the value of the tokenNamingSTRorFN
parameter with the actual name of the key. Consider the following example...
EXAMPLE 1
Uize.Widget.Population.makeTemplateItem ( { firstName:'Jack', lastName:'Frost', cellPhone:'(111) 123-4567', address:'632 North Haven Drive, Arlington, NC' }, '##KEY##' );
The above example would generate the following template item object...
{ firstName:'##firstName##', lastName:'##lastName##', cellPhone:'##cellPhone##', address:'##address##' }
This template item could then be used by an instance of Uize.Widget.Population
when iterating over multiple person items and substituting the tokens of the form ##KEY## in the template string with the values for those keys in each item. If all of the items have the same keys, then one could simply use the first item in the items array to generate the template item with its key-to-token mappings.
Now, if a function reference is specified for the tokenNamingSTRorFN
parameter, then the token for any given key will be generated by calling the function and passing in the actual name of the key as a parameter. The value that is returned by the function will then be used as the token. Consider the following example...
EXAMPLE 2
Uize.Widget.Population.makeTemplateItem ( { firstName:'Jack', lastName:'Frost', cellPhone:'(111) 123-4567', address:'632 North Haven Drive, Arlington, NC' }, function (key) {return '[ ' + key.toUpperCase () + ' ]'} );
The above example would generate the following template item object...
{ firstName:'[FIRSTNAME]', lastName:'[LASTNAME]', cellPhone:'[CELLPHONE]', address:'[ADDRESS]' }
VARIATIONS
templateItemOBJ = Uize.Widget.Population.makeTemplateItem (itemOBJ);
When no tokenNamingSTRorFN
parameter is specified, then the token names generated in the template item will be identical to the key names.
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
3.12. Uize.Widget.Population.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 |
3.13. Uize.Widget.Population.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 |
3.14. Uize.Widget.Population.replaceByTemplateItem
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
3.15. Uize.Widget.Population.replaceByToken
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
3.16. Uize.Widget.Population.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 |
3.17. Uize.Widget.Population.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 |
3.18. Uize.Widget.Population.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 |
3.19. Uize.Widget.Population.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 |
3.20. Uize.Widget.Population.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 |
3.21. Uize.Widget.Population.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 |
3.22. Uize.Widget.Population.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 |
3.23. Uize.Widget.Population.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 |
3.24. Uize.Widget.Population.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 |
3.25. Uize.Widget.Population.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 |
3.26. Uize.Widget.Population.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 |
4. State Properties
4.1. built
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.2. busy
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.3. busyInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.4. busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.5. children
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.6. container
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.7. enabled
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.8. enabledInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.9. enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.10. html
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.11. idPrefix
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.12. idPrefixConstruction
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.13. insertionMode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.14. itemPhantomProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
4.15. itemPrefix
IMPLEMENTATION INFO
this feature was introduced in this module |
4.16. itemSuffix
IMPLEMENTATION INFO
this feature was introduced in this module |
4.17. items
IMPLEMENTATION INFO
this feature was introduced in this module |
4.18. localized
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.19. name
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.20. nodeMap
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.21. outputPrefix
IMPLEMENTATION INFO
this feature was introduced in this module |
4.22. outputSuffix
IMPLEMENTATION INFO
this feature was introduced in this module |
4.23. parent
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.24. templateItem
IMPLEMENTATION INFO
this feature was introduced in this module |
4.25. templateStr
A string, representing the template that should be used when generating output in the getOutput
and getHtml
instance methods.
If this property is undefined, null, or an empty string at the time that the updateUi
instance method first performs its action, then its value will be set by taking the value of the container
node's innerHTML
property.
NOTES
the initial value is undefined |
IMPLEMENTATION INFO
this feature was introduced in this module |
4.26. wired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5. Instance Properties
5.1. showConfirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.2. showInform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6. Static Properties
6.1. Uize.Widget.Population.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.Population.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.Population.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.Population.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.Population.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.Population.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.Population.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 |