Plugin.ScrollView.html revision a56c131a9972a35e222260503b1612e9e8e68202
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>API: scrollview-base Plugin.ScrollView (YUI Library)</title>
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
<link rel="stylesheet" type="text/css" href="assets/api.css" />
<script type="text/javascript" src="assets/api-js"></script>
<script type="text/javascript" src="assets/ac-js"></script>
</head>
<body id="yahoo-com">
<div id="doc3" class="yui-t2">
<div id="hd">
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
<h3>scrollview-base&nbsp; <span class="subtitle">3.2.0pr1</span></h3>
<a href="/index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
&gt; <a href="/module_scrollview-base.html" title="scrollview-base">scrollview-base</a>
&gt; Plugin.ScrollView
<form onsubmit="return false">
<div id="propertysearch">
Search: <input autocomplete="off" id="searchinput" />
<div id="searchresults">
&nbsp;
</div>
</div>
</form>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
<fieldset>
<legend>Filters</legend>
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
</fieldset>
</form>
<h2>
Class <b property="yui:name">Plugin.ScrollView</b>
<span class="extends">
- extends <a href="Widget.html" title="Widget">Widget</a>
</span>
</h2>
<!-- class tree goes here -->
<div class="summary description" property="yui:description">
ScrollView provides a srollable widget, supporting flick gestures, across both touch and mouse based devices.
</div>
<div class="section constructor details" rel="yui:constructor" resource="#constructor">
<h3 id="constructor">Constructor</h3>
<div class="content">
<div class="detail">
<strong property="yui:name">Plugin.ScrollView</strong>
<code>
(
config
)
</code>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">config</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Object literal with initial attribute values</span>
</dd>
</dl>
</div>
</div>
</div>
</div>
<div rel="yui:properties" resource="#properties">
<div class="section field details">
<h3 id="properties">Properties</h3>
<div class="content">
<div class="protected" rel="yui:property" resource="#property_ScrollView.ATTRS">
<h4><a name="property_ScrollView.ATTRS" property="yui:name">ScrollView.ATTRS</a>
- <code>protected static <span property="yui:type">{Object}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Static property used to define the default attribute configuration of
the Widget.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_ScrollView.BOUNCE_RANGE">
<h4><a name="property_ScrollView.BOUNCE_RANGE" property="yui:name">ScrollView.BOUNCE_RANGE</a>
- <code>static <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The default bounce distance in pixels
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: 150
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_ScrollView.CLASS_NAMES">
<h4><a name="property_ScrollView.CLASS_NAMES" property="yui:name">ScrollView.CLASS_NAMES</a>
- <code>static <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
List of class names used in the scrollview's DOM
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_ScrollView.EASING">
<h4><a name="property_ScrollView.EASING" property="yui:name">ScrollView.EASING</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The default easing used when animating the flick
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: 'cubic-bezier(0, 0.1, 0, 1.0)'
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_ScrollView.FRAME_STEP">
<h4><a name="property_ScrollView.FRAME_STEP" property="yui:name">ScrollView.FRAME_STEP</a>
- <code>static <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The step amount used when animating the flick
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: 10
</div>
<hr />
</div>
<div class="protected" rel="yui:property" resource="#property_ScrollView.NAME">
<h4><a name="property_ScrollView.NAME" property="yui:name">ScrollView.NAME</a>
- <code>protected static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The identity of the widget.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: 'scrollview'
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_ScrollView.SNAP_EASING">
<h4><a name="property_ScrollView.SNAP_EASING" property="yui:name">ScrollView.SNAP_EASING</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The default easing to use when animatiing the bounce snap back.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: 'ease-out'
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_ScrollView.UI_SRC">
<h4><a name="property_ScrollView.UI_SRC" property="yui:name">ScrollView.UI_SRC</a>
- <code>static <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Flag used to source property changes initiated from the DOM
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "ui"
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="Attribute.html">
<h4>Properties inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4>
<div class="content" rel="yui:properties">
<code>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Widget.html">
<h4>Properties inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="Widget.html#property__BIND_UI_ATTRS">
<a class="private" href="Widget.html#property__BIND_UI_ATTRS" property="yui:name" title="_BIND_UI_ATTRS">_BIND_UI_ATTRS</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property__SYNC_UI_ATTRS">
<a class="private" href="Widget.html#property__SYNC_UI_ATTRS" property="yui:name" title="_SYNC_UI_ATTRS">_SYNC_UI_ATTRS</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property_BOUNDING_TEMPLATE">
<a class="" href="Widget.html#property_BOUNDING_TEMPLATE" property="yui:name" title="BOUNDING_TEMPLATE">BOUNDING_TEMPLATE</a><span class="">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property_CONTENT_TEMPLATE">
<a class="" href="Widget.html#property_CONTENT_TEMPLATE" property="yui:name" title="CONTENT_TEMPLATE">CONTENT_TEMPLATE</a><span class="">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property_DEF_PARENT_NODE">
<a class="" href="Widget.html#property_DEF_PARENT_NODE" property="yui:name" title="DEF_PARENT_NODE">DEF_PARENT_NODE</a><span class="">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property_DEF_UNIT">
<a class="" href="Widget.html#property_DEF_UNIT" property="yui:name" title="DEF_UNIT">DEF_UNIT</a><span class="">,</span>
</span>
<span rel="yui:property" resource="Widget.html#property_UI_EVENTS">
<a class="" href="Widget.html#property_UI_EVENTS" property="yui:name" title="UI_EVENTS">UI_EVENTS</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Base.html">
<h4>Properties inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="Base.html#property_name">
<a class=" deprecated" href="Base.html#property_name" property="yui:name" title="name">name</a>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:methods" resource="#methods">
<div class="section method details">
<h3 id="methods">Methods</h3>
<div class="content">
<div class="protected" rel="yui:method" resource="#method__afterHeightChange">
<h4>
<a name="method__afterHeightChange">_afterHeightChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_afterHeightChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
after listener for the height attribute
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description"> The event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__afterScrollXChange">
<h4>
<a name="method__afterScrollXChange">_afterScrollXChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_afterScrollXChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
after listener for changes to the scrollX attr
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description"> The event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__afterScrollYChange">
<h4>
<a name="method__afterScrollYChange">_afterScrollYChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_afterScrollYChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
after listener for changes to the scrollY attr
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description"> The event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__createEvents">
<h4>
<a name="method__createEvents">_createEvents</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_createEvents</strong>
(
)
</code>
<div class="description" property="yui:description">
Publishes events which occur during the scroll lifecycle
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__flick">
<h4>
<a name="method__flick">_flick</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_flick</strong>
(
distance
,
time
)
</code>
<div class="description" property="yui:description">
Execute a flick at the end of a scroll action
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">distance</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The distance (in px) the user scrolled before the flick</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">time</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The number of ms the scroll event lasted before the flick</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__flickFrame">
<h4>
<a name="method__flickFrame">_flickFrame</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_flickFrame</strong>
(
)
</code>
<div class="description" property="yui:description">
Execute a single frame in the flick animation
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__killTimer">
<h4>
<a name="method__killTimer">_killTimer</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_killTimer</strong>
(
fireEvent
)
</code>
<div class="description" property="yui:description">
Stop the animation timer
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">fireEvent</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> If true, fire the scrollEnd event</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onGestureMove">
<h4>
<a name="method__onGestureMove">_onGestureMove</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onGestureMove</strong>
(
e
)
</code>
<div class="description" property="yui:description">
gesturemove event handler
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description"> The gesturemove event facade</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onGestureMoveEnd">
<h4>
<a name="method__onGestureMoveEnd">_onGestureMoveEnd</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onGestureMoveEnd</strong>
(
e
)
</code>
<div class="description" property="yui:description">
gestureend event handler
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description"> The gesturemoveend event facade</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onGestureMoveStart">
<h4>
<a name="method__onGestureMoveStart">_onGestureMoveStart</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onGestureMoveStart</strong>
(
e
)
</code>
<div class="description" property="yui:description">
gesturemovestart event handler
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description"> The gesturemovestart event facade</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setScroll">
<h4>
<a name="method__setScroll">_setScroll</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setScroll</strong>
(
val
,
dim
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">val</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">dim</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__setScrollX">
<h4>
<a name="method__setScrollX">_setScrollX</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_setScrollX</strong>
(
val
)
</code>
<div class="description" property="yui:description">
Setter for the scrollX ATTR
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">val</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The new scrollX value</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__setScrollY">
<h4>
<a name="method__setScrollY">_setScrollY</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_setScrollY</strong>
(
val
)
</code>
<div class="description" property="yui:description">
Setter for the scrollY ATTR
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">val</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The new scrollY value</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__transitionEnded">
<h4>
<a name="method__transitionEnded">_transitionEnded</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_transitionEnded</strong>
(
)
</code>
<div class="description" property="yui:description">
TranstionEnd event handler
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiDimensionsChange">
<h4>
<a name="method__uiDimensionsChange">_uiDimensionsChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiDimensionsChange</strong>
(
)
</code>
<div class="description" property="yui:description">
This method gets invoked whenever the height or width attrs change,
allowing us to determine which scrolling axes need to be enabled.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiScrollX">
<h4>
<a name="method__uiScrollX">_uiScrollX</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiScrollX</strong>
(
val
,
duration
,
easing
)
</code>
<div class="description" property="yui:description">
Update the UI when the scrollX attr changes
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">val</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The scrollX value</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">duration</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The length (in ms) of the scroll animation</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">easing</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> An easing equation, if duration is defined</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiScrollY">
<h4>
<a name="method__uiScrollY">_uiScrollY</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiScrollY</strong>
(
val
,
duration
,
easing
)
</code>
<div class="description" property="yui:description">
Update the UI when the scrollY attr changes
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">val</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The scrollY value</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">duration</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The length (in ms) of the scroll animation</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">easing</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> An easing equation, if duration is defined</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiSizeCB">
<h4>
<a name="method__uiSizeCB">_uiSizeCB</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiSizeCB</strong>
(
)
</code>
<div class="description" property="yui:description">
Override the contentBox sizing method, since the contentBox height
should not be that of the boundingBox.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_bindUI">
<h4>
<a name="method_bindUI">bindUI</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">bindUI</strong>
(
)
</code>
<div class="description" property="yui:description">
bindUI implementation
Hooks up events for the widget
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_initializer">
<h4>
<a name="method_initializer">initializer</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">initializer</strong>
(
)
</code>
<div class="description" property="yui:description">
Designated initializer
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_scrollTo">
<h4>
<a name="method_scrollTo">scrollTo</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">scrollTo</strong>
(
x
,
y
,
duration
,
easing
)
</code>
<div class="description" property="yui:description">
Scroll the element to a given y coordinate
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">x</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The x-position to scroll to</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">y</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The y-position to scroll to</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">duration</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Duration, in ms, of the scroll animation (default is 0)</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">easing</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> An easing equation if duration is set</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="EventTarget.html">
<h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="EventTarget.html#method__getType">
<a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method__monitor">
<a class="private" href="EventTarget.html#method__monitor" property="yui:name" title="_monitor">_monitor</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method__parseType">
<a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_addTarget">
<a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_after">
<a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_before">
<a class="" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_bubble">
<a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_detach">
<a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_detachAll">
<a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_fire">
<a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_getEvent">
<a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_getTargets">
<a class="" href="EventTarget.html#method_getTargets" property="yui:name" title="getTargets">getTargets</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_on">
<a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_once">
<a class="" href="EventTarget.html#method_once" property="yui:name" title="once">once</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_publish">
<a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_removeTarget">
<a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_subscribe">
<a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_unsubscribe">
<a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll">
<a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Attribute.html">
<h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="Attribute.html#method__addAttrs">
<a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__addLazyAttr">
<a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn">
<a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__fireAttrChange">
<a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__getAttr">
<a class="protected" href="Attribute.html#method__getAttr" property="yui:name" title="_getAttr">_getAttr</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__getAttrCfg">
<a class="protected" href="Attribute.html#method__getAttrCfg" property="yui:name" title="_getAttrCfg">_getAttrCfg</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__getAttrInitVal">
<a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__getAttrs">
<a class="protected" href="Attribute.html#method__getAttrs" property="yui:name" title="_getAttrs">_getAttrs</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__getStateVal">
<a class="private" href="Attribute.html#method__getStateVal" property="yui:name" title="_getStateVal">_getStateVal</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__isLazyAttr">
<a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__normAttrVals">
<a class="private" href="Attribute.html#method__normAttrVals" property="yui:name" title="_normAttrVals">_normAttrVals</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__protectAttrs">
<a class="protected" href="Attribute.html#method__protectAttrs" property="yui:name" title="_protectAttrs">_protectAttrs</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__set">
<a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__setAttr">
<a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__setAttrs">
<a class="protected" href="Attribute.html#method__setAttrs" property="yui:name" title="_setAttrs">_setAttrs</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__setAttrVal">
<a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method__setStateVal">
<a class="private" href="Attribute.html#method__setStateVal" property="yui:name" title="_setStateVal">_setStateVal</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_addAttr">
<a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_addAttrs">
<a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_attrAdded">
<a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_get">
<a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_getAttrs">
<a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_modifyAttr">
<a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_removeAttr">
<a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_reset">
<a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_set">
<a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Attribute.html#method_setAttrs">
<a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Widget.html">
<h4>Methods inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="Widget.html#method__applyParsedConfig">
<a class="protected" href="Widget.html#method__applyParsedConfig" property="yui:name" title="_applyParsedConfig">_applyParsedConfig</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__applyParser">
<a class="protected" href="Widget.html#method__applyParser" property="yui:name" title="_applyParser">_applyParser</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__bindAttrUI">
<a class="private" href="Widget.html#method__bindAttrUI" property="yui:name" title="_bindAttrUI">_bindAttrUI</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__bindDOM">
<a class="protected" href="Widget.html#method__bindDOM" property="yui:name" title="_bindDOM">_bindDOM</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__bindUI">
<a class="protected" href="Widget.html#method__bindUI" property="yui:name" title="_bindUI">_bindUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__createUIEvent">
<a class="private" href="Widget.html#method__createUIEvent" property="yui:name" title="_createUIEvent">_createUIEvent</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__defaultCB">
<a class="protected" href="Widget.html#method__defaultCB" property="yui:name" title="_defaultCB">_defaultCB</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__defRenderFn">
<a class="protected" href="Widget.html#method__defRenderFn" property="yui:name" title="_defRenderFn">_defRenderFn</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__getHtmlParser">
<a class="private" href="Widget.html#method__getHtmlParser" property="yui:name" title="_getHtmlParser">_getHtmlParser</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__getSrcNode">
<a class="protected" href="Widget.html#method__getSrcNode" property="yui:name" title="_getSrcNode">_getSrcNode</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__getStrings">
<a class="protected" href="Widget.html#method__getStrings" property="yui:name" title="_getStrings">_getStrings</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__getUIEventNode">
<a class="protected" href="Widget.html#method__getUIEventNode" property="yui:name" title="_getUIEventNode">_getUIEventNode</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__guid">
<a class="protected" href="Widget.html#method__guid" property="yui:name" title="_guid">_guid</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__initUIEvent">
<a class="private" href="Widget.html#method__initUIEvent" property="yui:name" title="_initUIEvent">_initUIEvent</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__isUIEvent">
<a class="private" href="Widget.html#method__isUIEvent" property="yui:name" title="_isUIEvent">_isUIEvent</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__onDocFocus">
<a class="protected" href="Widget.html#method__onDocFocus" property="yui:name" title="_onDocFocus">_onDocFocus</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__onDocMouseDown">
<a class="protected" href="Widget.html#method__onDocMouseDown" property="yui:name" title="_onDocMouseDown">_onDocMouseDown</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__removeLoadingClassNames">
<a class="protected" href="Widget.html#method__removeLoadingClassNames" property="yui:name" title="_removeLoadingClassNames">_removeLoadingClassNames</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__renderBox">
<a class="private" href="Widget.html#method__renderBox" property="yui:name" title="_renderBox">_renderBox</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__renderBoxClassNames">
<a class="protected" href="Widget.html#method__renderBoxClassNames" property="yui:name" title="_renderBoxClassNames">_renderBoxClassNames</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__renderUI">
<a class="protected" href="Widget.html#method__renderUI" property="yui:name" title="_renderUI">_renderUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__setAttrUI">
<a class="private" href="Widget.html#method__setAttrUI" property="yui:name" title="_setAttrUI">_setAttrUI</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__setBB">
<a class="private" href="Widget.html#method__setBB" property="yui:name" title="_setBB">_setBB</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__setBox">
<a class="private" href="Widget.html#method__setBox" property="yui:name" title="_setBox">_setBox</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__setCB">
<a class="private" href="Widget.html#method__setCB" property="yui:name" title="_setCB">_setCB</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__setStrings">
<a class="protected" href="Widget.html#method__setStrings" property="yui:name" title="_setStrings">_setStrings</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__strSetter">
<a class="protected" href="Widget.html#method__strSetter" property="yui:name" title="_strSetter">_strSetter</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__syncAttrUI">
<a class="private" href="Widget.html#method__syncAttrUI" property="yui:name" title="_syncAttrUI">_syncAttrUI</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__syncUI">
<a class="protected" href="Widget.html#method__syncUI" property="yui:name" title="_syncUI">_syncUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetDim">
<a class="private" href="Widget.html#method__uiSetDim" property="yui:name" title="_uiSetDim">_uiSetDim</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetDisabled">
<a class="protected" href="Widget.html#method__uiSetDisabled" property="yui:name" title="_uiSetDisabled">_uiSetDisabled</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetFocused">
<a class="protected" href="Widget.html#method__uiSetFocused" property="yui:name" title="_uiSetFocused">_uiSetFocused</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetHeight">
<a class="protected" href="Widget.html#method__uiSetHeight" property="yui:name" title="_uiSetHeight">_uiSetHeight</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetTabIndex">
<a class="protected" href="Widget.html#method__uiSetTabIndex" property="yui:name" title="_uiSetTabIndex">_uiSetTabIndex</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetVisible">
<a class="protected" href="Widget.html#method__uiSetVisible" property="yui:name" title="_uiSetVisible">_uiSetVisible</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSetWidth">
<a class="protected" href="Widget.html#method__uiSetWidth" property="yui:name" title="_uiSetWidth">_uiSetWidth</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__uiSizeCB">
<a class="protected" href="Widget.html#method__uiSizeCB" property="yui:name" title="_uiSizeCB">_uiSizeCB</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__unbindDOM">
<a class="protected" href="Widget.html#method__unbindDOM" property="yui:name" title="_unbindDOM">_unbindDOM</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__unbindUI">
<a class="protected" href="Widget.html#method__unbindUI" property="yui:name" title="_unbindUI">_unbindUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method__validTabIndex">
<a class="protected" href="Widget.html#method__validTabIndex" property="yui:name" title="_validTabIndex">_validTabIndex</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_bindUI">
<a class="protected" href="Widget.html#method_bindUI" property="yui:name" title="bindUI">bindUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_blur">
<a class="" href="Widget.html#method_blur" property="yui:name" title="blur">blur</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_destructor">
<a class="protected" href="Widget.html#method_destructor" property="yui:name" title="destructor">destructor</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_disable">
<a class="" href="Widget.html#method_disable" property="yui:name" title="disable">disable</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_enable">
<a class="" href="Widget.html#method_enable" property="yui:name" title="enable">enable</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_focus">
<a class="" href="Widget.html#method_focus" property="yui:name" title="focus">focus</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_getClassName">
<a class="" href="Widget.html#method_getClassName" property="yui:name" title="getClassName">getClassName</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_getDefaultLocale">
<a class="" href="Widget.html#method_getDefaultLocale" property="yui:name" title="getDefaultLocale">getDefaultLocale</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_getSkinName">
<a class="" href="Widget.html#method_getSkinName" property="yui:name" title="getSkinName">getSkinName</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_getString">
<a class=" deprecated" href="Widget.html#method_getString" property="yui:name" title="getString">getString</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_getStrings">
<a class="" href="Widget.html#method_getStrings" property="yui:name" title="getStrings">getStrings</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_hide">
<a class="" href="Widget.html#method_hide" property="yui:name" title="hide">hide</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_initializer">
<a class="protected" href="Widget.html#method_initializer" property="yui:name" title="initializer">initializer</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_render">
<a class="" href="Widget.html#method_render" property="yui:name" title="render">render</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_renderer">
<a class="protected" href="Widget.html#method_renderer" property="yui:name" title="renderer">renderer</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_renderUI">
<a class="protected" href="Widget.html#method_renderUI" property="yui:name" title="renderUI">renderUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_show">
<a class="" href="Widget.html#method_show" property="yui:name" title="show">show</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_syncUI">
<a class="protected" href="Widget.html#method_syncUI" property="yui:name" title="syncUI">syncUI</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Widget.html#method_toString">
<a class="" href="Widget.html#method_toString" property="yui:name" title="toString">toString</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Base.html">
<h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="Base.html#method__aggregateAttrs">
<a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__defDestroyFn">
<a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__defInitFn">
<a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__destroyHierarchy">
<a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__filterAttrCfs">
<a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__getAttrCfgs">
<a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__getClasses">
<a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__initHierarchy">
<a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__initHierarchyData">
<a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method__preInitEventCfg">
<a class="private" href="Base.html#method__preInitEventCfg" property="yui:name" title="_preInitEventCfg">_preInitEventCfg</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Base.html#method_destroy">
<a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Base.html#method_init">
<a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Base.html#method_toString">
<a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Plugin.Host.html">
<h4>Methods inherited from <a href="Plugin.Host.html" property="yui:name" title="Plugin.Host">Plugin.Host</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="Plugin.Host.html#method__destroyPlugins">
<a class="private" href="Plugin.Host.html#method__destroyPlugins" property="yui:name" title="_destroyPlugins">_destroyPlugins</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Plugin.Host.html#method__initPlugins">
<a class="private" href="Plugin.Host.html#method__initPlugins" property="yui:name" title="_initPlugins">_initPlugins</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Plugin.Host.html#method__plug">
<a class="private" href="Plugin.Host.html#method__plug" property="yui:name" title="_plug">_plug</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Plugin.Host.html#method__unplug">
<a class="private" href="Plugin.Host.html#method__unplug" property="yui:name" title="_unplug">_unplug</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="Plugin.Host.html#method_hasPlugin">
<a class="" href="Plugin.Host.html#method_hasPlugin" property="yui:name" title="hasPlugin">hasPlugin</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Plugin.Host.html#method_plug">
<a class="" href="Plugin.Host.html#method_plug" property="yui:name" title="plug">plug</a><span class="">,</span>
</span>
<span rel="yui:method" resource="Plugin.Host.html#method_unplug">
<a class="" href="Plugin.Host.html#method_unplug" property="yui:name" title="unplug">unplug</a>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:events" resource="#events">
<div class="section method details">
<h3 id="events">Events</h3>
<div class="content">
<div class="" rel="yui:event" resource="#event_bounceChange">
<h4>
<a name="event_bounceChange">bounceChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">bounceChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'bounce' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_decelerationChange">
<h4>
<a name="event_decelerationChange">decelerationChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">decelerationChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'deceleration' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_flick">
<h4>
<a name="event_flick">flick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">flick</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Notification event fired at the end of a flick gesture (the flick animation may still be in progress)
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">EventFacade</span>&gt;
</code>
<span property="yui:description"> The default event facade.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_flickChange">
<h4>
<a name="event_flickChange">flickChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">flickChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'flick' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_scrollEnd">
<h4>
<a name="event_scrollEnd">scrollEnd</a></h4>
<div class="detail">
<code>
<strong property="yui:name">scrollEnd</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Notification event fired at the end of a scroll transition
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">EventFacade</span>&gt;
</code>
<span property="yui:description"> The default event facade.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_scrollXChange">
<h4>
<a name="event_scrollXChange">scrollXChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">scrollXChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'scrollX' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_scrollYChange">
<h4>
<a name="event_scrollYChange">scrollYChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">scrollYChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'scrollY' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">event</span>
&lt;<span property="yui:type">Event.Facade</span>&gt;
</code>
<span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="Widget.html">
<h4>Events inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="Widget.html#event_boundingBoxChange">
<a class="" href="Widget.html#event_boundingBoxChange" property="yui:name" title="boundingBoxChange">boundingBoxChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_contentBoxChange">
<a class="" href="Widget.html#event_contentBoxChange" property="yui:name" title="contentBoxChange">contentBoxChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_disabledChange">
<a class="" href="Widget.html#event_disabledChange" property="yui:name" title="disabledChange">disabledChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_focusedChange">
<a class="" href="Widget.html#event_focusedChange" property="yui:name" title="focusedChange">focusedChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_heightChange">
<a class="" href="Widget.html#event_heightChange" property="yui:name" title="heightChange">heightChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_idChange">
<a class="" href="Widget.html#event_idChange" property="yui:name" title="idChange">idChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_localeChange">
<a class="" href="Widget.html#event_localeChange" property="yui:name" title="localeChange">localeChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_renderChange">
<a class="" href="Widget.html#event_renderChange" property="yui:name" title="renderChange">renderChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_renderedChange">
<a class="" href="Widget.html#event_renderedChange" property="yui:name" title="renderedChange">renderedChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_srcNodeChange">
<a class="" href="Widget.html#event_srcNodeChange" property="yui:name" title="srcNodeChange">srcNodeChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_stringsChange">
<a class="" href="Widget.html#event_stringsChange" property="yui:name" title="stringsChange">stringsChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_tabIndexChange">
<a class="" href="Widget.html#event_tabIndexChange" property="yui:name" title="tabIndexChange">tabIndexChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_visibleChange">
<a class="" href="Widget.html#event_visibleChange" property="yui:name" title="visibleChange">visibleChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_widget:contentUpdate">
<a class="" href="Widget.html#event_widget:contentUpdate" property="yui:name" title="widget:contentUpdate">widget:contentUpdate</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_widget:render">
<a class="" href="Widget.html#event_widget:render" property="yui:name" title="widget:render">widget:render</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Widget.html#event_widthChange">
<a class="" href="Widget.html#event_widthChange" property="yui:name" title="widthChange">widthChange</a><span class="">,</span>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Base.html">
<h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="Base.html#event_destroy">
<a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Base.html#event_destroyedChange">
<a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Base.html#event_init">
<a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span>
</span>
<span rel="yui:event" resource="Base.html#event_initializedChange">
<a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:attributes" resource="#configattributes">
<div class="section field details">
<h3 id="configattributes">Configuration Attributes</h3>
<div class="content">
<div class="" rel="yui:attribute" resource="#config_bounce">
<h4><a name="config_bounce">bounce</a>
<code>- <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Drag coefficient for intertial scrolling at the upper
and lower boundaries of the scrollview. Set to 0 to
disable "rubber-banding".
</div>
</div>
<div class="default">
Default Value: 0.7
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_deceleration">
<h4><a name="config_deceleration">deceleration</a>
<code>- <span property="yui:type">object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Drag coefficent for inertial scrolling. The closer to 1 this
value is, the less friction during scrolling.
</div>
</div>
<div class="default">
Default Value: 0.98
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_flick">
<h4><a name="config_flick">flick</a>
<code>- <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The minimum distance and/or velocity which define a flick
</div>
</div>
<div class="default">
Default Value: Object with properties minDistance = 10, minVelocity = 0.
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_scrollX">
<h4><a name="config_scrollX">scrollX</a>
<code>- <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The scroll position in the x-axis
</div>
</div>
<div class="default">
Default Value: 0
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_scrollY">
<h4><a name="config_scrollY">scrollY</a>
<code>- <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The scroll position in the y-axis
</div>
</div>
<div class="default">
Default Value: 0
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="Widget.html">
<h4>Configuration attributes inherited from <a href="Widget.html" property="yui:name" title="Widget">Widget</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="Widget.html#config_boundingBox">
<a class="" href="Widget.html#config_boundingBox" property="yui:name" title="boundingBox">boundingBox</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_contentBox">
<a class="" href="Widget.html#config_contentBox" property="yui:name" title="contentBox">contentBox</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_disabled">
<a class="" href="Widget.html#config_disabled" property="yui:name" title="disabled">disabled</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_focused">
<a class="" href="Widget.html#config_focused" property="yui:name" title="focused">focused</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_height">
<a class="" href="Widget.html#config_height" property="yui:name" title="height">height</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_id">
<a class="" href="Widget.html#config_id" property="yui:name" title="id">id</a><span class="">,</span>
</span>
<span rel="yui:attribute" resource="Widget.html#config_locale">
<a class=" deprecated" href="Widget.html#config_locale" property="yui:name" title="locale">locale</a>
</span>
<span rel="yui:attribute" resource="Widget.html#config_render">
<a class="" href="Widget.html#config_render" property="yui:name" title="render">render</a>
</span>
<span rel="yui:attribute" resource="Widget.html#config_rendered">
<a class="" href="Widget.html#config_rendered" property="yui:name" title="rendered">rendered</a>
</span>
<span rel="yui:attribute" resource="Widget.html#config_srcNode">
<a class="" href="Widget.html#config_srcNode" property="yui:name" title="srcNode">srcNode</a>
</span>
<span rel="yui:attribute" resource="Widget.html#config_strings">
<a class="" href="Widget.html#config_strings" property="yui:name" title="strings">strings</a>
</span>
<span rel="yui:attribute" resource="Widget.html#config_tabIndex">
<a class="" href="Widget.html#config_tabIndex" property="yui:name" title="tabIndex">tabIndex</a>
</span>
<span rel="yui:attribute" resource="Widget.html#config_visible">
<a class="" href="Widget.html#config_visible" property="yui:name" title="visible">visible</a>
</span>
<span rel="yui:attribute" resource="Widget.html#config_width">
<a class="" href="Widget.html#config_width" property="yui:name" title="width">width</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="Base.html">
<h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="Base.html#config_destroyed">
<a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a>
</span>
<span rel="yui:attribute" resource="Base.html#config_initialized">
<a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a>
</span>
</code>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="yui-b">
<div class="nav">
<div id="moduleList" class="module">
<h4>Modules</h4>
<ul class="content">
<li class=""><a href="module_align-plugin.html" title="align-plugin">align-plugin</a></li>
<li class=""><a href="module_anim.html" title="anim">anim</a></li>
<li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li>
<li class=""><a href="module_attribute.html" title="attribute">attribute</a></li>
<li class=""><a href="module_base.html" title="base">base</a></li>
<li class=""><a href="module_cache.html" title="cache">cache</a></li>
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li>
<li class=""><a href="module_collection.html" title="collection">collection</a></li>
<li class=""><a href="module_console.html" title="console">console</a></li>
<li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li>
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
<li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li>
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
<li class=""><a href="module_datatype.html" title="datatype">datatype</a></li>
<li class=""><a href="module_dd.html" title="dd">dd</a></li>
<li class=""><a href="module_dom.html" title="dom">dom</a></li>
<li class=""><a href="module_dump.html" title="dump">dump</a></li>
<li class=""><a href="module_editor.html" title="editor">editor</a></li>
<li class=""><a href="module_event.html" title="event">event</a></li>
<li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li>
<li class=""><a href="module_event-gestures.html" title="event-gestures">event-gestures</a></li>
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
<li class=""><a href="module_history.html" title="history">history</a></li>
<li class=""><a href="module_history-deprecated.html" title="history-deprecated">history-deprecated</a></li>
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
<li class=""><a href="module_intl.html" title="intl">intl</a></li>
<li class=""><a href="module_io.html" title="io">io</a></li>
<li class=""><a href="module_json.html" title="json">json</a></li>
<li class=""><a href="module_jsonp.html" title="jsonp">jsonp</a></li>
<li class=""><a href="module_loader.html" title="loader">loader</a></li>
<li class=""><a href="module_node.html" title="node">node</a></li>
<li class=""><a href="module_node-flick.html" title="node-flick">node-flick</a></li>
<li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li>
<li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li>
<li class=""><a href="module_oop.html" title="oop">oop</a></li>
<li class=""><a href="module_overlay.html" title="overlay">overlay</a></li>
<li class=""><a href="module_plugin.html" title="plugin">plugin</a></li>
<li class=""><a href="module_pluginhost.html" title="pluginhost">pluginhost</a></li>
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
<li class=""><a href="module_querystring.html" title="querystring">querystring</a></li>
<li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li>
<li class=""><a href="module_scrollview.html" title="scrollview">scrollview</a></li>
<li class="selected"><a href="module_scrollview-base.html" title="scrollview-base">scrollview-base</a></li>
<li class=""><a href="module_scrollview-paginator.html" title="scrollview-paginator">scrollview-paginator</a></li>
<li class=""><a href="module_scrollview-scrollbars.html" title="scrollview-scrollbars">scrollview-scrollbars</a></li>
<li class=""><a href="module_shim-plugin.html" title="shim-plugin">shim-plugin</a></li>
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
<li class=""><a href="module_sortable.html" title="sortable">sortable</a></li>
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
<li class=""><a href="module_substitute.html" title="substitute">substitute</a></li>
<li class=""><a href="module_swf.html" title="swf">swf</a></li>
<li class=""><a href="module_swfdetect.html" title="swfdetect">swfdetect</a></li>
<li class=""><a href="module_tabview.html" title="tabview">tabview</a></li>
<li class=""><a href="module_test.html" title="test">test</a></li>
<li class=""><a href="module_uploader.html" title="uploader">uploader</a></li>
<li class=""><a href="module_value-change.html" title="value-change">value-change</a></li>
<li class=""><a href="module_widget.html" title="widget">widget</a></li>
<li class=""><a href="module_widget-anim.html" title="widget-anim">widget-anim</a></li>
<li class=""><a href="module_widget-child.html" title="widget-child">widget-child</a></li>
<li class=""><a href="module_widget-locale.html" title="widget-locale">widget-locale</a></li>
<li class=""><a href="module_widget-parent.html" title="widget-parent">widget-parent</a></li>
<li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li>
<li class=""><a href="module_widget-position-align.html" title="widget-position-align">widget-position-align</a></li>
<li class=""><a href="module_widget-position-constrain.html" title="widget-position-constrain">widget-position-constrain</a></li>
<li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li>
<li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li>
<li class=""><a href="module_yql.html" title="yql">yql</a></li>
<li class=""><a href="module_yui.html" title="yui">yui</a></li>
</ul>
</div>
<div id="classList" class="module">
<h4>Classes</h4>
<ul class="content">
<li class="selected"><a href="Plugin.ScrollView.html" title="Plugin.ScrollView">Plugin.ScrollView</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="scrollview.js.html" title="scrollview.js">scrollview.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class="protected"><a href="#property_ScrollView.ATTRS" title="ScrollView.ATTRS">ScrollView.ATTRS</a></li>
<li class=""><a href="#property_ScrollView.BOUNCE_RANGE" title="ScrollView.BOUNCE_RANGE">ScrollView.BOUNCE_RANGE</a></li>
<li class=""><a href="#property_ScrollView.CLASS_NAMES" title="ScrollView.CLASS_NAMES">ScrollView.CLASS_NAMES</a></li>
<li class=""><a href="#property_ScrollView.EASING" title="ScrollView.EASING">ScrollView.EASING</a></li>
<li class=""><a href="#property_ScrollView.FRAME_STEP" title="ScrollView.FRAME_STEP">ScrollView.FRAME_STEP</a></li>
<li class="protected"><a href="#property_ScrollView.NAME" title="ScrollView.NAME">ScrollView.NAME</a></li>
<li class=""><a href="#property_ScrollView.SNAP_EASING" title="ScrollView.SNAP_EASING">ScrollView.SNAP_EASING</a></li>
<li class=""><a href="#property_ScrollView.UI_SRC" title="ScrollView.UI_SRC">ScrollView.UI_SRC</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class="protected"><a href="#method__afterHeightChange" title="_afterHeightChange">_afterHeightChange</a></li>
<li class="protected"><a href="#method__afterScrollXChange" title="_afterScrollXChange">_afterScrollXChange</a></li>
<li class="protected"><a href="#method__afterScrollYChange" title="_afterScrollYChange">_afterScrollYChange</a></li>
<li class="private"><a href="#method__createEvents" title="_createEvents">_createEvents</a></li>
<li class="protected"><a href="#method__flick" title="_flick">_flick</a></li>
<li class="protected"><a href="#method__flickFrame" title="_flickFrame">_flickFrame</a></li>
<li class="private"><a href="#method__killTimer" title="_killTimer">_killTimer</a></li>
<li class="private"><a href="#method__onGestureMove" title="_onGestureMove">_onGestureMove</a></li>
<li class="private"><a href="#method__onGestureMoveEnd" title="_onGestureMoveEnd">_onGestureMoveEnd</a></li>
<li class="private"><a href="#method__onGestureMoveStart" title="_onGestureMoveStart">_onGestureMoveStart</a></li>
<li class="private"><a href="#method__setScroll" title="_setScroll">_setScroll</a></li>
<li class="protected"><a href="#method__setScrollX" title="_setScrollX">_setScrollX</a></li>
<li class="protected"><a href="#method__setScrollY" title="_setScrollY">_setScrollY</a></li>
<li class="private"><a href="#method__transitionEnded" title="_transitionEnded">_transitionEnded</a></li>
<li class="protected"><a href="#method__uiDimensionsChange" title="_uiDimensionsChange">_uiDimensionsChange</a></li>
<li class="protected"><a href="#method__uiScrollX" title="_uiScrollX">_uiScrollX</a></li>
<li class="protected"><a href="#method__uiScrollY" title="_uiScrollY">_uiScrollY</a></li>
<li class="protected"><a href="#method__uiSizeCB" title="_uiSizeCB">_uiSizeCB</a></li>
<li class=""><a href="#method_bindUI" title="bindUI">bindUI</a></li>
<li class=""><a href="#method_initializer" title="initializer">initializer</a></li>
<li class=""><a href="#method_scrollTo" title="scrollTo">scrollTo</a></li>
</ul>
</div>
<div id="eventsList" class="module">
<h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_bounceChange" title="bounceChange">bounceChange</a></li>
<li class=""><a href="#event_decelerationChange" title="decelerationChange">decelerationChange</a></li>
<li class=""><a href="#event_flick" title="flick">flick</a></li>
<li class=""><a href="#event_flickChange" title="flickChange">flickChange</a></li>
<li class=""><a href="#event_scrollEnd" title="scrollEnd">scrollEnd</a></li>
<li class=""><a href="#event_scrollXChange" title="scrollXChange">scrollXChange</a></li>
<li class=""><a href="#event_scrollYChange" title="scrollYChange">scrollYChange</a></li>
</ul>
</div>
<div id="configList" class="module">
<h4>Configuration Attributes</h4>
<ul class="content">
<li class=""><a href="#config_bounce" title="bounce">bounce</a></li>
<li class=""><a href="#config_deceleration" title="deceleration">deceleration</a></li>
<li class=""><a href="#config_flick" title="flick">flick</a></li>
<li class=""><a href="#config_scrollX" title="scrollX">scrollX</a></li>
<li class=""><a href="#config_scrollY" title="scrollY">scrollY</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="ft">
<hr />
Copyright &copy; 2010 Yahoo! Inc. All rights reserved.
</div>
</div>
<script type="text/javascript">
var ALL_YUI_PROPS = [{"access": "protected", "host": "Plugin.ScrollView", "name": "_afterHeightChange", "url": "Plugin.ScrollView.html#method__afterHeightChange", "type": "method"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_afterScrollXChange", "url": "Plugin.ScrollView.html#method__afterScrollXChange", "type": "method"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_afterScrollYChange", "url": "Plugin.ScrollView.html#method__afterScrollYChange", "type": "method"}, {"access": "", "host": "Plugin.ScrollView", "name": "bindUI", "url": "Plugin.ScrollView.html#method_bindUI", "type": "method"}, {"access": "", "host": "Plugin.ScrollView", "name": "bounce", "url": "Plugin.ScrollView.html#config_bounce", "type": "config"}, {"access": "", "host": "Plugin.ScrollView", "name": "bounceChange", "url": "Plugin.ScrollView.html#event_bounceChange", "type": "event"}, {"access": "private", "host": "Plugin.ScrollView", "name": "_createEvents", "url": "Plugin.ScrollView.html#method__createEvents", "type": "method"}, {"access": "", "host": "Plugin.ScrollView", "name": "deceleration", "url": "Plugin.ScrollView.html#config_deceleration", "type": "config"}, {"access": "", "host": "Plugin.ScrollView", "name": "decelerationChange", "url": "Plugin.ScrollView.html#event_decelerationChange", "type": "event"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_flick", "url": "Plugin.ScrollView.html#method__flick", "type": "method"}, {"access": "", "host": "Plugin.ScrollView", "name": "flick", "url": "Plugin.ScrollView.html#event_flick", "type": "event"}, {"access": "", "host": "Plugin.ScrollView", "name": "flick", "url": "Plugin.ScrollView.html#config_flick", "type": "config"}, {"access": "", "host": "Plugin.ScrollView", "name": "flickChange", "url": "Plugin.ScrollView.html#event_flickChange", "type": "event"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_flickFrame", "url": "Plugin.ScrollView.html#method__flickFrame", "type": "method"}, {"access": "", "host": "Plugin.ScrollView", "name": "initializer", "url": "Plugin.ScrollView.html#method_initializer", "type": "method"}, {"access": "private", "host": "Plugin.ScrollView", "name": "_killTimer", "url": "Plugin.ScrollView.html#method__killTimer", "type": "method"}, {"access": "private", "host": "Plugin.ScrollView", "name": "_onGestureMove", "url": "Plugin.ScrollView.html#method__onGestureMove", "type": "method"}, {"access": "private", "host": "Plugin.ScrollView", "name": "_onGestureMoveEnd", "url": "Plugin.ScrollView.html#method__onGestureMoveEnd", "type": "method"}, {"access": "private", "host": "Plugin.ScrollView", "name": "_onGestureMoveStart", "url": "Plugin.ScrollView.html#method__onGestureMoveStart", "type": "method"}, {"access": "", "host": "Plugin.ScrollView", "name": "scrollEnd", "url": "Plugin.ScrollView.html#event_scrollEnd", "type": "event"}, {"access": "", "host": "Plugin.ScrollView", "name": "scrollTo", "url": "Plugin.ScrollView.html#method_scrollTo", "type": "method"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "ScrollView.ATTRS", "url": "Plugin.ScrollView.html#property_ScrollView.ATTRS", "type": "property"}, {"access": "", "host": "Plugin.ScrollView", "name": "ScrollView.BOUNCE_RANGE", "url": "Plugin.ScrollView.html#property_ScrollView.BOUNCE_RANGE", "type": "property"}, {"access": "", "host": "Plugin.ScrollView", "name": "ScrollView.CLASS_NAMES", "url": "Plugin.ScrollView.html#property_ScrollView.CLASS_NAMES", "type": "property"}, {"access": "", "host": "Plugin.ScrollView", "name": "ScrollView.EASING", "url": "Plugin.ScrollView.html#property_ScrollView.EASING", "type": "property"}, {"access": "", "host": "Plugin.ScrollView", "name": "ScrollView.FRAME_STEP", "url": "Plugin.ScrollView.html#property_ScrollView.FRAME_STEP", "type": "property"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "ScrollView.NAME", "url": "Plugin.ScrollView.html#property_ScrollView.NAME", "type": "property"}, {"access": "", "host": "Plugin.ScrollView", "name": "ScrollView.SNAP_EASING", "url": "Plugin.ScrollView.html#property_ScrollView.SNAP_EASING", "type": "property"}, {"access": "", "host": "Plugin.ScrollView", "name": "ScrollView.UI_SRC", "url": "Plugin.ScrollView.html#property_ScrollView.UI_SRC", "type": "property"}, {"access": "", "host": "Plugin.ScrollView", "name": "scrollX", "url": "Plugin.ScrollView.html#config_scrollX", "type": "config"}, {"access": "", "host": "Plugin.ScrollView", "name": "scrollXChange", "url": "Plugin.ScrollView.html#event_scrollXChange", "type": "event"}, {"access": "", "host": "Plugin.ScrollView", "name": "scrollY", "url": "Plugin.ScrollView.html#config_scrollY", "type": "config"}, {"access": "", "host": "Plugin.ScrollView", "name": "scrollYChange", "url": "Plugin.ScrollView.html#event_scrollYChange", "type": "event"}, {"access": "private", "host": "Plugin.ScrollView", "name": "_setScroll", "url": "Plugin.ScrollView.html#method__setScroll", "type": "method"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_setScrollX", "url": "Plugin.ScrollView.html#method__setScrollX", "type": "method"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_setScrollY", "url": "Plugin.ScrollView.html#method__setScrollY", "type": "method"}, {"access": "private", "host": "Plugin.ScrollView", "name": "_transitionEnded", "url": "Plugin.ScrollView.html#method__transitionEnded", "type": "method"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_uiDimensionsChange", "url": "Plugin.ScrollView.html#method__uiDimensionsChange", "type": "method"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_uiScrollX", "url": "Plugin.ScrollView.html#method__uiScrollX", "type": "method"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_uiScrollY", "url": "Plugin.ScrollView.html#method__uiScrollY", "type": "method"}, {"access": "protected", "host": "Plugin.ScrollView", "name": "_uiSizeCB", "url": "Plugin.ScrollView.html#method__uiSizeCB", "type": "method"}];
</script>
</body>
</html>