MODULES Uize.Widget.Bar.Slider
- 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. decimalPlacesToDisplay
- 2.8. enabled
- 2.9. enabledInherited
- 2.10. enabledParentTickle
- 2.11. html
- 2.12. idPrefix
- 2.13. idPrefixConstruction
- 2.14. inDrag
- 2.15. increments
- 2.16. insertionMode
- 2.17. localized
- 2.18. maxValidValue
- 2.19. maxValue
- 2.20. minValidValue
- 2.21. minValue
- 2.22. name
- 2.23. nodeMap
- 2.24. orientation
- 2.25. parent
- 2.26. restTime
- 2.27. scaleFunc
- 2.28. value
- 2.29. valueFunc
- 2.30. wired
-
3. Instance Methods
- 3.1. addChild
- 3.2. addChildren
- 3.3. ajax
- 3.4. buildHtml
- 3.5. callInherited
- 3.6. childHtml
- 3.7. childId
- 3.8. confirm
- 3.9. displayNode
- 3.10. fire
- 3.11. flushNodeCache
- 3.12. get
- 3.13. getContainer
- 3.14. getHtml
- 3.15. getInherited
- 3.16. getNode
- 3.17. getNodeStyle
- 3.18. getNodeValue
- 3.19. getProvider
- 3.20. globalizeNode
- 3.21. inform
- 3.22. injectNodeHtml
- 3.23. insertOrWireUi
- 3.24. insertUi
- 3.25. is
- 3.26. isMet
- 3.27. kill
- 3.28. localize
- 3.29. met
- 3.30. nodeId
- 3.31. onChange
- 3.32. once
- 3.33. removeChild
- 3.34. removeNode
- 3.35. removeUi
- 3.36. set
- 3.37. setInherited
- 3.38. setNodeClipRect
- 3.39. setNodeInnerHtml
- 3.40. setNodeOpacity
- 3.41. setNodeProperties
- 3.42. setNodeStyle
- 3.43. setNodeValue
- 3.44. showNode
- 3.45. toggle
- 3.46. unmet
- 3.47. unwire
- 3.48. unwireNode
- 3.49. unwireNodeEventsByMatch
- 3.50. unwireUi
- 3.51. updateUi
- 3.52. valueOf
- 3.53. whenever
- 3.54. wire
- 3.55. wireNode
- 3.56. wireUi
- 4. Instance Properties
-
5. Static Methods
- 5.1. Uize.Widget.Bar.Slider.alphastructor
- 5.2. Uize.Widget.Bar.Slider.declare
- 5.3. Uize.Widget.Bar.Slider.doMy
- 5.4. Uize.Widget.Bar.Slider.dualContextMethods
- 5.5. Uize.Widget.Bar.Slider.dualContextProperties
- 5.6. Uize.Widget.Bar.Slider.fire
- 5.7. Uize.Widget.Bar.Slider.get
- 5.8. Uize.Widget.Bar.Slider.getBlankImageUrl
- 5.9. Uize.Widget.Bar.Slider.instanceMethods
- 5.10. Uize.Widget.Bar.Slider.instanceProperties
- 5.11. Uize.Widget.Bar.Slider.mixins
- 5.12. Uize.Widget.Bar.Slider.omegastructor
- 5.13. Uize.Widget.Bar.Slider.set
- 5.14. Uize.Widget.Bar.Slider.singleton
- 5.15. Uize.Widget.Bar.Slider.spawn
- 5.16. Uize.Widget.Bar.Slider.stateProperties
- 5.17. Uize.Widget.Bar.Slider.staticMethods
- 5.18. Uize.Widget.Bar.Slider.staticProperties
- 5.19. Uize.Widget.Bar.Slider.subclass
- 5.20. Uize.Widget.Bar.Slider.toggle
- 5.21. Uize.Widget.Bar.Slider.treeInheritedStateProperties
- 5.22. Uize.Widget.Bar.Slider.unwire
- 5.23. Uize.Widget.Bar.Slider.valueFunc
- 5.24. Uize.Widget.Bar.Slider.wire
-
6. Static Properties
- 6.1. Uize.Widget.Bar.Slider.busyParentTickle
- 6.2. Uize.Widget.Bar.Slider.enabledParentTickle
- 6.3. Uize.Widget.Bar.Slider.inDrag
- 6.4. Uize.Widget.Bar.Slider.isWired
- 6.5. Uize.Widget.Bar.Slider.moduleName
- 6.6. Uize.Widget.Bar.Slider.nonInheritableStatics
- 6.7. Uize.Widget.Bar.Slider.pathToResources
- 6.8. Uize.Widget.Bar.Slider.presets
- 6.9. Uize.Widget.Bar.Slider.restTime
- 6.10. Uize.Widget.Bar.Slider.undefined
1. Introduction
The Uize.Widget.Bar.Slider
class implements a slider widget that lets the user select a value by clicking-and-dragging the slider knob along a track.
DEVELOPERS: Chris van Rensburg
With the Uize.Widget.Bar
superclass, the knob
DOM node acts purely as a value indicator, but with the Uize.Widget.Bar.Slider
class, the knob is draggable by the user.
1.1. Examples
The following example pages are good showcases for the Uize.Widget.Bar.Slider
module...
Multiple Sliders From a Template - See how to supply your own HTML template for widgets. Seven sliders in a row - all using the same HTML, but each with its own unique configuration. |
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.Bar.Slider
module...
SEARCH
1.2. Implementation Info
The Uize.Widget.Bar.Slider
module defines the Uize.Widget.Bar.Slider
class, which is a subclass of Uize.Widget.Bar
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Widget
−> Uize.Widget.Bar
−> Uize.Widget.Bar.Slider
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATE PROPERTIES
STATIC METHODS
Uize.Widget.Bar.Slider.valueFunc
STATIC PROPERTIES
Uize.Widget.Bar.Slider.inDrag
| Uize.Widget.Bar.Slider.presets
| Uize.Widget.Bar.Slider.restTime
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.Bar.Slider.moduleName
| Uize.Widget.Bar.Slider.nonInheritableStatics
| Uize.Widget.Bar.Slider.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
| updateUi
| whenever
| wire
| wireNode
INSTANCE PROPERTIES
STATE PROPERTIES
built
| busy
| busyInherited
| busyParentTickle
| children
| container
| decimalPlacesToDisplay
| enabled
| enabledInherited
| enabledParentTickle
| html
| idPrefix
| idPrefixConstruction
| increments
| insertionMode
| localized
| maxValidValue
| maxValue
| minValidValue
| minValue
| name
| nodeMap
| orientation
| parent
| scaleFunc
| value
| wired
STATIC METHODS
Uize.Widget.Bar.Slider.alphastructor
| Uize.Widget.Bar.Slider.declare
| Uize.Widget.Bar.Slider.doMy
| Uize.Widget.Bar.Slider.dualContextMethods
| Uize.Widget.Bar.Slider.dualContextProperties
| Uize.Widget.Bar.Slider.fire
| Uize.Widget.Bar.Slider.get
| Uize.Widget.Bar.Slider.getBlankImageUrl
| Uize.Widget.Bar.Slider.instanceMethods
| Uize.Widget.Bar.Slider.instanceProperties
| Uize.Widget.Bar.Slider.mixins
| Uize.Widget.Bar.Slider.omegastructor
| Uize.Widget.Bar.Slider.set
| Uize.Widget.Bar.Slider.singleton
| Uize.Widget.Bar.Slider.spawn
| Uize.Widget.Bar.Slider.stateProperties
| Uize.Widget.Bar.Slider.staticMethods
| Uize.Widget.Bar.Slider.staticProperties
| Uize.Widget.Bar.Slider.subclass
| Uize.Widget.Bar.Slider.toggle
| Uize.Widget.Bar.Slider.treeInheritedStateProperties
| Uize.Widget.Bar.Slider.unwire
| Uize.Widget.Bar.Slider.wire
STATIC PROPERTIES
Uize.Widget.Bar.Slider.busyParentTickle
| Uize.Widget.Bar.Slider.enabledParentTickle
| Uize.Widget.Bar.Slider.isWired
| Uize.Widget.Bar.Slider.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.Bar.Slider
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. decimalPlacesToDisplay
Inherited from Uize.Widget.Bar
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget.Bar ) |
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. html
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.12. idPrefix
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.13. idPrefixConstruction
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.14. inDrag
A boolean value, indicating whether or not the slider's knob is being dragged by the user.
To monitor when a slider is being dragged, one can register an event handler on the Changed.inDrag
instance event.
NOTES
the initial value is false |
|
this property is read-only |
IMPLEMENTATION INFO
this feature was introduced in this module |
2.15. increments
Inherited from Uize.Widget.Bar
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget.Bar ) |
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. localized
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.18. maxValidValue
Inherited from Uize.Widget.Bar
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget.Bar ) |
2.19. maxValue
Inherited from Uize.Widget.Bar
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget.Bar ) |
2.20. minValidValue
Inherited from Uize.Widget.Bar
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget.Bar ) |
2.21. minValue
Inherited from Uize.Widget.Bar
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget.Bar ) |
2.22. name
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.23. nodeMap
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.24. orientation
Inherited from Uize.Widget.Bar
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget.Bar ) |
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. restTime
An integer, representing the time (in milliseconds) that the user must rest the mouse - during dragging the slider's knob - before the Value Change After Rest
instance event will be fired.
Using this property in conjunction with the Value Change After Rest
instance event is useful in triggering updates that would be too expensive to trigger continuously during a drag operation.
NOTES
the initial value is 250 |
IMPLEMENTATION INFO
this feature was introduced in this module |
2.27. scaleFunc
Inherited from Uize.Widget.Bar
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget.Bar ) |
2.28. value
Inherited from Uize.Widget.Bar
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget.Bar ) |
2.29. valueFunc
An optional function that can be provided to achieve a non-linear transformation of the slider's knob position to a value for the instance's value
state property.
This property should be used in conjunction with the scaleFunc
state property. In order for the slider to operate sensibly, any function specified for this property should be the inverse of a function specified for the scaleFunc
property. For example, if the function function (unscaled) {return Math.pow (unscaled)}
was specified for the scaleFunc
property, then the function function (scaled) {return Math.sqrt (scaled)}
should be specified for the valueFunc
property.
NOTES
the initial value is a function that has no effect |
IMPLEMENTATION INFO
this feature was introduced in this module |
2.30. 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. childHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.7. childId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.8. confirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.9. displayNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.10. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.11. flushNodeCache
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.12. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.13. getContainer
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.14. getHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.15. getInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.16. getNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.17. getNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.18. getNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.19. getProvider
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.20. globalizeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.21. inform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.22. injectNodeHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.23. insertOrWireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.24. insertUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.25. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.26. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.27. 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.28. localize
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.29. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.30. nodeId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.31. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.32. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.33. removeChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.34. removeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.35. removeUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.36. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.37. setInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.38. setNodeClipRect
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.39. setNodeInnerHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.40. setNodeOpacity
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.41. setNodeProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.42. setNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.43. setNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.44. showNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.45. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.46. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.47. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.48. unwireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.49. unwireNodeEventsByMatch
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.50. unwireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.51. updateUi
Inherited from Uize.Widget.Bar
, but introduced in Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Bar , first introduced in Uize.Widget ) |
3.52. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
3.53. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.54. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3.55. wireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.56. 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. showConfirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.2. 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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.valueFunc
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
5.24. Uize.Widget.Bar.Slider.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.Bar.Slider.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.Bar.Slider.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.Bar.Slider.inDrag
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
6.4. Uize.Widget.Bar.Slider.isWired
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
|
this static feature is inherited by subclasses |
6.5. Uize.Widget.Bar.Slider.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.6. Uize.Widget.Bar.Slider.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.7. Uize.Widget.Bar.Slider.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.8. Uize.Widget.Bar.Slider.presets
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
6.9. Uize.Widget.Bar.Slider.restTime
IMPLEMENTATION INFO
this feature was introduced in this module | |
this static feature is inherited by subclasses |
6.10. Uize.Widget.Bar.Slider.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 |