MODULES Uize.Widget.FormElement
- Contents
- 1. Introduction
-
2. State Properties
- 2.1. built
- 2.2. busy
- 2.3. busyInherited
- 2.4. busyParentTickle
- 2.5. children
- 2.6. container
- 2.7. elementName
- 2.8. enabled
- 2.9. enabledInherited
- 2.10. enabledParentTickle
- 2.11. errorClassName
- 2.12. focused
- 2.13. html
- 2.14. idPrefix
- 2.15. idPrefixConstruction
- 2.16. insertionMode
- 2.17. isDirty
- 2.18. isDirtyInherited
- 2.19. isEmpty
- 2.20. isFinished
- 2.21. isValid
- 2.22. localized
- 2.23. name
- 2.24. nodeMap
- 2.25. parent
- 2.26. tentativeValue
- 2.27. type
- 2.28. validateWhen
- 2.29. validator
- 2.30. value
- 2.31. valueConformer
- 2.32. warningAllowed
- 2.33. warningAllowedInherited
- 2.34. warningMessage
- 2.35. warningShown
- 2.36. warningShownWhen
- 2.37. warningWidgetClass
- 2.38. wired
-
3. Instance Methods
- 3.1. addChild
- 3.2. addChildren
- 3.3. ajax
- 3.4. buildHtml
- 3.5. callInherited
- 3.6. checkIsEmpty
- 3.7. checkWarningShown
- 3.8. childHtml
- 3.9. childId
- 3.10. confirm
- 3.11. displayNode
- 3.12. fire
- 3.13. fireOkOnEnter
- 3.14. flushNodeCache
- 3.15. get
- 3.16. getContainer
- 3.17. getHtml
- 3.18. getInherited
- 3.19. getNode
- 3.20. getNodeStyle
- 3.21. getNodeValue
- 3.22. getProvider
- 3.23. getRootNode
- 3.24. globalizeNode
- 3.25. inform
- 3.26. injectNodeHtml
- 3.27. insertOrWireUi
- 3.28. insertUi
- 3.29. is
- 3.30. isMet
- 3.31. kill
- 3.32. localize
- 3.33. met
- 3.34. nodeId
- 3.35. onChange
- 3.36. once
- 3.37. removeChild
- 3.38. removeNode
- 3.39. removeUi
- 3.40. restore
- 3.41. set
- 3.42. setInherited
- 3.43. setNodeClipRect
- 3.44. setNodeInnerHtml
- 3.45. setNodeOpacity
- 3.46. setNodeProperties
- 3.47. setNodeStyle
- 3.48. setNodeValue
- 3.49. showNode
- 3.50. toggle
- 3.51. unmet
- 3.52. unwire
- 3.53. unwireNode
- 3.54. unwireNodeEventsByMatch
- 3.55. unwireUi
- 3.56. updateUi
- 3.57. validate
- 3.58. valueConformer
- 3.59. valueOf
- 3.60. whenever
- 3.61. wire
- 3.62. wireNode
- 3.63. wireUi
- 4. Instance Properties
-
5. Static Methods
- 5.1. Uize.Widget.FormElement.alphastructor
- 5.2. Uize.Widget.FormElement.declare
- 5.3. Uize.Widget.FormElement.doMy
- 5.4. Uize.Widget.FormElement.dualContextMethods
- 5.5. Uize.Widget.FormElement.dualContextProperties
- 5.6. Uize.Widget.FormElement.fire
- 5.7. Uize.Widget.FormElement.get
- 5.8. Uize.Widget.FormElement.getBlankImageUrl
- 5.9. Uize.Widget.FormElement.instanceMethods
- 5.10. Uize.Widget.FormElement.instanceProperties
- 5.11. Uize.Widget.FormElement.mixins
- 5.12. Uize.Widget.FormElement.omegastructor
- 5.13. Uize.Widget.FormElement.set
- 5.14. Uize.Widget.FormElement.singleton
- 5.15. Uize.Widget.FormElement.spawn
- 5.16. Uize.Widget.FormElement.stateProperties
- 5.17. Uize.Widget.FormElement.staticMethods
- 5.18. Uize.Widget.FormElement.staticProperties
- 5.19. Uize.Widget.FormElement.subclass
- 5.20. Uize.Widget.FormElement.toggle
- 5.21. Uize.Widget.FormElement.treeInheritedStateProperties
- 5.22. Uize.Widget.FormElement.unwire
- 5.23. Uize.Widget.FormElement.wire
-
6. Static Properties
- 6.1. Uize.Widget.FormElement.busyParentTickle
- 6.2. Uize.Widget.FormElement.enabledParentTickle
- 6.3. Uize.Widget.FormElement.isWired
- 6.4. Uize.Widget.FormElement.moduleName
- 6.5. Uize.Widget.FormElement.nonInheritableStatics
- 6.6. Uize.Widget.FormElement.pathToResources
- 6.7. Uize.Widget.FormElement.undefined
1. Introduction
The Uize.Widget.FormElement
class serves as a wrapper class in order to provide an interface for any form element (input, select, textarea, etc).
DEVELOPERS: Tim Carter, Chris van Rensburg, Ben Ilegbodu, Vinson Chuong, original code contributed by Zazzle Inc.
1.1. Examples
There are no dedicated showcase example pages for the Uize.Widget.FormElement
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.FormElement
module...
SEARCH
1.2. Implementation Info
The Uize.Widget.FormElement
module defines the Uize.Widget.FormElement
class, which is a subclass of Uize.Widget
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Widget
−> Uize.Widget.FormElement
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
checkIsEmpty
| checkWarningShown
| fireOkOnEnter
| getRootNode
| restore
| validate
| valueConformer
INSTANCE PROPERTIES
STATE PROPERTIES
elementName
| errorClassName
| focused
| isDirty
| isDirtyInherited
| isEmpty
| isFinished
| isValid
| tentativeValue
| type
| validateWhen
| validator
| value
| valueConformer
| warningAllowed
| warningAllowedInherited
| warningMessage
| warningShown
| warningShownWhen
| warningWidgetClass
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.FormElement.moduleName
| Uize.Widget.FormElement.nonInheritableStatics
| Uize.Widget.FormElement.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
| getHtml
| 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
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.FormElement.alphastructor
| Uize.Widget.FormElement.declare
| Uize.Widget.FormElement.doMy
| Uize.Widget.FormElement.dualContextMethods
| Uize.Widget.FormElement.dualContextProperties
| Uize.Widget.FormElement.fire
| Uize.Widget.FormElement.get
| Uize.Widget.FormElement.getBlankImageUrl
| Uize.Widget.FormElement.instanceMethods
| Uize.Widget.FormElement.instanceProperties
| Uize.Widget.FormElement.mixins
| Uize.Widget.FormElement.omegastructor
| Uize.Widget.FormElement.set
| Uize.Widget.FormElement.singleton
| Uize.Widget.FormElement.spawn
| Uize.Widget.FormElement.stateProperties
| Uize.Widget.FormElement.staticMethods
| Uize.Widget.FormElement.staticProperties
| Uize.Widget.FormElement.subclass
| Uize.Widget.FormElement.toggle
| Uize.Widget.FormElement.treeInheritedStateProperties
| Uize.Widget.FormElement.unwire
| Uize.Widget.FormElement.wire
STATIC PROPERTIES
Uize.Widget.FormElement.busyParentTickle
| Uize.Widget.FormElement.enabledParentTickle
| Uize.Widget.FormElement.isWired
| Uize.Widget.FormElement.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.FormElement
module.
2. State Properties
2.1. built
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.2. busy
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.3. busyInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.4. busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.5. children
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.6. container
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.7. elementName
The name associated with the input nodes belonging to the form element.
EXAMPLE
<input id="myWidget-input" type='button' name='foobar'/>
For a Uize.Widget.FormElement
instance with the idPrefix
of 'myWidget'
and the above HTML for its input
DOM node, the value of the elementName
state property will be 'foobar'
.
IMPLEMENTATION INFO
this feature was introduced in this module |
2.8. enabled
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.9. enabledInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.10. enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.11. errorClassName
IMPLEMENTATION INFO
this feature was introduced in this module |
2.12. focused
IMPLEMENTATION INFO
this feature was introduced in this module |
2.13. html
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.14. idPrefix
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.15. idPrefixConstruction
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.16. insertionMode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.17. isDirty
IMPLEMENTATION INFO
this feature was introduced in this module |
2.18. isDirtyInherited
IMPLEMENTATION INFO
this feature was introduced in this module |
2.19. isEmpty
IMPLEMENTATION INFO
this feature was introduced in this module |
2.20. isFinished
IMPLEMENTATION INFO
this feature was introduced in this module |
2.21. isValid
IMPLEMENTATION INFO
this feature was introduced in this module |
2.22. localized
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.23. name
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.24. nodeMap
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.25. parent
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.26. tentativeValue
IMPLEMENTATION INFO
this feature was introduced in this module |
2.27. type
The type associated with the input node belonging to the form element.
EXAMPLE
<input id="myWidget-input" type='button' name='foobar'/>
For a Uize.Widget.FormElement
instance with the idPrefix
of 'myWidget'
and the above HTML for its input
DOM node, the value of the type
state property will be 'button'
.
IMPLEMENTATION INFO
this feature was introduced in this module |
2.28. validateWhen
IMPLEMENTATION INFO
this feature was introduced in this module |
2.29. validator
IMPLEMENTATION INFO
this feature was introduced in this module |
2.30. value
IMPLEMENTATION INFO
this feature was introduced in this module |
2.31. valueConformer
IMPLEMENTATION INFO
this feature was introduced in this module |
2.32. warningAllowed
IMPLEMENTATION INFO
this feature was introduced in this module |
2.33. warningAllowedInherited
IMPLEMENTATION INFO
this feature was introduced in this module |
2.34. warningMessage
IMPLEMENTATION INFO
this feature was introduced in this module |
2.35. warningShown
IMPLEMENTATION INFO
this feature was introduced in this module |
2.36. warningShownWhen
IMPLEMENTATION INFO
this feature was introduced in this module |
2.37. warningWidgetClass
IMPLEMENTATION INFO
this feature was introduced in this module |
2.38. wired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3. Instance Methods
3.1. addChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.2. addChildren
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.3. ajax
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.4. buildHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.5. callInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.6. checkIsEmpty
IMPLEMENTATION INFO
this feature was introduced in this module |
3.7. checkWarningShown
IMPLEMENTATION INFO
this feature was introduced in this module |
3.8. childHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.9. childId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.10. confirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.11. displayNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.12. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.13. fireOkOnEnter
IMPLEMENTATION INFO
this feature was introduced in this module |
3.14. flushNodeCache
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.15. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.16. getContainer
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.17. getHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.18. getInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.19. getNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.20. getNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.21. getNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.22. getProvider
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.23. getRootNode
IMPLEMENTATION INFO
this feature was introduced in this module |
3.24. globalizeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.25. inform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.26. injectNodeHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.27. insertOrWireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.28. insertUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.29. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.30. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.31. kill
Inherited from Uize.Widget
, but introduced in Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Class ) |
3.32. localize
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.33. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.34. nodeId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.35. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.36. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.37. removeChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.38. removeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.39. removeUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.40. restore
IMPLEMENTATION INFO
this feature was introduced in this module |
3.41. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.42. setInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.43. setNodeClipRect
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.44. setNodeInnerHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.45. setNodeOpacity
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.46. setNodeProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.47. setNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.48. setNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.49. showNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.50. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.51. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.52. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.53. unwireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.54. unwireNodeEventsByMatch
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.55. unwireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.56. updateUi
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
3.57. validate
IMPLEMENTATION INFO
this feature was introduced in this module |
3.58. valueConformer
IMPLEMENTATION INFO
this feature was introduced in this module |
3.59. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
3.60. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.61. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.62. wireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.63. wireUi
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
4. Instance Properties
4.1. getMoreValidators
IMPLEMENTATION INFO
this feature was introduced in this module |
4.2. showConfirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.3. showInform
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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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.FormElement.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 |