MODULES Uize.Widget.Picker
- Contents
- 1. Introduction
- 2. Child Widgets
-
3. State Properties
- 3.1. allowManualEntry
- 3.2. built
- 3.3. busy
- 3.4. busyInherited
- 3.5. busyParentTickle
- 3.6. children
- 3.7. container
- 3.8. dialogComponent
- 3.9. dialogName
- 3.10. dialogPreventScrollWhenShown
- 3.11. dialogWidgetClass
- 3.12. elementName
- 3.13. enabled
- 3.14. enabledInherited
- 3.15. enabledParentTickle
- 3.16. errorClassName
- 3.17. focused
- 3.18. html
- 3.19. idPrefix
- 3.20. idPrefixConstruction
- 3.21. insertionMode
- 3.22. isDirty
- 3.23. isDirtyInherited
- 3.24. isEmpty
- 3.25. isFinished
- 3.26. isValid
- 3.27. localized
- 3.28. name
- 3.29. nodeMap
- 3.30. parent
- 3.31. pipedProperties
- 3.32. selectorButtonWidgetClass
- 3.33. selectorButtonWidgetProperties
- 3.34. tentativeValue
- 3.35. type
- 3.36. validateWhen
- 3.37. validator
- 3.38. value
- 3.39. valueConformer
- 3.40. valueDetails
- 3.41. valueFormatter
- 3.42. warningAllowed
- 3.43. warningAllowedInherited
- 3.44. warningMessage
- 3.45. warningShown
- 3.46. warningShownWhen
- 3.47. warningWidgetClass
- 3.48. wired
-
4. Instance Methods
- 4.1. addChild
- 4.2. addChildren
- 4.3. ajax
- 4.4. buildHtml
- 4.5. callInherited
- 4.6. checkIsEmpty
- 4.7. checkWarningShown
- 4.8. childHtml
- 4.9. childId
- 4.10. confirm
- 4.11. displayNode
- 4.12. fire
- 4.13. fireOkOnEnter
- 4.14. flushNodeCache
- 4.15. get
- 4.16. getContainer
- 4.17. getDialogWidgetProperties
- 4.18. getHtml
- 4.19. getInherited
- 4.20. getMooringNode
- 4.21. getMoreDialogEventHandlers
- 4.22. getNode
- 4.23. getNodeStyle
- 4.24. getNodeValue
- 4.25. getProvider
- 4.26. getRootNode
- 4.27. globalizeNode
- 4.28. handleDialogSubmit
- 4.29. inform
- 4.30. injectNodeHtml
- 4.31. insertOrWireUi
- 4.32. insertUi
- 4.33. is
- 4.34. isMet
- 4.35. kill
- 4.36. localize
- 4.37. met
- 4.38. nodeId
- 4.39. onChange
- 4.40. once
- 4.41. pickValue
- 4.42. removeChild
- 4.43. removeNode
- 4.44. removeUi
- 4.45. restore
- 4.46. set
- 4.47. setInherited
- 4.48. setNodeClipRect
- 4.49. setNodeInnerHtml
- 4.50. setNodeOpacity
- 4.51. setNodeProperties
- 4.52. setNodeStyle
- 4.53. setNodeValue
- 4.54. showNode
- 4.55. toggle
- 4.56. unmet
- 4.57. unwire
- 4.58. unwireNode
- 4.59. unwireNodeEventsByMatch
- 4.60. unwireUi
- 4.61. updateUi
- 4.62. validate
- 4.63. valueConformer
- 4.64. valueOf
- 4.65. whenever
- 4.66. wire
- 4.67. wireNode
- 4.68. wireUi
- 5. Instance Properties
-
6. Static Methods
- 6.1. Uize.Widget.Picker.alphastructor
- 6.2. Uize.Widget.Picker.declare
- 6.3. Uize.Widget.Picker.doMy
- 6.4. Uize.Widget.Picker.dualContextMethods
- 6.5. Uize.Widget.Picker.dualContextProperties
- 6.6. Uize.Widget.Picker.fire
- 6.7. Uize.Widget.Picker.get
- 6.8. Uize.Widget.Picker.getBlankImageUrl
- 6.9. Uize.Widget.Picker.instanceMethods
- 6.10. Uize.Widget.Picker.instanceProperties
- 6.11. Uize.Widget.Picker.mixins
- 6.12. Uize.Widget.Picker.omegastructor
- 6.13. Uize.Widget.Picker.set
- 6.14. Uize.Widget.Picker.singleton
- 6.15. Uize.Widget.Picker.spawn
- 6.16. Uize.Widget.Picker.stateProperties
- 6.17. Uize.Widget.Picker.staticMethods
- 6.18. Uize.Widget.Picker.staticProperties
- 6.19. Uize.Widget.Picker.subclass
- 6.20. Uize.Widget.Picker.toggle
- 6.21. Uize.Widget.Picker.treeInheritedStateProperties
- 6.22. Uize.Widget.Picker.unwire
- 6.23. Uize.Widget.Picker.wire
- 7. Static Properties
1. Introduction
The Uize.Widget.Picker
class acts as a base class for value picker widget classes, such as the Uize.Widget.Picker.Date
class.
DEVELOPERS: Chris van Rensburg, Ben Ilegbodu
1.1. Examples
There are no dedicated showcase example pages for the Uize.Widget.Picker
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.Picker
module...
SEARCH
1.2. Implementation Info
The Uize.Widget.Picker
module defines the Uize.Widget.Picker
class, which is a subclass of Uize.Widget.FormElement
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Widget
−> Uize.Widget.FormElement
−> Uize.Widget.Picker
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
getDialogWidgetProperties
| getMooringNode
| getMoreDialogEventHandlers
| handleDialogSubmit
| pickValue
STATE PROPERTIES
allowManualEntry
| dialogComponent
| dialogName
| dialogPreventScrollWhenShown
| dialogWidgetClass
| pipedProperties
| selectorButtonWidgetClass
| selectorButtonWidgetProperties
| valueDetails
| valueFormatter
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.Picker.moduleName
| Uize.Widget.Picker.nonInheritableStatics
| Uize.Widget.Picker.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
| checkIsEmpty
| checkWarningShown
| childHtml
| childId
| confirm
| displayNode
| fire
| fireOkOnEnter
| flushNodeCache
| get
| getContainer
| getHtml
| getInherited
| getNode
| getNodeStyle
| getNodeValue
| getProvider
| getRootNode
| globalizeNode
| inform
| injectNodeHtml
| insertOrWireUi
| insertUi
| is
| isMet
| kill
| localize
| met
| nodeId
| onChange
| once
| removeChild
| removeNode
| removeUi
| restore
| set
| setInherited
| setNodeClipRect
| setNodeInnerHtml
| setNodeOpacity
| setNodeProperties
| setNodeStyle
| setNodeValue
| showNode
| toggle
| unmet
| unwire
| unwireNode
| unwireNodeEventsByMatch
| unwireUi
| updateUi
| validate
| valueConformer
| whenever
| wire
| wireNode
INSTANCE PROPERTIES
getMoreValidators
| showConfirm
| showInform
STATE PROPERTIES
built
| busy
| busyInherited
| busyParentTickle
| children
| container
| elementName
| enabled
| enabledInherited
| enabledParentTickle
| errorClassName
| focused
| html
| idPrefix
| idPrefixConstruction
| insertionMode
| isDirty
| isDirtyInherited
| isEmpty
| isFinished
| isValid
| localized
| name
| nodeMap
| parent
| tentativeValue
| type
| validateWhen
| validator
| value
| valueConformer
| warningAllowed
| warningAllowedInherited
| warningMessage
| warningShown
| warningShownWhen
| warningWidgetClass
| wired
STATIC METHODS
Uize.Widget.Picker.alphastructor
| Uize.Widget.Picker.declare
| Uize.Widget.Picker.doMy
| Uize.Widget.Picker.dualContextMethods
| Uize.Widget.Picker.dualContextProperties
| Uize.Widget.Picker.fire
| Uize.Widget.Picker.get
| Uize.Widget.Picker.getBlankImageUrl
| Uize.Widget.Picker.instanceMethods
| Uize.Widget.Picker.instanceProperties
| Uize.Widget.Picker.mixins
| Uize.Widget.Picker.omegastructor
| Uize.Widget.Picker.set
| Uize.Widget.Picker.singleton
| Uize.Widget.Picker.spawn
| Uize.Widget.Picker.stateProperties
| Uize.Widget.Picker.staticMethods
| Uize.Widget.Picker.staticProperties
| Uize.Widget.Picker.subclass
| Uize.Widget.Picker.toggle
| Uize.Widget.Picker.treeInheritedStateProperties
| Uize.Widget.Picker.unwire
| Uize.Widget.Picker.wire
STATIC PROPERTIES
Uize.Widget.Picker.busyParentTickle
| Uize.Widget.Picker.enabledParentTickle
| Uize.Widget.Picker.isWired
| Uize.Widget.Picker.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.Picker
module.
2. Child Widgets
3. State Properties
3.1. allowManualEntry
.
NOTES
the initial value is true |
IMPLEMENTATION INFO
this feature was introduced in this module |
3.2. built
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.3. busy
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.4. busyInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.5. busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.6. children
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.7. container
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.8. dialogComponent
IMPLEMENTATION INFO
this feature was introduced in this module |
3.9. dialogName
IMPLEMENTATION INFO
this feature was introduced in this module |
3.10. dialogPreventScrollWhenShown
IMPLEMENTATION INFO
this feature was introduced in this module |
3.11. dialogWidgetClass
.
NOTES
the initial value is undefined |
IMPLEMENTATION INFO
this feature was introduced in this module |
3.12. elementName
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.13. enabled
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.14. enabledInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.15. enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.16. errorClassName
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.17. focused
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.18. html
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.19. idPrefix
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.20. idPrefixConstruction
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.21. insertionMode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.22. isDirty
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.23. isDirtyInherited
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.24. isEmpty
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.25. isFinished
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.26. isValid
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.27. localized
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.28. name
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.29. nodeMap
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.30. parent
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.31. pipedProperties
.
NOTES
the initial value is undefined |
IMPLEMENTATION INFO
this feature was introduced in this module |
3.32. selectorButtonWidgetClass
IMPLEMENTATION INFO
this feature was introduced in this module |
3.33. selectorButtonWidgetProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
3.34. tentativeValue
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.35. type
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.36. validateWhen
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.37. validator
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.38. value
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.39. valueConformer
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.40. valueDetails
IMPLEMENTATION INFO
this feature was introduced in this module |
3.41. valueFormatter
.
NOTES
the initial value is undefined |
IMPLEMENTATION INFO
this feature was introduced in this module |
3.42. warningAllowed
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.43. warningAllowedInherited
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.44. warningMessage
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.45. warningShown
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.46. warningShownWhen
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.47. warningWidgetClass
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
3.48. wired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4. Instance Methods
4.1. addChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.2. addChildren
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.3. ajax
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.4. buildHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.5. callInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.6. checkIsEmpty
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
4.7. checkWarningShown
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
4.8. childHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.9. childId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.10. confirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.11. displayNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.12. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.13. fireOkOnEnter
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
4.14. flushNodeCache
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.15. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.16. getContainer
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.17. getDialogWidgetProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
4.18. getHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.19. getInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.20. getMooringNode
IMPLEMENTATION INFO
this feature was introduced in this module |
4.21. getMoreDialogEventHandlers
IMPLEMENTATION INFO
this feature was introduced in this module |
4.22. getNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.23. getNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.24. getNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.25. getProvider
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.26. getRootNode
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
4.27. globalizeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.28. handleDialogSubmit
IMPLEMENTATION INFO
this feature was introduced in this module |
4.29. inform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.30. injectNodeHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.31. insertOrWireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.32. insertUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.33. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.34. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.35. 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 ) |
4.36. localize
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.37. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.38. nodeId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.39. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.40. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.41. pickValue
IMPLEMENTATION INFO
this feature was introduced in this module |
4.42. removeChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.43. removeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.44. removeUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.45. restore
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
4.46. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.47. setInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.48. setNodeClipRect
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.49. setNodeInnerHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.50. setNodeOpacity
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.51. setNodeProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.52. setNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.53. setNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.54. showNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.55. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.56. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.57. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.58. unwireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.59. unwireNodeEventsByMatch
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.60. unwireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.61. updateUi
Inherited from Uize.Widget.FormElement
, but introduced in Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget ) |
4.62. validate
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
4.63. valueConformer
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
4.64. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
4.65. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.66. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
4.67. wireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.68. wireUi
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
5. Instance Properties
5.1. getMoreValidators
Inherited from Uize.Widget.FormElement
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.FormElement , first introduced in Uize.Widget.FormElement ) |
5.2. showConfirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
5.3. showInform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
6. Static Methods
6.1. Uize.Widget.Picker.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 |
6.2. Uize.Widget.Picker.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 |
6.3. Uize.Widget.Picker.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 |
6.4. Uize.Widget.Picker.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 |
6.5. Uize.Widget.Picker.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 |
6.6. Uize.Widget.Picker.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 |
6.7. Uize.Widget.Picker.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 |
6.8. Uize.Widget.Picker.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 |
6.9. Uize.Widget.Picker.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 |
6.10. Uize.Widget.Picker.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 |
6.11. Uize.Widget.Picker.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 |
6.12. Uize.Widget.Picker.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 |
6.13. Uize.Widget.Picker.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 |
6.14. Uize.Widget.Picker.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 |
6.15. Uize.Widget.Picker.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 |
6.16. Uize.Widget.Picker.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 |
6.17. Uize.Widget.Picker.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 |
6.18. Uize.Widget.Picker.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 |
6.19. Uize.Widget.Picker.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 |
6.20. Uize.Widget.Picker.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 |
6.21. Uize.Widget.Picker.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 |
6.22. Uize.Widget.Picker.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 |
6.23. Uize.Widget.Picker.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 |
7. Static Properties
7.1. Uize.Widget.Picker.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 |
7.2. Uize.Widget.Picker.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 |
7.3. Uize.Widget.Picker.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 |
7.4. Uize.Widget.Picker.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 |
7.5. Uize.Widget.Picker.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 |
7.6. Uize.Widget.Picker.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 |
7.7. Uize.Widget.Picker.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 |