MODULES Uize.Widget.Swap.Image
- Contents
- 1. Introduction
-
2. Instance Methods
- 2.1. addChild
- 2.2. addChildren
- 2.3. ajax
- 2.4. buildHtml
- 2.5. callInherited
- 2.6. childHtml
- 2.7. childId
- 2.8. confirm
- 2.9. displayNode
- 2.10. fire
- 2.11. flushNodeCache
- 2.12. get
- 2.13. getContainer
- 2.14. getHtml
- 2.15. getInherited
- 2.16. getNode
- 2.17. getNodeStyle
- 2.18. getNodeValue
- 2.19. getProvider
- 2.20. globalizeNode
- 2.21. inform
- 2.22. injectNodeHtml
- 2.23. insertOrWireUi
- 2.24. insertUi
- 2.25. is
- 2.26. isMet
- 2.27. kill
- 2.28. localize
- 2.29. met
- 2.30. nodeId
- 2.31. onChange
- 2.32. once
- 2.33. prepareForNextItem
- 2.34. removeChild
- 2.35. removeNode
- 2.36. removeUi
- 2.37. set
- 2.38. setCurrentItem
- 2.39. setInherited
- 2.40. setNodeClipRect
- 2.41. setNodeInnerHtml
- 2.42. setNodeOpacity
- 2.43. setNodeProperties
- 2.44. setNodeStyle
- 2.45. setNodeValue
- 2.46. showNode
- 2.47. toggle
- 2.48. unmet
- 2.49. unwire
- 2.50. unwireNode
- 2.51. unwireNodeEventsByMatch
- 2.52. unwireUi
- 2.53. updateUi
- 2.54. valueOf
- 2.55. whenever
- 2.56. wire
- 2.57. wireNode
- 2.58. wireUi
- 3. Instance Properties
-
4. State Properties
- 4.1. background
- 4.2. built
- 4.3. busy
- 4.4. busyInherited
- 4.5. busyParentTickle
- 4.6. children
- 4.7. container
- 4.8. crossFade
- 4.9. crossFadeAlign
- 4.10. crossFadeSize
- 4.11. cyclingPropertySets
- 4.12. dissolve
- 4.13. enabled
- 4.14. enabledInherited
- 4.15. enabledParentTickle
- 4.16. height
- 4.17. html
- 4.18. idPrefix
- 4.19. idPrefixConstruction
- 4.20. insertionMode
- 4.21. localized
- 4.22. name
- 4.23. nodeMap
- 4.24. parent
- 4.25. src
- 4.26. viewContentAlignX
- 4.27. viewContentAlignY
- 4.28. viewSeedAlignX
- 4.29. viewSeedAlignY
- 4.30. viewSeedSizeX
- 4.31. viewSeedSizeY
- 4.32. width
- 4.33. wired
-
5. Static Methods
- 5.1. Uize.Widget.Swap.Image.alphastructor
- 5.2. Uize.Widget.Swap.Image.declare
- 5.3. Uize.Widget.Swap.Image.doMy
- 5.4. Uize.Widget.Swap.Image.dualContextMethods
- 5.5. Uize.Widget.Swap.Image.dualContextProperties
- 5.6. Uize.Widget.Swap.Image.fire
- 5.7. Uize.Widget.Swap.Image.get
- 5.8. Uize.Widget.Swap.Image.getBlankImageUrl
- 5.9. Uize.Widget.Swap.Image.instanceMethods
- 5.10. Uize.Widget.Swap.Image.instanceProperties
- 5.11. Uize.Widget.Swap.Image.mixins
- 5.12. Uize.Widget.Swap.Image.omegastructor
- 5.13. Uize.Widget.Swap.Image.set
- 5.14. Uize.Widget.Swap.Image.singleton
- 5.15. Uize.Widget.Swap.Image.spawn
- 5.16. Uize.Widget.Swap.Image.stateProperties
- 5.17. Uize.Widget.Swap.Image.staticMethods
- 5.18. Uize.Widget.Swap.Image.staticProperties
- 5.19. Uize.Widget.Swap.Image.subclass
- 5.20. Uize.Widget.Swap.Image.toggle
- 5.21. Uize.Widget.Swap.Image.treeInheritedStateProperties
- 5.22. Uize.Widget.Swap.Image.unwire
- 5.23. Uize.Widget.Swap.Image.wire
- 6. Static Properties
1. Introduction
The Uize.Widget.Swap.Image
class supports swapping between two image URLs, with an accompanying, highly configurable JavaScript animation effect.
DEVELOPERS: Chris van Rensburg
1.1. Examples
The following example pages are good showcases for the Uize.Widget.Swap.Image
module...
Slideshow of Data - Who says that a slideshow can only be used to display an image? See this demo - it uses a slideshow to display nutritional data for various fruits. | |
Uize.Widget.Swap.Image - See some amazing possibilities for image transitions using lightweight JavaScript animation. Play with lots of effect themes, and even make your own. |
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.Swap.Image
module...
SEARCH
1.2. Implementation Info
The Uize.Widget.Swap.Image
module defines the Uize.Widget.Swap.Image
class, which is a subclass of Uize.Widget.Swap
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Widget
−> Uize.Widget.Swap
−> Uize.Widget.Swap.Image
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATE PROPERTIES
background
| height
| src
| width
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
STATE PROPERTIES
STATIC PROPERTIES
Uize.Widget.Swap.Image.moduleName
| Uize.Widget.Swap.Image.nonInheritableStatics
| Uize.Widget.Swap.Image.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
| prepareForNextItem
| removeChild
| removeNode
| removeUi
| set
| setCurrentItem
| setInherited
| setNodeClipRect
| setNodeInnerHtml
| setNodeOpacity
| setNodeProperties
| setNodeStyle
| setNodeValue
| showNode
| toggle
| unmet
| unwire
| unwireNode
| unwireNodeEventsByMatch
| unwireUi
| whenever
| wire
| wireNode
| wireUi
INSTANCE PROPERTIES
STATE PROPERTIES
built
| busy
| busyInherited
| busyParentTickle
| children
| container
| crossFade
| crossFadeAlign
| crossFadeSize
| cyclingPropertySets
| dissolve
| enabled
| enabledInherited
| enabledParentTickle
| idPrefix
| idPrefixConstruction
| insertionMode
| localized
| name
| nodeMap
| parent
| viewContentAlignX
| viewContentAlignY
| viewSeedAlignX
| viewSeedAlignY
| viewSeedSizeX
| viewSeedSizeY
| wired
STATIC METHODS
Uize.Widget.Swap.Image.alphastructor
| Uize.Widget.Swap.Image.declare
| Uize.Widget.Swap.Image.doMy
| Uize.Widget.Swap.Image.dualContextMethods
| Uize.Widget.Swap.Image.dualContextProperties
| Uize.Widget.Swap.Image.fire
| Uize.Widget.Swap.Image.get
| Uize.Widget.Swap.Image.getBlankImageUrl
| Uize.Widget.Swap.Image.instanceMethods
| Uize.Widget.Swap.Image.instanceProperties
| Uize.Widget.Swap.Image.mixins
| Uize.Widget.Swap.Image.omegastructor
| Uize.Widget.Swap.Image.set
| Uize.Widget.Swap.Image.singleton
| Uize.Widget.Swap.Image.spawn
| Uize.Widget.Swap.Image.stateProperties
| Uize.Widget.Swap.Image.staticMethods
| Uize.Widget.Swap.Image.staticProperties
| Uize.Widget.Swap.Image.subclass
| Uize.Widget.Swap.Image.toggle
| Uize.Widget.Swap.Image.treeInheritedStateProperties
| Uize.Widget.Swap.Image.unwire
| Uize.Widget.Swap.Image.wire
STATIC PROPERTIES
Uize.Widget.Swap.Image.busyParentTickle
| Uize.Widget.Swap.Image.enabledParentTickle
| Uize.Widget.Swap.Image.isWired
| Uize.Widget.Swap.Image.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.Swap.Image
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. childHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.7. childId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.8. confirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.9. displayNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.10. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.11. flushNodeCache
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.12. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.13. getContainer
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.14. getHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.15. getInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.16. getNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.17. getNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.18. getNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.19. getProvider
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.20. globalizeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.21. inform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.22. injectNodeHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.23. insertOrWireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.24. insertUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.25. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.26. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.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 ) |
2.28. localize
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.29. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.30. nodeId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.31. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.32. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.33. prepareForNextItem
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
2.34. removeChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.35. removeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.36. removeUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.37. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.38. setCurrentItem
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
2.39. setInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.40. setNodeClipRect
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.41. setNodeInnerHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.42. setNodeOpacity
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.43. setNodeProperties
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.44. setNodeStyle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.45. setNodeValue
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.46. showNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.47. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.48. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.49. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.50. unwireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.51. unwireNodeEventsByMatch
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.52. unwireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.53. updateUi
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
2.54. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
2.55. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.56. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.57. wireNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.58. wireUi
Inherited from Uize.Widget.Swap
, but introduced in Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget ) |
3. Instance Properties
3.1. showConfirm
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
3.2. 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. background
IMPLEMENTATION INFO
this feature was introduced in this module |
4.2. built
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.3. busy
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.4. busyInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.5. busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.6. children
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.7. container
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.8. crossFade
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.9. crossFadeAlign
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.10. crossFadeSize
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.11. cyclingPropertySets
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.12. dissolve
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.13. enabled
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.14. enabledInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.15. enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.16. height
IMPLEMENTATION INFO
this feature was introduced in this module |
4.17. html
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Widget ) |
4.18. idPrefix
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.19. idPrefixConstruction
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.20. insertionMode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.21. localized
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.22. name
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.23. nodeMap
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.24. parent
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.25. src
IMPLEMENTATION INFO
this feature was introduced in this module |
4.26. viewContentAlignX
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.27. viewContentAlignY
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.28. viewSeedAlignX
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.29. viewSeedAlignY
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.30. viewSeedSizeX
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.31. viewSeedSizeY
Inherited from Uize.Widget.Swap
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.Swap , first introduced in Uize.Widget.Swap ) |
4.32. width
IMPLEMENTATION INFO
this feature was introduced in this module |
4.33. 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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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.Swap.Image.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 |