UIZE JavaScript Framework

MODULES Uize.Widgets.RatingStars.Widget

1. Introduction

The Uize.Widgets.ImagePort.Widget module implements a widget class for a rating stars widget.

DEVELOPERS: Chris van Rensburg

1.1. In a Nutshell

The Uize.Widgets.ImagePort.Widget widget module supports a very simple interface with two state properties: value and maxValue.

The maxValue state property is used to specify the maximum possible number of stars that a rating can have, and the value state property is used to specify the number of rating stars for the current rating value.

EXAMPLE

var ratingStars = Uize.Widgets.RatingStars.Widget ({
  value:2.5,
  maxValue:5,
  size:'tiny'
});

In the above example, a rating stars widget is being created to display a two and half stars out of five rating at the 'tiny' size.

1.2. Visual Sampler

Below is a visual sampler of the Uize.Widgets.RatingStars.Widget class...

1.3. Examples

There are no dedicated showcase example pages for the Uize.Widgets.RatingStars.Widget module.

SEARCH FOR EXAMPLES

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

SEARCH

1.4. Implementation Info

The Uize.Widgets.RatingStars.Widget module defines the Uize.Widgets.RatingStars.Widget class, which is a subclass of Uize.Widget.V2.

INHERITANCE CHAIN

Uize.Class −> Uize.Widget −> Uize.Widget.V2 −> Uize.Widgets.RatingStars.Widget

1.4.1. Features Introduced in This Module

The features listed in this section have been introduced in this module.

STATE PROPERTIES

maxValue | value

STATIC PROPERTIES

Uize.Widgets.RatingStars.Widget.maxValue | Uize.Widgets.RatingStars.Widget.value

1.4.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

valueOf

STATE PROPERTIES

html

STATIC PROPERTIES

Uize.Widgets.RatingStars.Widget.moduleName | Uize.Widgets.RatingStars.Widget.nonInheritableStatics | Uize.Widgets.RatingStars.Widget.undefined

1.4.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 | cssClass | displayNode | fire | flushNodeCache | get | getContainer | getHtml | getInherited | getNode | getNodeStyle | getNodeValue | getProvider | globalizeNode | inform | injectNodeHtml | insertOrWireUi | insertUi | is | isMet | kill | loc | localize | met | nodeId | onChange | once | removeChild | removeNode | removeUi | rootNodeCssClasses | set | setInherited | setNodeClipRect | setNodeInnerHtml | setNodeOpacity | setNodeProperties | setNodeStyle | setNodeValue | showNode | toggle | unmet | unwire | unwireNode | unwireNodeEventsByMatch | unwireUi | updateUi | whenever | wire | wireNode | wireUi

INSTANCE PROPERTIES

showConfirm | showInform

STATE PROPERTIES

built | busy | busyInherited | busyParentTickle | children | container | enabled | enabledInherited | enabledParentTickle | extraClasses | idPrefix | idPrefixConstruction | insertionMode | locale | localeInherited | localeParentTickle | localized | name | nodeMap | parent | size | sizeInherited | sizeParentTickle | wired

STATIC METHODS

Uize.Widgets.RatingStars.Widget.alphastructor | Uize.Widgets.RatingStars.Widget.childBindings | Uize.Widgets.RatingStars.Widget.childObjectEventBindings | Uize.Widgets.RatingStars.Widget.children | Uize.Widgets.RatingStars.Widget.childrenLinked | Uize.Widgets.RatingStars.Widget.cssBindings | Uize.Widgets.RatingStars.Widget.cssClassPrefix | Uize.Widgets.RatingStars.Widget.declarativeChildObjects | Uize.Widgets.RatingStars.Widget.declare | Uize.Widgets.RatingStars.Widget.doMy | Uize.Widgets.RatingStars.Widget.dualContextMethods | Uize.Widgets.RatingStars.Widget.dualContextProperties | Uize.Widgets.RatingStars.Widget.eventBindings | Uize.Widgets.RatingStars.Widget.fire | Uize.Widgets.RatingStars.Widget.get | Uize.Widgets.RatingStars.Widget.getBlankImageUrl | Uize.Widgets.RatingStars.Widget.hasLoc | Uize.Widgets.RatingStars.Widget.htmlBindings | Uize.Widgets.RatingStars.Widget.instanceMethods | Uize.Widgets.RatingStars.Widget.instanceProperties | Uize.Widgets.RatingStars.Widget.mixins | Uize.Widgets.RatingStars.Widget.omegastructor | Uize.Widgets.RatingStars.Widget.set | Uize.Widgets.RatingStars.Widget.singleton | Uize.Widgets.RatingStars.Widget.spawn | Uize.Widgets.RatingStars.Widget.stateProperties | Uize.Widgets.RatingStars.Widget.staticMethods | Uize.Widgets.RatingStars.Widget.staticProperties | Uize.Widgets.RatingStars.Widget.subclass | Uize.Widgets.RatingStars.Widget.toggle | Uize.Widgets.RatingStars.Widget.treeInheritedStateProperties | Uize.Widgets.RatingStars.Widget.unwire | Uize.Widgets.RatingStars.Widget.wire

STATIC PROPERTIES

Uize.Widgets.RatingStars.Widget.busyParentTickle | Uize.Widgets.RatingStars.Widget.enabledParentTickle | Uize.Widgets.RatingStars.Widget.extraClasses | Uize.Widgets.RatingStars.Widget.isWired | Uize.Widgets.RatingStars.Widget.locale | Uize.Widgets.RatingStars.Widget.localeParentTickle | Uize.Widgets.RatingStars.Widget.pathToResources | Uize.Widgets.RatingStars.Widget.size | Uize.Widgets.RatingStars.Widget.sizeParentTickle

1.4.4. Modules Directly Under This Namespace

There are no modules directly under this namespace.

1.4.5. Unit Tests

There is no dedicated unit tests module for the Uize.Widgets.RatingStars.Widget 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. enabled

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.8. enabledInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.9. enabledParentTickle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.10. extraClasses

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

2.11. html

IMPLEMENTATION INFO

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

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.15. locale

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

2.16. localeInherited

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

2.17. localeParentTickle

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

2.18. localized

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.19. maxValue

A positive integer, indicating the maximum number of rating stars that are possible.

The value of this property must be an integer. So, for example, it is not acceptable for the maximum number of rating stars to be 5.5.

NOTES

see the related value state property
the initial value is 5

IMPLEMENTATION INFO

this feature was introduced in this module

2.20. name

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.21. nodeMap

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.22. parent

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.23. size

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

2.24. sizeInherited

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

2.25. sizeParentTickle

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

2.26. value

A number, in the range of 0 to the value of the maxValue state property, indicating the number of rating stars.

The value of this property may be fractional. So, for example, it is perfectly acceptable for the rating value to be 3.25 stars out of 5.

NOTES

see the related maxValue state property
the initial value is 0

IMPLEMENTATION INFO

this feature was introduced in this module

2.27. 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. cssClass

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

3.10. displayNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.11. fire

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.12. flushNodeCache

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.13. get

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.14. getContainer

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.15. getHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.16. getInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.17. getNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.18. getNodeStyle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.19. getNodeValue

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.20. getProvider

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.21. globalizeNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.22. inform

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.23. injectNodeHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.24. insertOrWireUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.25. insertUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.26. is

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.27. isMet

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.28. kill

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

IMPLEMENTATION INFO

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

3.29. loc

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

3.30. localize

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.31. met

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.32. nodeId

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.33. onChange

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.34. once

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.35. removeChild

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.36. removeNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.37. removeUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.38. rootNodeCssClasses

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

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

3.39. set

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.40. setInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.41. setNodeClipRect

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.42. setNodeInnerHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.43. setNodeOpacity

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.44. setNodeProperties

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.45. setNodeStyle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.46. setNodeValue

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.47. showNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.48. toggle

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.49. unmet

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.50. unwire

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.51. unwireNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.52. unwireNodeEventsByMatch

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.53. unwireUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.54. updateUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.55. valueOf

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

IMPLEMENTATION INFO

3.56. whenever

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.57. wire

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

3.58. wireNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.59. wireUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.3. Uize.Widgets.RatingStars.Widget.childObjectEventBindings

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.4. Uize.Widgets.RatingStars.Widget.children

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.5. Uize.Widgets.RatingStars.Widget.childrenLinked

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.6. Uize.Widgets.RatingStars.Widget.cssBindings

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.7. Uize.Widgets.RatingStars.Widget.cssClassPrefix

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.8. Uize.Widgets.RatingStars.Widget.declarativeChildObjects

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.9. Uize.Widgets.RatingStars.Widget.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.10. Uize.Widgets.RatingStars.Widget.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.11. Uize.Widgets.RatingStars.Widget.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.12. Uize.Widgets.RatingStars.Widget.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.13. Uize.Widgets.RatingStars.Widget.eventBindings

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.14. Uize.Widgets.RatingStars.Widget.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.15. Uize.Widgets.RatingStars.Widget.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.16. Uize.Widgets.RatingStars.Widget.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.17. Uize.Widgets.RatingStars.Widget.hasLoc

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.18. Uize.Widgets.RatingStars.Widget.htmlBindings

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

5.19. Uize.Widgets.RatingStars.Widget.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.20. Uize.Widgets.RatingStars.Widget.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.21. Uize.Widgets.RatingStars.Widget.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.22. Uize.Widgets.RatingStars.Widget.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.23. Uize.Widgets.RatingStars.Widget.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.24. Uize.Widgets.RatingStars.Widget.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.25. Uize.Widgets.RatingStars.Widget.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.26. Uize.Widgets.RatingStars.Widget.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.27. Uize.Widgets.RatingStars.Widget.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.28. Uize.Widgets.RatingStars.Widget.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.29. Uize.Widgets.RatingStars.Widget.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.30. Uize.Widgets.RatingStars.Widget.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.31. Uize.Widgets.RatingStars.Widget.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.32. Uize.Widgets.RatingStars.Widget.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.33. Uize.Widgets.RatingStars.Widget.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.Widgets.RatingStars.Widget.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.Widgets.RatingStars.Widget.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.Widgets.RatingStars.Widget.extraClasses

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

6.4. Uize.Widgets.RatingStars.Widget.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.Widgets.RatingStars.Widget.locale

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

6.6. Uize.Widgets.RatingStars.Widget.localeParentTickle

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

6.7. Uize.Widgets.RatingStars.Widget.maxValue

IMPLEMENTATION INFO

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

6.8. Uize.Widgets.RatingStars.Widget.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.9. Uize.Widgets.RatingStars.Widget.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.10. Uize.Widgets.RatingStars.Widget.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.11. Uize.Widgets.RatingStars.Widget.size

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

6.12. Uize.Widgets.RatingStars.Widget.sizeParentTickle

Inherited from Uize.Widget.V2.

IMPLEMENTATION INFO

this is an inherited feature (implementation is in Uize.Widget.V2, first introduced in Uize.Widget.V2)
this static feature is inherited by subclasses

6.13. Uize.Widgets.RatingStars.Widget.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

6.14. Uize.Widgets.RatingStars.Widget.value

IMPLEMENTATION INFO

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