blob: 9d364f429264d552600a79e975e05e74bcecb1f5 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.events.ScrollEvent",
"baseClassname": "org.apache.royale.textLayout.events.TextLayoutEvent"
,
"description": "Represents events that are dispatched when the TextFlow does automatic scrolling.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 1.0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.events.ScrollEvent",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor. Scroll events are dispatched when a container has scrolled. up the display list hierarchy. can be prevented.",
"tags": [
{ "tagName": "param",
"values": ["type The event type; indicates the action that caused the event.", "bubbles Specifies whether the event can bubble", "cancelable Specifies whether the behavior associated with the event", "delta The change in scroll position, expressed in pixels."]} ],
"return": "",
"params": [{ "name": "type", "type": "String"},
{ "name": "bubbles", "type": "Boolean"},
{ "name": "cancelable", "type": "Boolean"},
{ "name": "direction", "type": "String"},
{ "name": "delta", "type": "Number"}]}
,
{ "type": "field",
"qname": "delta",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The change in the scroll position value that resulted from the scroll. The value is expressed in pixels. A positive value indicates the scroll was down or to the right. A negative value indicates the scroll was up or to the left.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 1.0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "direction",
"return": "String",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The direction of motion. The possible values are <code>ScrollEventDirection.VERTICAL</code> or <code>ScrollEventDirection.HORIZONTAL</code>.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.textLayout.events.ScrollEventDirection"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 1.0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}