MODULES Uize.Widget.ImagePort.Draggable
- 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. getScaledRect
- 2.21. getSizingAndAlign
- 2.22. globalizeNode
- 2.23. inform
- 2.24. injectNodeHtml
- 2.25. insertOrWireUi
- 2.26. insertUi
- 2.27. is
- 2.28. isMet
- 2.29. kill
- 2.30. localize
- 2.31. met
- 2.32. nodeId
- 2.33. onChange
- 2.34. once
- 2.35. removeChild
- 2.36. removeNode
- 2.37. removeUi
- 2.38. set
- 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. alignApplicableX
- 4.2. alignApplicableY
- 4.3. alignX
- 4.4. alignY
- 4.5. built
- 4.6. busy
- 4.7. busyInherited
- 4.8. busyParentTickle
- 4.9. children
- 4.10. container
- 4.11. coordConverter
- 4.12. enabled
- 4.13. enabledInherited
- 4.14. enabledParentTickle
- 4.15. html
- 4.16. idPrefix
- 4.17. idPrefixConstruction
- 4.18. inDrag
- 4.19. inZoomMode
- 4.20. insertionMode
- 4.21. localized
- 4.22. maxScaling
- 4.23. maxSizingValue
- 4.24. minSizingValue
- 4.25. name
- 4.26. nodeMap
- 4.27. parent
- 4.28. sizingLowerBound
- 4.29. sizingUpperBound
- 4.30. sizingValue
- 4.31. wired
-
5. Static Methods
- 5.1. Uize.Widget.ImagePort.Draggable.alphastructor
- 5.2. Uize.Widget.ImagePort.Draggable.declare
- 5.3. Uize.Widget.ImagePort.Draggable.doMy
- 5.4. Uize.Widget.ImagePort.Draggable.dualContextMethods
- 5.5. Uize.Widget.ImagePort.Draggable.dualContextProperties
- 5.6. Uize.Widget.ImagePort.Draggable.fire
- 5.7. Uize.Widget.ImagePort.Draggable.get
- 5.8. Uize.Widget.ImagePort.Draggable.getBlankImageUrl
- 5.9. Uize.Widget.ImagePort.Draggable.getScaledRect
- 5.10. Uize.Widget.ImagePort.Draggable.getSizingAndAlign
- 5.11. Uize.Widget.ImagePort.Draggable.instanceMethods
- 5.12. Uize.Widget.ImagePort.Draggable.instanceProperties
- 5.13. Uize.Widget.ImagePort.Draggable.mixins
- 5.14. Uize.Widget.ImagePort.Draggable.omegastructor
- 5.15. Uize.Widget.ImagePort.Draggable.set
- 5.16. Uize.Widget.ImagePort.Draggable.singleton
- 5.17. Uize.Widget.ImagePort.Draggable.spawn
- 5.18. Uize.Widget.ImagePort.Draggable.stateProperties
- 5.19. Uize.Widget.ImagePort.Draggable.staticMethods
- 5.20. Uize.Widget.ImagePort.Draggable.staticProperties
- 5.21. Uize.Widget.ImagePort.Draggable.subclass
- 5.22. Uize.Widget.ImagePort.Draggable.toggle
- 5.23. Uize.Widget.ImagePort.Draggable.treeInheritedStateProperties
- 5.24. Uize.Widget.ImagePort.Draggable.unwire
- 5.25. Uize.Widget.ImagePort.Draggable.wire
-
6. Static Properties
- 6.1. Uize.Widget.ImagePort.Draggable.busyParentTickle
- 6.2. Uize.Widget.ImagePort.Draggable.enabledParentTickle
- 6.3. Uize.Widget.ImagePort.Draggable.isWired
- 6.4. Uize.Widget.ImagePort.Draggable.moduleName
- 6.5. Uize.Widget.ImagePort.Draggable.nonInheritableStatics
- 6.6. Uize.Widget.ImagePort.Draggable.pathToResources
- 6.7. Uize.Widget.ImagePort.Draggable.undefined
1. Introduction
The Uize.Widget.ImagePort.Draggable
class extends its superclass by letting the user change logical sizing and positioning by clicking and dragging.
DEVELOPERS: Chris van Rensburg
1.1. Examples
The following example pages are good showcases for the Uize.Widget.ImagePort.Draggable
module...
Draggable Image Port - See how a draggable image port is wired up to a set of sliders. Use the image port and the sliders update. Use the sliders and the image port updates. | |
Marquee and Image Port - See this demo for a drag-and-drop image crop interface, with an enlarged display of the cropped region. Drag to move it, or drag its edges to resize. | |
Tiled Zoom and Pan - In this demo, an image is split into six image port tiles. A JavaScript animation zooms from seeing it repeated six times to seeing the large version. | |
Zoom and Pan - See how a draggable image port lets you control zoom for an image in a view port by ctrl-clicking and dragging, or pan by just clicking and dragging. |
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.ImagePort.Draggable
module...
SEARCH
1.2. Implementation Info
The Uize.Widget.ImagePort.Draggable
module defines the Uize.Widget.ImagePort.Draggable
class, which is a subclass of Uize.Widget.ImagePort
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Widget
−> Uize.Widget.ImagePort
−> Uize.Widget.ImagePort.Draggable
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATE PROPERTIES
1.2.2. Features Overridden in This Module
The features listed in this section have been overridden in this module.
The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
STATIC PROPERTIES
Uize.Widget.ImagePort.Draggable.moduleName
| Uize.Widget.ImagePort.Draggable.nonInheritableStatics
| Uize.Widget.ImagePort.Draggable.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
| getScaledRect
| getSizingAndAlign
| globalizeNode
| inform
| injectNodeHtml
| insertOrWireUi
| insertUi
| is
| isMet
| kill
| localize
| met
| nodeId
| onChange
| once
| removeChild
| removeNode
| removeUi
| set
| setInherited
| setNodeClipRect
| setNodeInnerHtml
| setNodeOpacity
| setNodeProperties
| setNodeStyle
| setNodeValue
| showNode
| toggle
| unmet
| unwire
| unwireNode
| unwireNodeEventsByMatch
| unwireUi
| updateUi
| whenever
| wire
| wireNode
INSTANCE PROPERTIES
STATE PROPERTIES
alignApplicableX
| alignApplicableY
| alignX
| alignY
| built
| busy
| busyInherited
| busyParentTickle
| children
| container
| coordConverter
| enabled
| enabledInherited
| enabledParentTickle
| html
| idPrefix
| idPrefixConstruction
| insertionMode
| localized
| maxScaling
| name
| nodeMap
| parent
| sizingLowerBound
| sizingUpperBound
| sizingValue
| wired
STATIC METHODS
Uize.Widget.ImagePort.Draggable.alphastructor
| Uize.Widget.ImagePort.Draggable.declare
| Uize.Widget.ImagePort.Draggable.doMy
| Uize.Widget.ImagePort.Draggable.dualContextMethods
| Uize.Widget.ImagePort.Draggable.dualContextProperties
| Uize.Widget.ImagePort.Draggable.fire
| Uize.Widget.ImagePort.Draggable.get
| Uize.Widget.ImagePort.Draggable.getBlankImageUrl
| Uize.Widget.ImagePort.Draggable.getScaledRect
| Uize.Widget.ImagePort.Draggable.getSizingAndAlign
| Uize.Widget.ImagePort.Draggable.instanceMethods
| Uize.Widget.ImagePort.Draggable.instanceProperties
| Uize.Widget.ImagePort.Draggable.mixins
| Uize.Widget.ImagePort.Draggable.omegastructor
| Uize.Widget.ImagePort.Draggable.set
| Uize.Widget.ImagePort.Draggable.singleton
| Uize.Widget.ImagePort.Draggable.spawn
| Uize.Widget.ImagePort.Draggable.stateProperties
| Uize.Widget.ImagePort.Draggable.staticMethods
| Uize.Widget.ImagePort.Draggable.staticProperties
| Uize.Widget.ImagePort.Draggable.subclass
| Uize.Widget.ImagePort.Draggable.toggle
| Uize.Widget.ImagePort.Draggable.treeInheritedStateProperties
| Uize.Widget.ImagePort.Draggable.unwire
| Uize.Widget.ImagePort.Draggable.wire
STATIC PROPERTIES
Uize.Widget.ImagePort.Draggable.busyParentTickle
| Uize.Widget.ImagePort.Draggable.enabledParentTickle
| Uize.Widget.ImagePort.Draggable.isWired
| Uize.Widget.ImagePort.Draggable.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.ImagePort.Draggable
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. getScaledRect
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
2.21. getSizingAndAlign
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
2.22. globalizeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.23. inform
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.24. injectNodeHtml
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.25. insertOrWireUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.26. insertUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.27. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.28. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.29. 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.30. localize
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.31. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.32. nodeId
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.33. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.34. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.35. removeChild
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.36. removeNode
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.37. removeUi
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
2.38. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
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
Inherited from Uize.Widget.ImagePort
, but introduced in Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , 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
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, 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. alignApplicableX
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
4.2. alignApplicableY
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
4.3. alignX
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
4.4. alignY
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
4.5. built
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.6. busy
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.7. busyInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.8. busyParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.9. children
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.10. container
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.11. coordConverter
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
4.12. enabled
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.13. enabledInherited
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.14. enabledParentTickle
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.15. html
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.16. idPrefix
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.17. idPrefixConstruction
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.18. inDrag
IMPLEMENTATION INFO
this feature was introduced in this module |
4.19. inZoomMode
IMPLEMENTATION INFO
this feature was introduced in this module |
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. maxScaling
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
4.23. maxSizingValue
IMPLEMENTATION INFO
this feature was introduced in this module |
4.24. minSizingValue
IMPLEMENTATION INFO
this feature was introduced in this module |
4.25. name
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.26. nodeMap
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.27. parent
Inherited from Uize.Widget
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget , first introduced in Uize.Widget ) |
4.28. sizingLowerBound
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
4.29. sizingUpperBound
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
4.30. sizingValue
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
4.31. 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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.getScaledRect
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
|
this static feature is inherited by subclasses |
5.10. Uize.Widget.ImagePort.Draggable.getSizingAndAlign
Inherited from Uize.Widget.ImagePort
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget.ImagePort , first introduced in Uize.Widget.ImagePort ) |
|
this static feature is inherited by subclasses |
5.11. Uize.Widget.ImagePort.Draggable.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.12. Uize.Widget.ImagePort.Draggable.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.13. Uize.Widget.ImagePort.Draggable.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.14. Uize.Widget.ImagePort.Draggable.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.15. Uize.Widget.ImagePort.Draggable.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.16. Uize.Widget.ImagePort.Draggable.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.17. Uize.Widget.ImagePort.Draggable.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.18. Uize.Widget.ImagePort.Draggable.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.19. Uize.Widget.ImagePort.Draggable.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.20. Uize.Widget.ImagePort.Draggable.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.21. Uize.Widget.ImagePort.Draggable.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.22. Uize.Widget.ImagePort.Draggable.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.23. Uize.Widget.ImagePort.Draggable.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.24. Uize.Widget.ImagePort.Draggable.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.25. Uize.Widget.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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.ImagePort.Draggable.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 |