Files
Phraseanet/www/include/jslibs/yui2.8/docs/YAHOO.util.AttributeProvider.html
2011-02-16 16:09:48 +01:00

1002 lines
63 KiB
HTML

<!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: element YAHOO.util.AttributeProvider (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>element&nbsp; <span class="subtitle">2.8.2r1</span></h3>
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
&gt; <a href="./module_element.html" title="element">element</a>
&gt; YAHOO.util.AttributeProvider
<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">YAHOO.util.AttributeProvider</b>
<span class="extends">
</span>
<span class="extends" rel="yui:extends">
- uses
<span rel="extend" resource="YAHOO.util.EventProvider.html">
<a href="YAHOO.util.EventProvider.html" property="yui:name" title="YAHOO.util.EventProvider">YAHOO.util.EventProvider</a>
</span>
</span>
</h2>
<!-- class tree goes here -->
<div class="summary description" property="yui:description">
Provides and manages YAHOO.util.Attribute instances
</div>
<div rel="yui:properties" resource="#properties">
<div class="section field details">
<h3 id="properties">Properties</h3>
<div class="content">
<div class="private" rel="yui:property" resource="#property__configs">
<h4><a name="property__configs" property="yui:name">_configs</a>
- <code>private <span property="yui:type">{Object}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
A key-value map of Attribute configurations
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.EventProvider.html">
<h4>Properties inherited from <a href="YAHOO.util.EventProvider.html" property="yui:name" title="YAHOO.util.EventProvider">YAHOO.util.EventProvider</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.util.EventProvider.html#property___yui_events">
<a class="private" href="YAHOO.util.EventProvider.html#property___yui_events" property="yui:name" title="__yui_events">__yui_events</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.util.EventProvider.html#property___yui_subscribers">
<a class="private" href="YAHOO.util.EventProvider.html#property___yui_subscribers" property="yui:name" title="__yui_subscribers">__yui_subscribers</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=" deprecated" rel="yui:method" resource="#method_configureAttribute">
<h4>
<a name="method_configureAttribute">configureAttribute</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">configureAttribute</strong>
(
key
,
map
,
init
)
</code>
<div class="description" property="yui:description">
Sets or updates an Attribute instance's properties.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The attribute's name.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">map</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> A key-value map of attribute properties</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">init</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Whether or not this should become the intial config.</span>
</dd>
</dl>
<div class="deprecated">
<strong>Deprecated</strong> Use setAttributeConfig
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_fireBeforeChangeEvent">
<h4>
<a name="method_fireBeforeChangeEvent">fireBeforeChangeEvent</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">fireBeforeChangeEvent</strong>
(
key
,
e
)
</code>
<div class="description" property="yui:description">
Fires the attribute's beforeChange event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The attribute's name.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">Obj</span>&gt;
</code>
<span property="yui:description"> The event object to pass to handlers.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_fireChangeEvent">
<h4>
<a name="method_fireChangeEvent">fireChangeEvent</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">fireChangeEvent</strong>
(
key
,
e
)
</code>
<div class="description" property="yui:description">
Fires the attribute's change event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The attribute's name.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">e</span>
&lt;<span property="yui:type">Obj</span>&gt;
</code>
<span property="yui:description"> The event object to pass to the handlers.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_get">
<h4>
<a name="method_get">get</a></h4>
<div class="detail" >
<code>
Any
<strong property="yui:name">get</strong>
(
key
)
</code>
<div class="description" property="yui:description">
Returns the current value of the attribute.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The attribute whose value will be returned.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Any
</code></dt>
<dd property="yui:returnInfo">The current value of the attribute.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_getAttributeConfig">
<h4>
<a name="method_getAttributeConfig">getAttributeConfig</a></h4>
<div class="detail" >
<code>
private
object
<strong property="yui:name">getAttributeConfig</strong>
(
key
)
</code>
<div class="description" property="yui:description">
Returns the attribute's properties.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The attribute's name</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
object
</code></dt>
<dd property="yui:returnInfo">A key-value map containing all of the
attribute's properties.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getAttributeKeys">
<h4>
<a name="method_getAttributeKeys">getAttributeKeys</a></h4>
<div class="detail" >
<code>
Array
<strong property="yui:name">getAttributeKeys</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns an array of attribute names.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
Array
</code></dt>
<dd property="yui:returnInfo">An array of attribute names.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_refresh">
<h4>
<a name="method_refresh">refresh</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">refresh</strong>
(
key
,
silent
)
</code>
<div class="description" property="yui:description">
Sets the attribute's value to its current value.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String | Array</span>&gt;
</code>
<span property="yui:description"> The attribute(s) to refresh</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">silent</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Whether or not to suppress change events</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_register">
<h4>
<a name="method_register">register</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">register</strong>
(
key
,
map
)
</code>
<div class="description" property="yui:description">
Adds an Attribute to the AttributeProvider instance.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The attribute's name</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">map</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> A key-value map containing the
attribute's properties.</span>
</dd>
</dl>
<div class="deprecated">
<strong>Deprecated</strong> Use setAttributeConfig
</div>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_resetAttributeConfig">
<h4>
<a name="method_resetAttributeConfig">resetAttributeConfig</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">resetAttributeConfig</strong>
(
key
)
</code>
<div class="description" property="yui:description">
Resets an attribute to its intial configuration.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The attribute's name.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_resetValue">
<h4>
<a name="method_resetValue">resetValue</a></h4>
<div class="detail" >
<code>
Boolean
<strong property="yui:name">resetValue</strong>
(
key
,
silent
)
</code>
<div class="description" property="yui:description">
Resets the specified attribute's value to its initial value.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The name of the attribute</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">silent</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Whether or not to suppress change events</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Boolean
</code></dt>
<dd property="yui:returnInfo">Whether or not the value was set</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_set">
<h4>
<a name="method_set">set</a></h4>
<div class="detail" >
<code>
Boolean
<strong property="yui:name">set</strong>
(
key
,
value
,
silent
)
</code>
<div class="description" property="yui:description">
Sets the value of a config.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The name of the attribute</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">value</span>
&lt;<span property="yui:type">Any</span>&gt;
</code>
<span property="yui:description"> The value to apply to the attribute</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">silent</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Whether or not to suppress change events</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Boolean
</code></dt>
<dd property="yui:returnInfo">Whether or not the value was set.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setAttributeConfig">
<h4>
<a name="method_setAttributeConfig">setAttributeConfig</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setAttributeConfig</strong>
(
key
,
map
,
init
)
</code>
<div class="description" property="yui:description">
Sets or updates an Attribute instance's properties.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The attribute's name.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">map</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> A key-value map of attribute properties</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">init</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Whether or not this should become the intial config.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setAttributes">
<h4>
<a name="method_setAttributes">setAttributes</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setAttributes</strong>
(
map
,
silent
)
</code>
<div class="description" property="yui:description">
Sets multiple attribute values.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">map</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> A key-value map of attributes</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">silent</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Whether or not to suppress change events</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.EventProvider.html">
<h4>Methods inherited from <a href="YAHOO.util.EventProvider.html" property="yui:name" title="YAHOO.util.EventProvider">YAHOO.util.EventProvider</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_createEvent">
<a class="" href="YAHOO.util.EventProvider.html#method_createEvent" property="yui:name" title="createEvent">createEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_fireEvent">
<a class="" href="YAHOO.util.EventProvider.html#method_fireEvent" property="yui:name" title="fireEvent">fireEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_hasEvent">
<a class="" href="YAHOO.util.EventProvider.html#method_hasEvent" property="yui:name" title="hasEvent">hasEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_subscribe">
<a class="" href="YAHOO.util.EventProvider.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_unsubscribe">
<a class="" href="YAHOO.util.EventProvider.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_unsubscribeAll">
<a class="" href="YAHOO.util.EventProvider.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:events" resource="#events">
</div>
<div rel="yui:attributes" resource="#configattributes">
</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_animation.html" title="animation">animation</a></li>
<li class=""><a href="module_autocomplete.html" title="autocomplete">autocomplete</a></li>
<li class=""><a href="module_button.html" title="button">button</a></li>
<li class=""><a href="module_calendar.html" title="calendar">calendar</a></li>
<li class=""><a href="module_carousel.html" title="carousel">carousel</a></li>
<li class=""><a href="module_charts.html" title="charts">charts</a></li>
<li class=""><a href="module_colorpicker.html" title="colorpicker">colorpicker</a></li>
<li class=""><a href="module_connection.html" title="connection">connection</a></li>
<li class=""><a href="module_container.html" title="container">container</a></li>
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
<li class=""><a href="module_datatable.html" title="datatable">datatable</a></li>
<li class=""><a href="module_datemath.html" title="datemath">datemath</a></li>
<li class=""><a href="module_dom.html" title="dom">dom</a></li>
<li class=""><a href="module_dragdrop.html" title="dragdrop">dragdrop</a></li>
<li class=""><a href="module_editor.html" title="editor">editor</a></li>
<li class="selected"><a href="module_element.html" title="element">element</a></li>
<li class=""><a href="module_element-delegate.html" title="element-delegate">element-delegate</a></li>
<li class=""><a href="module_event.html" title="event">event</a></li>
<li class=""><a href="module_event-delegate.html" title="event-delegate">event-delegate</a></li>
<li class=""><a href="module_event-mouseenter.html" title="event-mouseenter">event-mouseenter</a></li>
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
<li class=""><a href="module_get.html" title="get">get</a></li>
<li class=""><a href="module_history.html" title="history">history</a></li>
<li class=""><a href="module_imagecropper.html" title="imagecropper">imagecropper</a></li>
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
<li class=""><a href="module_json.html" title="json">json</a></li>
<li class=""><a href="module_layout.html" title="layout">layout</a></li>
<li class=""><a href="module_logger.html" title="logger">logger</a></li>
<li class=""><a href="module_menu.html" title="menu">menu</a></li>
<li class=""><a href="module_paginator.html" title="paginator">paginator</a></li>
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
<li class=""><a href="module_profilerviewer.html" title="profilerviewer">profilerviewer</a></li>
<li class=""><a href="module_progressbar.html" title="progressbar">progressbar</a></li>
<li class=""><a href="module_resize.html" title="resize">resize</a></li>
<li class=""><a href="module_selector.html" title="selector">selector</a></li>
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
<li class=""><a href="module_storage.html" title="Storage">Storage</a></li>
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</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_swfstore.html" title="swfstore">swfstore</a></li>
<li class=""><a href="module_tabview.html" title="tabview">tabview</a></li>
<li class=""><a href="module_treeview.html" title="treeview">treeview</a></li>
<li class=""><a href="module_uploader.html" title="uploader">uploader</a></li>
<li class=""><a href="module_yahoo.html" title="yahoo">yahoo</a></li>
<li class=""><a href="module_yuiloader.html" title="yuiloader">yuiloader</a></li>
<li class=""><a href="module_yuitest.html" title="yuitest">yuitest</a></li>
</ul>
</div>
<div id="classList" class="module">
<h4>Classes</h4>
<ul class="content">
<li class=""><a href="YAHOO.util.Attribute.html" title="YAHOO.util.Attribute">YAHOO.util.Attribute</a></li>
<li class="selected"><a href="YAHOO.util.AttributeProvider.html" title="YAHOO.util.AttributeProvider">YAHOO.util.AttributeProvider</a></li>
<li class=""><a href="YAHOO.util.Element.html" title="YAHOO.util.Element">YAHOO.util.Element</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="Attribute.js.html" title="Attribute.js">Attribute.js</a></li>
<li class=""><a href="AttributeProvider.js.html" title="AttributeProvider.js">AttributeProvider.js</a></li>
<li class=""><a href="Element.js.html" title="Element.js">Element.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class="private"><a href="#property__configs" title="_configs">_configs</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class=" deprecated"><a href="#method_configureAttribute" title="configureAttribute">configureAttribute</a></li>
<li class=""><a href="#method_fireBeforeChangeEvent" title="fireBeforeChangeEvent">fireBeforeChangeEvent</a></li>
<li class=""><a href="#method_fireChangeEvent" title="fireChangeEvent">fireChangeEvent</a></li>
<li class=""><a href="#method_get" title="get">get</a></li>
<li class="private"><a href="#method_getAttributeConfig" title="getAttributeConfig">getAttributeConfig</a></li>
<li class=""><a href="#method_getAttributeKeys" title="getAttributeKeys">getAttributeKeys</a></li>
<li class=""><a href="#method_refresh" title="refresh">refresh</a></li>
<li class=" deprecated"><a href="#method_register" title="register">register</a></li>
<li class="private"><a href="#method_resetAttributeConfig" title="resetAttributeConfig">resetAttributeConfig</a></li>
<li class=""><a href="#method_resetValue" title="resetValue">resetValue</a></li>
<li class=""><a href="#method_set" title="set">set</a></li>
<li class=""><a href="#method_setAttributeConfig" title="setAttributeConfig">setAttributeConfig</a></li>
<li class=""><a href="#method_setAttributes" title="setAttributes">setAttributes</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": "private", "host": "YAHOO.util.AttributeProvider", "name": "_configs", "url": "YAHOO.util.AttributeProvider.html#property__configs", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "configure", "url": "YAHOO.util.Attribute.html#method_configure", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "configureAttribute", "url": "YAHOO.util.AttributeProvider.html#method_configureAttribute", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "fireBeforeChangeEvent", "url": "YAHOO.util.AttributeProvider.html#method_fireBeforeChangeEvent", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "fireChangeEvent", "url": "YAHOO.util.AttributeProvider.html#method_fireChangeEvent", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "get", "url": "YAHOO.util.AttributeProvider.html#method_get", "type": "method"}, {"access": "private", "host": "YAHOO.util.AttributeProvider", "name": "getAttributeConfig", "url": "YAHOO.util.AttributeProvider.html#method_getAttributeConfig", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "getAttributeKeys", "url": "YAHOO.util.AttributeProvider.html#method_getAttributeKeys", "type": "method"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "getter", "url": "YAHOO.util.Attribute.html#property_getter", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "getValue", "url": "YAHOO.util.Attribute.html#method_getValue", "type": "method"}, {"access": "private", "host": "YAHOO.util.Attribute", "name": "_initialConfig", "url": "YAHOO.util.Attribute.html#property__initialConfig", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "method", "url": "YAHOO.util.Attribute.html#property_method", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "name", "url": "YAHOO.util.Attribute.html#property_name", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "owner", "url": "YAHOO.util.Attribute.html#property_owner", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "readOnly", "url": "YAHOO.util.Attribute.html#property_readOnly", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "refresh", "url": "YAHOO.util.Attribute.html#method_refresh", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "refresh", "url": "YAHOO.util.AttributeProvider.html#method_refresh", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "register", "url": "YAHOO.util.AttributeProvider.html#method_register", "type": "method"}, {"access": "private", "host": "YAHOO.util.AttributeProvider", "name": "resetAttributeConfig", "url": "YAHOO.util.AttributeProvider.html#method_resetAttributeConfig", "type": "method"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "resetConfig", "url": "YAHOO.util.Attribute.html#method_resetConfig", "type": "method"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "resetValue", "url": "YAHOO.util.Attribute.html#method_resetValue", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "resetValue", "url": "YAHOO.util.AttributeProvider.html#method_resetValue", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "set", "url": "YAHOO.util.AttributeProvider.html#method_set", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "setAttributeConfig", "url": "YAHOO.util.AttributeProvider.html#method_setAttributeConfig", "type": "method"}, {"access": "", "host": "YAHOO.util.AttributeProvider", "name": "setAttributes", "url": "YAHOO.util.AttributeProvider.html#method_setAttributes", "type": "method"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "setter", "url": "YAHOO.util.Attribute.html#property_setter", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "setValue", "url": "YAHOO.util.Attribute.html#method_setValue", "type": "method"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "validator", "url": "YAHOO.util.Attribute.html#property_validator", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "value", "url": "YAHOO.util.Attribute.html#property_value", "type": "property"}, {"access": "", "host": "YAHOO.util.Attribute", "name": "writeOnce", "url": "YAHOO.util.Attribute.html#property_writeOnce", "type": "property"}, {"access": "private", "host": "YAHOO.util.Attribute", "name": "_written", "url": "YAHOO.util.Attribute.html#property__written", "type": "property"}];
</script>
</body>
</html>