UIZE JavaScript Framework

MODULES Uize.Widget.InlinePicker.Selector

1. Introduction

The Uize.Widget.InlinePicker.Selector class provides functionality for inline picker widgets that require selection from a set of values (like a radio button list)

DEVELOPERS: Ben Ilegbodu, original code contributed by Zazzle Inc.

1.1. Examples

There are no dedicated showcase example pages for the Uize.Widget.InlinePicker.Selector module.

SEARCH FOR EXAMPLES

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

SEARCH

1.2. Implementation Info

The Uize.Widget.InlinePicker.Selector module defines the Uize.Widget.InlinePicker.Selector class, which is a subclass of Uize.Widget.InlinePicker.

INHERITANCE CHAIN

Uize.Class −> Uize.Widget −> Uize.Widget.FormElement −> Uize.Widget.InlinePicker −> Uize.Widget.InlinePicker.Selector

1.2.1. Features Introduced in This Module

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

INSTANCE METHODS

getValueObject

STATE PROPERTIES

tentativeValueNo | valueNo | values

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

valueOf

STATE PROPERTIES

pipedProperties | valueDisplayWidgetClass | valueWidgetClass

STATIC PROPERTIES

Uize.Widget.InlinePicker.Selector.moduleName | Uize.Widget.InlinePicker.Selector.nonInheritableStatics | Uize.Widget.InlinePicker.Selector.undefined

1.2.3. Features Inherited From Other Modules

The features listed in this section have been inherited from other modules.

The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.

INSTANCE METHODS

addChild | addChildren | ajax | buildHtml | callInherited | checkIsEmpty | checkWarningShown | childHtml | childId | confirm | displayNode | fire | fireOkOnEnter | flushNodeCache | get | getContainer | getHtml | getInherited | getNode | getNodeStyle | getNodeValue | getProvider | getRootNode | globalizeNode | inform | injectNodeHtml | insertOrWireUi | insertUi | is | isMet | kill | localize | met | nodeId | onChange | once | removeChild | removeNode | removeUi | restore | set | setInherited | setNodeClipRect | setNodeInnerHtml | setNodeOpacity | setNodeProperties | setNodeStyle | setNodeValue | showNode | toggle | unmet | unwire | unwireNode | unwireNodeEventsByMatch | unwireUi | updateUi | validate | valueConformer | whenever | wire | wireNode | wireUi

INSTANCE PROPERTIES

getMoreValidators | showConfirm | showInform

STATE PROPERTIES

built | busy | busyInherited | busyParentTickle | children | container | elementName | enabled | enabledInherited | enabledParentTickle | errorClassName | focused | html | idPrefix | idPrefixConstruction | insertionMode | isDirty | isDirtyInherited | isEmpty | isFinished | isValid | localized | name | nodeMap | parent | syncTentativeValue | tentativeValue | tentativeValueDetails | type | validateWhen | validator | value | valueConformer | valueDetails | valueDisplayWidgetProperties | valueFormatter | warningAllowed | warningAllowedInherited | warningMessage | warningShown | warningShownWhen | warningWidgetClass | wired

STATIC METHODS

Uize.Widget.InlinePicker.Selector.alphastructor | Uize.Widget.InlinePicker.Selector.declare | Uize.Widget.InlinePicker.Selector.doMy | Uize.Widget.InlinePicker.Selector.dualContextMethods | Uize.Widget.InlinePicker.Selector.dualContextProperties | Uize.Widget.InlinePicker.Selector.fire | Uize.Widget.InlinePicker.Selector.get | Uize.Widget.InlinePicker.Selector.getBlankImageUrl | Uize.Widget.InlinePicker.Selector.instanceMethods | Uize.Widget.InlinePicker.Selector.instanceProperties | Uize.Widget.InlinePicker.Selector.mixins | Uize.Widget.InlinePicker.Selector.omegastructor | Uize.Widget.InlinePicker.Selector.set | Uize.Widget.InlinePicker.Selector.singleton | Uize.Widget.InlinePicker.Selector.spawn | Uize.Widget.InlinePicker.Selector.stateProperties | Uize.Widget.InlinePicker.Selector.staticMethods | Uize.Widget.InlinePicker.Selector.staticProperties | Uize.Widget.InlinePicker.Selector.subclass | Uize.Widget.InlinePicker.Selector.toggle | Uize.Widget.InlinePicker.Selector.treeInheritedStateProperties | Uize.Widget.InlinePicker.Selector.unwire | Uize.Widget.InlinePicker.Selector.wire

STATIC PROPERTIES

Uize.Widget.InlinePicker.Selector.busyParentTickle | Uize.Widget.InlinePicker.Selector.enabledParentTickle | Uize.Widget.InlinePicker.Selector.isWired | Uize.Widget.InlinePicker.Selector.pathToResources

1.2.4. Modules Directly Under This Namespace

There are no modules directly under this namespace.

1.2.5. Unit Tests

There is no dedicated unit tests module for the Uize.Widget.InlinePicker.Selector module.

2. Instance Methods

2.1. addChild

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.2. addChildren

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.3. ajax

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.4. buildHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.5. callInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.6. checkIsEmpty

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

2.7. checkWarningShown

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

2.8. childHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.9. childId

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.10. confirm

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.11. displayNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.12. fire

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.13. fireOkOnEnter

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

2.14. flushNodeCache

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.15. get

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.16. getContainer

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.17. getHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.18. getInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.19. getNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.20. getNodeStyle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.21. getNodeValue

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.22. getProvider

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.23. getRootNode

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

2.24. getValueObject

IMPLEMENTATION INFO

this feature was introduced in this module

2.25. globalizeNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.26. inform

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.27. injectNodeHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.28. insertOrWireUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.29. insertUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.30. is

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.31. isMet

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.32. kill

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

IMPLEMENTATION INFO

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

2.33. localize

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.34. met

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.35. nodeId

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.36. onChange

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.37. once

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.38. removeChild

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.39. removeNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.40. removeUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.41. restore

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

2.42. set

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.43. setInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.44. setNodeClipRect

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.45. setNodeInnerHtml

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.46. setNodeOpacity

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.47. setNodeProperties

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.48. setNodeStyle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.49. setNodeValue

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.50. showNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.51. toggle

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.52. unmet

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.53. unwire

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.54. unwireNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.55. unwireNodeEventsByMatch

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.56. unwireUi

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.57. updateUi

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

IMPLEMENTATION INFO

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

2.58. validate

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

2.59. valueConformer

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

2.60. valueOf

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

IMPLEMENTATION INFO

2.61. whenever

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.62. wire

Inherited from Uize.Class.

IMPLEMENTATION INFO

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

2.63. wireNode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

2.64. wireUi

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

IMPLEMENTATION INFO

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

3. Instance Properties

3.1. getMoreValidators

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

3.2. showConfirm

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

3.3. showInform

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4. State Properties

4.1. built

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.2. busy

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.3. busyInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.4. busyParentTickle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.5. children

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.6. container

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.7. elementName

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.8. enabled

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.9. enabledInherited

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.10. enabledParentTickle

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.11. errorClassName

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.12. focused

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.13. html

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.14. idPrefix

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.15. idPrefixConstruction

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.16. insertionMode

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.17. isDirty

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.18. isDirtyInherited

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.19. isEmpty

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.20. isFinished

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.21. isValid

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.22. localized

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.23. name

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.24. nodeMap

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.25. parent

Inherited from Uize.Widget.

IMPLEMENTATION INFO

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

4.26. pipedProperties

IMPLEMENTATION INFO

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

4.27. syncTentativeValue

Inherited from Uize.Widget.InlinePicker.

IMPLEMENTATION INFO

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

4.28. tentativeValue

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.29. tentativeValueDetails

Inherited from Uize.Widget.InlinePicker.

IMPLEMENTATION INFO

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

4.30. tentativeValueNo

IMPLEMENTATION INFO

this feature was introduced in this module

4.31. type

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.32. validateWhen

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.33. validator

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.34. value

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.35. valueConformer

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.36. valueDetails

Inherited from Uize.Widget.InlinePicker.

IMPLEMENTATION INFO

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

4.37. valueDisplayWidgetClass

IMPLEMENTATION INFO

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

4.38. valueDisplayWidgetProperties

Inherited from Uize.Widget.InlinePicker.

IMPLEMENTATION INFO

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

4.39. valueFormatter

Inherited from Uize.Widget.InlinePicker.

IMPLEMENTATION INFO

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

4.40. valueNo

IMPLEMENTATION INFO

this feature was introduced in this module

4.41. valueWidgetClass

IMPLEMENTATION INFO

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

4.42. values

IMPLEMENTATION INFO

this feature was introduced in this module

4.43. warningAllowed

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.44. warningAllowedInherited

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.45. warningMessage

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.46. warningShown

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.47. warningShownWhen

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.48. warningWidgetClass

Inherited from Uize.Widget.FormElement.

IMPLEMENTATION INFO

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

4.49. wired

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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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.InlinePicker.Selector.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