DataSource.Base.html revision d43df2693f95ff8c969c8ab95a4969e03b05a299
0N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
0N/A<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
0N/A<head>
0N/A <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
0N/A <title>API: datatable DataSource.Base (YUI Library)</title>
0N/A
0N/A <link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
0N/A <link rel="stylesheet" type="text/css" href="assets/api.css" />
0N/A
0N/A <script type="text/javascript" src="assets/api-js"></script>
0N/A <script type="text/javascript" src="assets/ac-js"></script>
0N/A</head>
0N/A
0N/A<body id="yahoo-com">
0N/A
0N/A<div id="doc3" class="yui-t2">
0N/A <div id="hd">
0N/A <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
0N/A <h3>datatable&nbsp; <span class="subtitle">3.3.0</span></h3>
0N/A <a href="/index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
0N/A &gt; <a href="/module_datatable.html" title="datatable">datatable</a>
0N/A &gt; DataSource.Base
0N/A
0N/A <form onsubmit="return false">
0N/A <div id="propertysearch">
0N/A Search: <input autocomplete="off" id="searchinput" />
0N/A <div id="searchresults">
0N/A &nbsp;
0N/A </div>
0N/A </div>
0N/A </form>
0N/A </div>
0N/A
0N/A <div id="bd">
0N/A <div id="yui-main">
0N/A <div class="yui-b">
0N/A <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
0N/A <fieldset>
0N/A <legend>Filters</legend>
0N/A <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
0N/A <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
0N/A <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
0N/A </fieldset>
0N/A </form>
0N/A
0N/A <h2>
0N/A
0N/A
0N/A
0N/A
0N/A Class <b property="yui:name">DataSource.Base</b>
0N/A <span class="extends">
0N/A - extends <a href="Widget.html" title="Widget">Widget</a>
0N/A </span>
0N/A
0N/A </h2>
0N/A <!-- class tree goes here -->
0N/A
<div class="summary description" property="yui:description">
Base class for the DataTable widget.
</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">DataSource.Base</strong>
<code>
(
)
</code>
<div class="description">
</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="private" rel="yui:property" resource="#property__msgNode">
<h4><a name="property__msgNode" property="yui:name">_msgNode</a>
- <code>private <span property="yui:type">Y.Node</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Pointer to message display node.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__tbodyNode">
<h4><a name="property__tbodyNode" property="yui:name">_tbodyNode</a>
- <code>private <span property="yui:type">Y.Node</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Pointer to TBODY node.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__theadNode">
<h4><a name="property__theadNode" property="yui:name">_theadNode</a>
- <code>private <span property="yui:type">Y.Node</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Pointer to THEAD node.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_NAME">
<h4><a name="property_NAME" property="yui:name">NAME</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_tdTemplate">
<h4><a name="property_tdTemplate" property="yui:name">tdTemplate</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Tokenized markup template for TD node creation.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: '<td headers="{headers}"><div class="'+CLASS_LINER+'">{value}</div></td>'
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_thTemplate">
<h4><a name="property_thTemplate" property="yui:name">thTemplate</a>
- <code><span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Tokenized markup template for TH node creation.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: '<th id="{id}" rowspan="{rowspan}" colspan="{colspan}"><div class="'+CLASS_LINER+'">{value}</div></th>'
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="Plugin.Host.html">
<h4>Properties inherited from <a href="Plugin.Host.html" property="yui:name" title="Plugin.Host">Plugin.Host</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="Plugin.Host.html#property_PluginHost">
<a class="" href="Plugin.Host.html#property_PluginHost" property="yui:name" title="PluginHost">PluginHost</a>
</span>
</code>
</div>
</div>
<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__UI_ATTRS">
<a class="private" href="Widget.html#property__UI_ATTRS" property="yui:name" title="_UI_ATTRS">_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__addCaptionNode">
<h4>
<a name="method__addCaptionNode">_addCaptionNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addCaptionNode</strong>
(
tableNode
)
</code>
<div class="description" property="yui:description">
Creates and attaches CAPTION element to given container.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">tableNode</span>
&lt;<span property="yui:type">Y.Node</span>&gt;
</code>
<span property="yui:description"> Parent node.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__addColgroupNode">
<h4>
<a name="method__addColgroupNode">_addColgroupNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addColgroupNode</strong>
(
tableNode
)
</code>
<div class="description" property="yui:description">
Creates and attaches COLGROUP element to given TABLE.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">tableNode</span>
&lt;<span property="yui:type">Y.Node</span>&gt;
</code>
<span property="yui:description"> Parent node.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__addMessageNode">
<h4>
<a name="method__addMessageNode">_addMessageNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addMessageNode</strong>
(
tableNode
)
</code>
<div class="description" property="yui:description">
Creates and attaches message display element to given container.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">tableNode</span>
&lt;<span property="yui:type">Y.Node</span>&gt;
</code>
<span property="yui:description"> Parent node.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__addTableNode">
<h4>
<a name="method__addTableNode">_addTableNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addTableNode</strong>
(
containerNode
)
</code>
<div class="description" property="yui:description">
Creates and attaches TABLE element to given container.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">containerNode</span>
&lt;<span property="yui:type">Y.Node</span>&gt;
</code>
<span property="yui:description"> Parent node.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__addTbodyNode">
<h4>
<a name="method__addTbodyNode">_addTbodyNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addTbodyNode</strong>
(
tableNode
)
</code>
<div class="description" property="yui:description">
Creates and attaches TBODY element to given container.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">tableNode</span>
&lt;<span property="yui:type">Y.Node</span>&gt;
</code>
<span property="yui:description"> Parent node.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__addTbodyTdNode">
<h4>
<a name="method__addTbodyTdNode">_addTbodyTdNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addTbodyTdNode</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Creates and attaches data cell element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {record, column, tr</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__addTbodyTrNode">
<h4>
<a name="method__addTbodyTrNode">_addTbodyTrNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addTbodyTrNode</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Creates and attaches data row element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {tbody, record</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__addTheadNode">
<h4>
<a name="method__addTheadNode">_addTheadNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addTheadNode</strong>
(
tableNode
)
</code>
<div class="description" property="yui:description">
Creates and attaches THEAD element to given container.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">tableNode</span>
&lt;<span property="yui:type">Y.Node</span>&gt;
</code>
<span property="yui:description"> Parent node.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__addTheadThNode">
<h4>
<a name="method__addTheadThNode">_addTheadThNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addTheadThNode</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Creates and attaches header cell element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {value, column, tr</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__addTheadTrNode">
<h4>
<a name="method__addTheadTrNode">_addTheadTrNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_addTheadTrNode</strong>
(
o
,
isFirst
)
</code>
<div class="description" property="yui:description">
Creates and attaches header row element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {thead, columns</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">isFirst</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Is first row.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">isFirst</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Is last row.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__afterColumnsetChange">
<h4>
<a name="method__afterColumnsetChange">_afterColumnsetChange</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_afterColumnsetChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Updates the UI if changes are made to Columnset.
</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</span>&gt;
</code>
<span property="yui:description"> Custom event for the attribute change.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__afterRecordsetChange">
<h4>
<a name="method__afterRecordsetChange">_afterRecordsetChange</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_afterRecordsetChange</strong>
(
records
)
</code>
<div class="description" property="yui:description">
Adds bubble target.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">records</span>
&lt;<span property="yui:type">Array | Y.Recordset</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__afterStringsChange">
<h4>
<a name="method__afterStringsChange">_afterStringsChange</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_afterStringsChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Updates the UI if changes are made to any of the strings in the strings
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</span>&gt;
</code>
<span property="yui:description"> Custom event for the attribute change.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__attachTbodyTdNode">
<h4>
<a name="method__attachTbodyTdNode">_attachTbodyTdNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_attachTbodyTdNode</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Attaches data cell element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {record, column, tr, headers, classnames, value</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__attachTbodyTrNode">
<h4>
<a name="method__attachTbodyTrNode">_attachTbodyTrNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_attachTbodyTrNode</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Attaches data row element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {tbody, record, tr</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__attachTheadTrNode">
<h4>
<a name="method__attachTheadTrNode">_attachTheadTrNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_attachTheadTrNode</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Attaches header row element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {thead, columns, tr</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__createTbodyTdNode">
<h4>
<a name="method__createTbodyTdNode">_createTbodyTdNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_createTbodyTdNode</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Creates data cell element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {record, column, tr</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__createTbodyTrNode">
<h4>
<a name="method__createTbodyTrNode">_createTbodyTrNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_createTbodyTrNode</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Creates data row element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {tbody, record</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__createTheadThNode">
<h4>
<a name="method__createTheadThNode">_createTheadThNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_createTheadThNode</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Creates header cell element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {value, column, tr</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__createTheadTrNode">
<h4>
<a name="method__createTheadTrNode">_createTheadTrNode</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_createTheadTrNode</strong>
(
o
,
isFirst
,
isLast
)
</code>
<div class="description" property="yui:description">
Creates header row element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">o</span>
&lt;<span property="yui:type">Object} {thead, columns</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">isFirst</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Is first row.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">isLast</span>
&lt;<span property="yui:type">Boolean</span>&gt;
</code>
<span property="yui:description"> Is last row.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onDomEvent">
<h4>
<a name="method__onDomEvent">_onDomEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onDomEvent</strong>
(
e
,
type
)
</code>
<div class="description" property="yui:description">
On DOM event, fires corresponding custom event.
</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">DOMEvent</span>&gt;
</code>
<span property="yui:description"> The original DOM event facade.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">type</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Corresponding custom event to fire.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setColumnset">
<h4>
<a name="method__setColumnset">_setColumnset</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setColumnset</strong>
(
columns
)
</code>
<div class="description" property="yui:description">
Converts Array to Y.Columnset.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">columns</span>
&lt;<span property="yui:type">Array | Y.Columnset</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setRecordset">
<h4>
<a name="method__setRecordset">_setRecordset</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setRecordset</strong>
(
records
)
</code>
<div class="description" property="yui:description">
Converts Array to Y.Recordset.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">records</span>
&lt;<span property="yui:type">Array | Y.Recordset</span>&gt;
</code>
<span property="yui:description"></span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiSetCaption">
<h4>
<a name="method__uiSetCaption">_uiSetCaption</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiSetCaption</strong>
(
val
)
</code>
<div class="description" property="yui:description">
Updates caption.
</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">String</span>&gt;
</code>
<span property="yui:description"> New caption.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiSetColumnset">
<h4>
<a name="method__uiSetColumnset">_uiSetColumnset</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiSetColumnset</strong>
(
cs
)
</code>
<div class="description" property="yui:description">
Updates THEAD.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cs</span>
&lt;<span property="yui:type">Y.Columnset</span>&gt;
</code>
<span property="yui:description"> New Columnset.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiSetRecordset">
<h4>
<a name="method__uiSetRecordset">_uiSetRecordset</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiSetRecordset</strong>
(
rs
)
</code>
<div class="description" property="yui:description">
Updates TBODY.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">rs</span>
&lt;<span property="yui:type">Y.Recordset</span>&gt;
</code>
<span property="yui:description"> New Recordset.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiSetStrings">
<h4>
<a name="method__uiSetStrings">_uiSetStrings</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiSetStrings</strong>
(
strings
)
</code>
<div class="description" property="yui:description">
Updates all strings.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">strings</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Collection of new strings.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="protected" rel="yui:method" resource="#method__uiSetSummary">
<h4>
<a name="method__uiSetSummary">_uiSetSummary</a></h4>
<div class="detail" >
<code>
protected
void
<strong property="yui:name">_uiSetSummary</strong>
(
val
)
</code>
<div class="description" property="yui:description">
Updates summary.
</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">String</span>&gt;
</code>
<span property="yui:description"> New summary.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_bindUI">
<h4>
<a name="method_bindUI">bindUI</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">bindUI</strong>
(
)
</code>
<div class="description" property="yui:description">
Binds events.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_destructor">
<h4>
<a name="method_destructor">destructor</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">destructor</strong>
(
)
</code>
<div class="description" property="yui:description">
Destructor.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_formatDataCell">
<h4>
<a name="method_formatDataCell">formatDataCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">formatDataCell</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns markup to insert into data cell element.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_initializer">
<h4>
<a name="method_initializer">initializer</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">initializer</strong>
(
config
)
</code>
<div class="description" property="yui:description">
Initializer.
</div>
<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"> Config object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_renderUI">
<h4>
<a name="method_renderUI">renderUI</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">renderUI</strong>
(
)
</code>
<div class="description" property="yui:description">
Renders UI.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_syncUI">
<h4>
<a name="method_syncUI">syncUI</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">syncUI</strong>
(
)
</code>
<div class="description" property="yui:description">
Syncs UI to intial state.
</div>
<div class="description">
</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_parseType">
<a class="" href="EventTarget.html#method_parseType" property="yui:name" title="parseType">parseType</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__destroyUIEvents">
<a class="private" href="Widget.html#method__destroyUIEvents" property="yui:name" title="_destroyUIEvents">_destroyUIEvents</a><span class="private">,</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_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_columnsetChange">
<h4>
<a name="event_columnsetChange">columnsetChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnsetChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'columnset' 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_msgCellClick">
<h4>
<a name="event_msgCellClick">msgCellClick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgCellClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TD element has a click.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgCellDblclick">
<h4>
<a name="event_msgCellDblclick">msgCellDblclick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgCellDblclick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TD element has a dblclick.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgCellFocus">
<h4>
<a name="event_msgCellFocus">msgCellFocus</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgCellFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TD element has a focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgCellKeydown">
<h4>
<a name="event_msgCellKeydown">msgCellKeydown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgCellKeydown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TD element has a keydown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgCellMousedown">
<h4>
<a name="event_msgCellMousedown">msgCellMousedown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgCellMousedown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TD element has a mousedown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgCellMouseenter">
<h4>
<a name="event_msgCellMouseenter">msgCellMouseenter</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgCellMouseenter</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TD element has a mouseenter.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgCellMouseleave">
<h4>
<a name="event_msgCellMouseleave">msgCellMouseleave</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgCellMouseleave</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TD element has a mouseleave.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgCellMouseup">
<h4>
<a name="event_msgCellMouseup">msgCellMouseup</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgCellMouseup</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TD element has a mouseup.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgRowClick">
<h4>
<a name="event_msgRowClick">msgRowClick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgRowClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TR element has a click.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgRowDblclick">
<h4>
<a name="event_msgRowDblclick">msgRowDblclick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgRowDblclick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TR element has a dblclick.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgRowFocus">
<h4>
<a name="event_msgRowFocus">msgRowFocus</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgRowFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TR element has a focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgRowKeydown">
<h4>
<a name="event_msgRowKeydown">msgRowKeydown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgRowKeydown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TR element has a keydown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgRowMousedown">
<h4>
<a name="event_msgRowMousedown">msgRowMousedown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgRowMousedown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TR element has a mousedown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgRowMouseenter">
<h4>
<a name="event_msgRowMouseenter">msgRowMouseenter</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgRowMouseenter</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TR element has a mouseenter.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgRowMouseleave">
<h4>
<a name="event_msgRowMouseleave">msgRowMouseleave</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgRowMouseleave</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TR element has a mouseleave.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgRowMouseup">
<h4>
<a name="event_msgRowMouseup">msgRowMouseup</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgRowMouseup</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.msg>TR element has a mouseup.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgTbodyClick">
<h4>
<a name="event_msgTbodyClick">msgTbodyClick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgTbodyClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.msg element has a click.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgTbodyDblclick">
<h4>
<a name="event_msgTbodyDblclick">msgTbodyDblclick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgTbodyDblclick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.msg element has a dblclick.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgTbodyFocus">
<h4>
<a name="event_msgTbodyFocus">msgTbodyFocus</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgTbodyFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.msg element has a focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgTbodyKeydown">
<h4>
<a name="event_msgTbodyKeydown">msgTbodyKeydown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgTbodyKeydown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.msg element has a keydown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgTbodyMousedown">
<h4>
<a name="event_msgTbodyMousedown">msgTbodyMousedown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgTbodyMousedown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.msg element has a mousedown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgTbodyMouseenter">
<h4>
<a name="event_msgTbodyMouseenter">msgTbodyMouseenter</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgTbodyMouseenter</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.msg element has a mouseenter.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgTbodyMouseleave">
<h4>
<a name="event_msgTbodyMouseleave">msgTbodyMouseleave</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgTbodyMouseleave</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.msg element has a mouseleave.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_msgTbodyMouseup">
<h4>
<a name="event_msgTbodyMouseup">msgTbodyMouseup</a></h4>
<div class="detail">
<code>
<strong property="yui:name">msgTbodyMouseup</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.msg element has a mouseup.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_recordsetChange">
<h4>
<a name="event_recordsetChange">recordsetChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">recordsetChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'recordset' 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_stringsChange">
<h4>
<a name="event_stringsChange">stringsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">stringsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'strings' 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_tbodyCellClick">
<h4>
<a name="event_tbodyCellClick">tbodyCellClick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyCellClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TD element has a click.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyCellDblclick">
<h4>
<a name="event_tbodyCellDblclick">tbodyCellDblclick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyCellDblclick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TD element has a dblclick.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyCellFocus">
<h4>
<a name="event_tbodyCellFocus">tbodyCellFocus</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyCellFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TD element has a focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyCellKeydown">
<h4>
<a name="event_tbodyCellKeydown">tbodyCellKeydown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyCellKeydown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TD element has a keydown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyCellMousedown">
<h4>
<a name="event_tbodyCellMousedown">tbodyCellMousedown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyCellMousedown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TD element has a mousedown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyCellMouseenter">
<h4>
<a name="event_tbodyCellMouseenter">tbodyCellMouseenter</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyCellMouseenter</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TD element has a mouseenter.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyCellMouseleave">
<h4>
<a name="event_tbodyCellMouseleave">tbodyCellMouseleave</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyCellMouseleave</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TD element has a mouseleave.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyCellMouseup">
<h4>
<a name="event_tbodyCellMouseup">tbodyCellMouseup</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyCellMouseup</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TD element has a mouseup.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyClick">
<h4>
<a name="event_tbodyClick">tbodyClick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.data element has a click.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyDblclick">
<h4>
<a name="event_tbodyDblclick">tbodyDblclick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyDblclick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.data element has a dblclick.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyFocus">
<h4>
<a name="event_tbodyFocus">tbodyFocus</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.data element has a focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyKeydown">
<h4>
<a name="event_tbodyKeydown">tbodyKeydown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyKeydown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.data element has a keydown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyMousedown">
<h4>
<a name="event_tbodyMousedown">tbodyMousedown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyMousedown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.data element has a mousedown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyMouseenter">
<h4>
<a name="event_tbodyMouseenter">tbodyMouseenter</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyMouseenter</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.data element has a mouseenter.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyMouseleave">
<h4>
<a name="event_tbodyMouseleave">tbodyMouseleave</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyMouseleave</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.data element has a mouseleave.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyMouseup">
<h4>
<a name="event_tbodyMouseup">tbodyMouseup</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyMouseup</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the TBODY.data element has a mouseup.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyRowClick">
<h4>
<a name="event_tbodyRowClick">tbodyRowClick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyRowClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TR element has a click.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyRowDblclick">
<h4>
<a name="event_tbodyRowDblclick">tbodyRowDblclick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyRowDblclick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TR element has a dblclick.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyRowFocus">
<h4>
<a name="event_tbodyRowFocus">tbodyRowFocus</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyRowFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TR element has a focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyRowKeydown">
<h4>
<a name="event_tbodyRowKeydown">tbodyRowKeydown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyRowKeydown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TR element has a keydown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyRowMousedown">
<h4>
<a name="event_tbodyRowMousedown">tbodyRowMousedown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyRowMousedown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TR element has a mousedown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyRowMouseenter">
<h4>
<a name="event_tbodyRowMouseenter">tbodyRowMouseenter</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyRowMouseenter</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TR element has a mouseenter.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyRowMouseleave">
<h4>
<a name="event_tbodyRowMouseleave">tbodyRowMouseleave</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyRowMouseleave</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TR element has a mouseleave.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyRowMouseup">
<h4>
<a name="event_tbodyRowMouseup">tbodyRowMouseup</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyRowMouseup</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TBODY.data>TR element has a mouseup.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tdValueTemplateChange">
<h4>
<a name="event_tdValueTemplateChange">tdValueTemplateChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tdValueTemplateChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'tdValueTemplate' 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_theadCellClick">
<h4>
<a name="event_theadCellClick">theadCellClick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TH element has a click.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellDblclick">
<h4>
<a name="event_theadCellDblclick">theadCellDblclick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellDblclick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TH element has a dblclick.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellFocus">
<h4>
<a name="event_theadCellFocus">theadCellFocus</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TH element has a focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellKeydown">
<h4>
<a name="event_theadCellKeydown">theadCellKeydown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellKeydown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TH element has a keydown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellMousedown">
<h4>
<a name="event_theadCellMousedown">theadCellMousedown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellMousedown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TH element has a mousedown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellMouseenter">
<h4>
<a name="event_theadCellMouseenter">theadCellMouseenter</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellMouseenter</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TH element has a mouseenter.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellMouseleave">
<h4>
<a name="event_theadCellMouseleave">theadCellMouseleave</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellMouseleave</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TH element has a mouseleave.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellMouseup">
<h4>
<a name="event_theadCellMouseup">theadCellMouseup</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellMouseup</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a TH element has a mouseup.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadClick">
<h4>
<a name="event_theadClick">theadClick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the THEAD element has a click.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadDblclick">
<h4>
<a name="event_theadDblclick">theadDblclick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadDblclick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the THEAD element has a dblclick.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadFocus">
<h4>
<a name="event_theadFocus">theadFocus</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the THEAD element has a focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadKeydown">
<h4>
<a name="event_theadKeydown">theadKeydown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadKeydown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the THEAD element has a keydown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadMousedown">
<h4>
<a name="event_theadMousedown">theadMousedown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadMousedown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the THEAD element has a mousedown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadMouseenter">
<h4>
<a name="event_theadMouseenter">theadMouseenter</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadMouseenter</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the THEAD element has a mouseenter.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadMouseleave">
<h4>
<a name="event_theadMouseleave">theadMouseleave</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadMouseleave</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the THEAD element has a mouseleave.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadMouseup">
<h4>
<a name="event_theadMouseup">theadMouseup</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadMouseup</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the THEAD element has a mouseup.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowClick">
<h4>
<a name="event_theadRowClick">theadRowClick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowClick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD>TR element has a click.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowDblclick">
<h4>
<a name="event_theadRowDblclick">theadRowDblclick</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowDblclick</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD>TR element has a dblclick.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowFocus">
<h4>
<a name="event_theadRowFocus">theadRowFocus</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowFocus</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD>TR element has a focus.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowKeydown">
<h4>
<a name="event_theadRowKeydown">theadRowKeydown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowKeydown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD>TR element has a keydown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowMousedown">
<h4>
<a name="event_theadRowMousedown">theadRowMousedown</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowMousedown</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD>TR element has a mousedown.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowMouseenter">
<h4>
<a name="event_theadRowMouseenter">theadRowMouseenter</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowMouseenter</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD>TR element has a mouseenter.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowMouseleave">
<h4>
<a name="event_theadRowMouseleave">theadRowMouseleave</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowMouseleave</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD>TR element has a mouseleave.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowMouseup">
<h4>
<a name="event_theadRowMouseup">theadRowMouseup</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowMouseup</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD>TR element has a mouseup.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_thValueTemplateChange">
<h4>
<a name="event_thValueTemplateChange">thValueTemplateChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">thValueTemplateChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'thValueTemplate' 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_trTemplateChange">
<h4>
<a name="event_trTemplateChange">trTemplateChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">trTemplateChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'trTemplate' 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_columnset">
<h4><a name="config_columnset">columnset</a>
<code>- <span property="yui:type">Array | Y.Columnset</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Pointer to Columnset instance.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_recordset">
<h4><a name="config_recordset">recordset</a>
<code>- <span property="yui:type">Array | Y.Recordset</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Pointer to Recordset instance.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_strings">
<h4><a name="config_strings">strings</a>
<code>- <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The collection of localizable strings used to label
elements of the UI.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_tdValueTemplate">
<h4><a name="config_tdValueTemplate">tdValueTemplate</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Tokenized markup template for TD value.
</div>
</div>
<div class="default">
Default Value: '{value}'
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_thValueTemplate">
<h4><a name="config_thValueTemplate">thValueTemplate</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Tokenized markup template for TH value.
</div>
</div>
<div class="default">
Default Value: '{value}'
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_trTemplate">
<h4><a name="config_trTemplate">trTemplate</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Tokenized markup template for TR node creation.
</div>
</div>
<div class="default">
Default Value: '<tr id="{id}"></tr>'
</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_autocomplete.html" title="autocomplete">autocomplete</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="selected"><a href="module_datatable.html" title="datatable">datatable</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_dial.html" title="dial">dial</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_escape.html" title="escape">escape</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_event-touch.html" title="event-touch">event-touch</a></li>
<li class=""><a href="module_event-valuechange.html" title="event-valuechange">event-valuechange</a></li>
<li class=""><a href="module_highlight.html" title="highlight">highlight</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_pluginhost-base.html" title="pluginhost-base">pluginhost-base</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_recordset.html" title="recordset">recordset</a></li>
<li class=""><a href="module_resize.html" title="resize">resize</a></li>
<li class=""><a href="module_scrollview.html" title="scrollview">scrollview</a></li>
<li class=""><a href="module_scrollview-base.html" title="scrollview-base">scrollview-base</a></li>
<li class=""><a href="module_scrollview-base-ie.html" title="scrollview-base-ie">scrollview-base-ie</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_text.html" title="text">text</a></li>
<li class=""><a href="module_transition.html" title="transition">transition</a></li>
<li class=""><a href="module_uploader.html" title="uploader">uploader</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-base-ie.html" title="widget-base-ie">widget-base-ie</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=""><a href="Column.html" title="Column">Column</a></li>
<li class=""><a href="Columnset.html" title="Columnset">Columnset</a></li>
<li class="selected"><a href="DataSource.Base.html" title="DataSource.Base">DataSource.Base</a></li>
<li class=""><a href="DataTableDataSource.html" title="DataTableDataSource">DataTableDataSource</a></li>
<li class=""><a href="DataTableSort.html" title="DataTableSort">DataTableSort</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="column.js.html" title="column.js">column.js</a></li>
<li class=""><a href="columnset.js.html" title="columnset.js">columnset.js</a></li>
<li class=""><a href="datatable-base-vars.js.html" title="datatable-base-vars.js">datatable-base-vars.js</a></li>
<li class=""><a href="datatable-base.js.html" title="datatable-base.js">datatable-base.js</a></li>
<li class=""><a href="datatable-colresize.js.html" title="datatable-colresize.js">datatable-colresize.js</a></li>
<li class=""><a href="datatable-datasource.js.html" title="datatable-datasource.js">datatable-datasource.js</a></li>
<li class=""><a href="datatable-scroll.js.html" title="datatable-scroll.js">datatable-scroll.js</a></li>
<li class=""><a href="datatable-sort.js.html" title="datatable-sort.js">datatable-sort.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class="private"><a href="#property__msgNode" title="_msgNode">_msgNode</a></li>
<li class="private"><a href="#property__tbodyNode" title="_tbodyNode">_tbodyNode</a></li>
<li class="private"><a href="#property__theadNode" title="_theadNode">_theadNode</a></li>
<li class=""><a href="#property_NAME" title="NAME">NAME</a></li>
<li class=""><a href="#property_tdTemplate" title="tdTemplate">tdTemplate</a></li>
<li class=""><a href="#property_thTemplate" title="thTemplate">thTemplate</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class="protected"><a href="#method__addCaptionNode" title="_addCaptionNode">_addCaptionNode</a></li>
<li class="protected"><a href="#method__addColgroupNode" title="_addColgroupNode">_addColgroupNode</a></li>
<li class="protected"><a href="#method__addMessageNode" title="_addMessageNode">_addMessageNode</a></li>
<li class="protected"><a href="#method__addTableNode" title="_addTableNode">_addTableNode</a></li>
<li class="protected"><a href="#method__addTbodyNode" title="_addTbodyNode">_addTbodyNode</a></li>
<li class="protected"><a href="#method__addTbodyTdNode" title="_addTbodyTdNode">_addTbodyTdNode</a></li>
<li class="protected"><a href="#method__addTbodyTrNode" title="_addTbodyTrNode">_addTbodyTrNode</a></li>
<li class="protected"><a href="#method__addTheadNode" title="_addTheadNode">_addTheadNode</a></li>
<li class="protected"><a href="#method__addTheadThNode" title="_addTheadThNode">_addTheadThNode</a></li>
<li class="protected"><a href="#method__addTheadTrNode" title="_addTheadTrNode">_addTheadTrNode</a></li>
<li class="private"><a href="#method__afterColumnsetChange" title="_afterColumnsetChange">_afterColumnsetChange</a></li>
<li class="private"><a href="#method__afterRecordsetChange" title="_afterRecordsetChange">_afterRecordsetChange</a></li>
<li class="protected"><a href="#method__afterStringsChange" title="_afterStringsChange">_afterStringsChange</a></li>
<li class="protected"><a href="#method__attachTbodyTdNode" title="_attachTbodyTdNode">_attachTbodyTdNode</a></li>
<li class="protected"><a href="#method__attachTbodyTrNode" title="_attachTbodyTrNode">_attachTbodyTrNode</a></li>
<li class="protected"><a href="#method__attachTheadTrNode" title="_attachTheadTrNode">_attachTheadTrNode</a></li>
<li class="protected"><a href="#method__createTbodyTdNode" title="_createTbodyTdNode">_createTbodyTdNode</a></li>
<li class="protected"><a href="#method__createTbodyTrNode" title="_createTbodyTrNode">_createTbodyTrNode</a></li>
<li class="protected"><a href="#method__createTheadThNode" title="_createTheadThNode">_createTheadThNode</a></li>
<li class="protected"><a href="#method__createTheadTrNode" title="_createTheadTrNode">_createTheadTrNode</a></li>
<li class="private"><a href="#method__onDomEvent" title="_onDomEvent">_onDomEvent</a></li>
<li class="private"><a href="#method__setColumnset" title="_setColumnset">_setColumnset</a></li>
<li class="private"><a href="#method__setRecordset" title="_setRecordset">_setRecordset</a></li>
<li class="protected"><a href="#method__uiSetCaption" title="_uiSetCaption">_uiSetCaption</a></li>
<li class="protected"><a href="#method__uiSetColumnset" title="_uiSetColumnset">_uiSetColumnset</a></li>
<li class="protected"><a href="#method__uiSetRecordset" title="_uiSetRecordset">_uiSetRecordset</a></li>
<li class="protected"><a href="#method__uiSetStrings" title="_uiSetStrings">_uiSetStrings</a></li>
<li class="protected"><a href="#method__uiSetSummary" title="_uiSetSummary">_uiSetSummary</a></li>
<li class="private"><a href="#method_bindUI" title="bindUI">bindUI</a></li>
<li class="private"><a href="#method_destructor" title="destructor">destructor</a></li>
<li class=""><a href="#method_formatDataCell" title="formatDataCell">formatDataCell</a></li>
<li class="private"><a href="#method_initializer" title="initializer">initializer</a></li>
<li class="private"><a href="#method_renderUI" title="renderUI">renderUI</a></li>
<li class="private"><a href="#method_syncUI" title="syncUI">syncUI</a></li>
</ul>
</div>
<div id="eventsList" class="module">
<h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_columnsetChange" title="columnsetChange">columnsetChange</a></li>
<li class=""><a href="#event_msgCellClick" title="msgCellClick">msgCellClick</a></li>
<li class=""><a href="#event_msgCellDblclick" title="msgCellDblclick">msgCellDblclick</a></li>
<li class=""><a href="#event_msgCellFocus" title="msgCellFocus">msgCellFocus</a></li>
<li class=""><a href="#event_msgCellKeydown" title="msgCellKeydown">msgCellKeydown</a></li>
<li class=""><a href="#event_msgCellMousedown" title="msgCellMousedown">msgCellMousedown</a></li>
<li class=""><a href="#event_msgCellMouseenter" title="msgCellMouseenter">msgCellMouseenter</a></li>
<li class=""><a href="#event_msgCellMouseleave" title="msgCellMouseleave">msgCellMouseleave</a></li>
<li class=""><a href="#event_msgCellMouseup" title="msgCellMouseup">msgCellMouseup</a></li>
<li class=""><a href="#event_msgRowClick" title="msgRowClick">msgRowClick</a></li>
<li class=""><a href="#event_msgRowDblclick" title="msgRowDblclick">msgRowDblclick</a></li>
<li class=""><a href="#event_msgRowFocus" title="msgRowFocus">msgRowFocus</a></li>
<li class=""><a href="#event_msgRowKeydown" title="msgRowKeydown">msgRowKeydown</a></li>
<li class=""><a href="#event_msgRowMousedown" title="msgRowMousedown">msgRowMousedown</a></li>
<li class=""><a href="#event_msgRowMouseenter" title="msgRowMouseenter">msgRowMouseenter</a></li>
<li class=""><a href="#event_msgRowMouseleave" title="msgRowMouseleave">msgRowMouseleave</a></li>
<li class=""><a href="#event_msgRowMouseup" title="msgRowMouseup">msgRowMouseup</a></li>
<li class=""><a href="#event_msgTbodyClick" title="msgTbodyClick">msgTbodyClick</a></li>
<li class=""><a href="#event_msgTbodyDblclick" title="msgTbodyDblclick">msgTbodyDblclick</a></li>
<li class=""><a href="#event_msgTbodyFocus" title="msgTbodyFocus">msgTbodyFocus</a></li>
<li class=""><a href="#event_msgTbodyKeydown" title="msgTbodyKeydown">msgTbodyKeydown</a></li>
<li class=""><a href="#event_msgTbodyMousedown" title="msgTbodyMousedown">msgTbodyMousedown</a></li>
<li class=""><a href="#event_msgTbodyMouseenter" title="msgTbodyMouseenter">msgTbodyMouseenter</a></li>
<li class=""><a href="#event_msgTbodyMouseleave" title="msgTbodyMouseleave">msgTbodyMouseleave</a></li>
<li class=""><a href="#event_msgTbodyMouseup" title="msgTbodyMouseup">msgTbodyMouseup</a></li>
<li class=""><a href="#event_recordsetChange" title="recordsetChange">recordsetChange</a></li>
<li class=""><a href="#event_stringsChange" title="stringsChange">stringsChange</a></li>
<li class=""><a href="#event_tbodyCellClick" title="tbodyCellClick">tbodyCellClick</a></li>
<li class=""><a href="#event_tbodyCellDblclick" title="tbodyCellDblclick">tbodyCellDblclick</a></li>
<li class=""><a href="#event_tbodyCellFocus" title="tbodyCellFocus">tbodyCellFocus</a></li>
<li class=""><a href="#event_tbodyCellKeydown" title="tbodyCellKeydown">tbodyCellKeydown</a></li>
<li class=""><a href="#event_tbodyCellMousedown" title="tbodyCellMousedown">tbodyCellMousedown</a></li>
<li class=""><a href="#event_tbodyCellMouseenter" title="tbodyCellMouseenter">tbodyCellMouseenter</a></li>
<li class=""><a href="#event_tbodyCellMouseleave" title="tbodyCellMouseleave">tbodyCellMouseleave</a></li>
<li class=""><a href="#event_tbodyCellMouseup" title="tbodyCellMouseup">tbodyCellMouseup</a></li>
<li class=""><a href="#event_tbodyClick" title="tbodyClick">tbodyClick</a></li>
<li class=""><a href="#event_tbodyDblclick" title="tbodyDblclick">tbodyDblclick</a></li>
<li class=""><a href="#event_tbodyFocus" title="tbodyFocus">tbodyFocus</a></li>
<li class=""><a href="#event_tbodyKeydown" title="tbodyKeydown">tbodyKeydown</a></li>
<li class=""><a href="#event_tbodyMousedown" title="tbodyMousedown">tbodyMousedown</a></li>
<li class=""><a href="#event_tbodyMouseenter" title="tbodyMouseenter">tbodyMouseenter</a></li>
<li class=""><a href="#event_tbodyMouseleave" title="tbodyMouseleave">tbodyMouseleave</a></li>
<li class=""><a href="#event_tbodyMouseup" title="tbodyMouseup">tbodyMouseup</a></li>
<li class=""><a href="#event_tbodyRowClick" title="tbodyRowClick">tbodyRowClick</a></li>
<li class=""><a href="#event_tbodyRowDblclick" title="tbodyRowDblclick">tbodyRowDblclick</a></li>
<li class=""><a href="#event_tbodyRowFocus" title="tbodyRowFocus">tbodyRowFocus</a></li>
<li class=""><a href="#event_tbodyRowKeydown" title="tbodyRowKeydown">tbodyRowKeydown</a></li>
<li class=""><a href="#event_tbodyRowMousedown" title="tbodyRowMousedown">tbodyRowMousedown</a></li>
<li class=""><a href="#event_tbodyRowMouseenter" title="tbodyRowMouseenter">tbodyRowMouseenter</a></li>
<li class=""><a href="#event_tbodyRowMouseleave" title="tbodyRowMouseleave">tbodyRowMouseleave</a></li>
<li class=""><a href="#event_tbodyRowMouseup" title="tbodyRowMouseup">tbodyRowMouseup</a></li>
<li class=""><a href="#event_tdValueTemplateChange" title="tdValueTemplateChange">tdValueTemplateChange</a></li>
<li class=""><a href="#event_theadCellClick" title="theadCellClick">theadCellClick</a></li>
<li class=""><a href="#event_theadCellDblclick" title="theadCellDblclick">theadCellDblclick</a></li>
<li class=""><a href="#event_theadCellFocus" title="theadCellFocus">theadCellFocus</a></li>
<li class=""><a href="#event_theadCellKeydown" title="theadCellKeydown">theadCellKeydown</a></li>
<li class=""><a href="#event_theadCellMousedown" title="theadCellMousedown">theadCellMousedown</a></li>
<li class=""><a href="#event_theadCellMouseenter" title="theadCellMouseenter">theadCellMouseenter</a></li>
<li class=""><a href="#event_theadCellMouseleave" title="theadCellMouseleave">theadCellMouseleave</a></li>
<li class=""><a href="#event_theadCellMouseup" title="theadCellMouseup">theadCellMouseup</a></li>
<li class=""><a href="#event_theadClick" title="theadClick">theadClick</a></li>
<li class=""><a href="#event_theadDblclick" title="theadDblclick">theadDblclick</a></li>
<li class=""><a href="#event_theadFocus" title="theadFocus">theadFocus</a></li>
<li class=""><a href="#event_theadKeydown" title="theadKeydown">theadKeydown</a></li>
<li class=""><a href="#event_theadMousedown" title="theadMousedown">theadMousedown</a></li>
<li class=""><a href="#event_theadMouseenter" title="theadMouseenter">theadMouseenter</a></li>
<li class=""><a href="#event_theadMouseleave" title="theadMouseleave">theadMouseleave</a></li>
<li class=""><a href="#event_theadMouseup" title="theadMouseup">theadMouseup</a></li>
<li class=""><a href="#event_theadRowClick" title="theadRowClick">theadRowClick</a></li>
<li class=""><a href="#event_theadRowDblclick" title="theadRowDblclick">theadRowDblclick</a></li>
<li class=""><a href="#event_theadRowFocus" title="theadRowFocus">theadRowFocus</a></li>
<li class=""><a href="#event_theadRowKeydown" title="theadRowKeydown">theadRowKeydown</a></li>
<li class=""><a href="#event_theadRowMousedown" title="theadRowMousedown">theadRowMousedown</a></li>
<li class=""><a href="#event_theadRowMouseenter" title="theadRowMouseenter">theadRowMouseenter</a></li>
<li class=""><a href="#event_theadRowMouseleave" title="theadRowMouseleave">theadRowMouseleave</a></li>
<li class=""><a href="#event_theadRowMouseup" title="theadRowMouseup">theadRowMouseup</a></li>
<li class=""><a href="#event_thValueTemplateChange" title="thValueTemplateChange">thValueTemplateChange</a></li>
<li class=""><a href="#event_trTemplateChange" title="trTemplateChange">trTemplateChange</a></li>
</ul>
</div>
<div id="configList" class="module">
<h4>Configuration Attributes</h4>
<ul class="content">
<li class=""><a href="#config_columnset" title="columnset">columnset</a></li>
<li class=""><a href="#config_recordset" title="recordset">recordset</a></li>
<li class=""><a href="#config_strings" title="strings">strings</a></li>
<li class=""><a href="#config_tdValueTemplate" title="tdValueTemplate">tdValueTemplate</a></li>
<li class=""><a href="#config_thValueTemplate" title="thValueTemplate">thValueTemplate</a></li>
<li class=""><a href="#config_trTemplate" title="trTemplate">trTemplate</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": "DataSource.Base", "name": "_addCaptionNode", "url": "DataSource.Base.html#method__addCaptionNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_addColgroupNode", "url": "DataSource.Base.html#method__addColgroupNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_addMessageNode", "url": "DataSource.Base.html#method__addMessageNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_addTableNode", "url": "DataSource.Base.html#method__addTableNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_addTbodyNode", "url": "DataSource.Base.html#method__addTbodyNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_addTbodyTdNode", "url": "DataSource.Base.html#method__addTbodyTdNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_addTbodyTrNode", "url": "DataSource.Base.html#method__addTbodyTrNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_addTheadNode", "url": "DataSource.Base.html#method__addTheadNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_addTheadThNode", "url": "DataSource.Base.html#method__addTheadThNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_addTheadTrNode", "url": "DataSource.Base.html#method__addTheadTrNode", "type": "method"}, {"access": "private", "host": "Column", "name": "_afterAbbrChange", "url": "Column.html#method__afterAbbrChange", "type": "method"}, {"access": "private", "host": "DataSource.Base", "name": "_afterColumnsetChange", "url": "DataSource.Base.html#method__afterColumnsetChange", "type": "method"}, {"access": "private", "host": "DataSource.Base", "name": "_afterRecordsetChange", "url": "DataSource.Base.html#method__afterRecordsetChange", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_afterStringsChange", "url": "DataSource.Base.html#method__afterStringsChange", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_attachTbodyTdNode", "url": "DataSource.Base.html#method__attachTbodyTdNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_attachTbodyTrNode", "url": "DataSource.Base.html#method__attachTbodyTrNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_attachTheadTrNode", "url": "DataSource.Base.html#method__attachTheadTrNode", "type": "method"}, {"access": "private", "host": "DataSource.Base", "name": "bindUI", "url": "DataSource.Base.html#method_bindUI", "type": "method"}, {"access": "private", "host": "Columnset", "name": "_cascadePropertiesToChildren", "url": "Columnset.html#method__cascadePropertiesToChildren", "type": "method"}, {"access": "", "host": "DataSource.Base", "name": "columnset", "url": "DataSource.Base.html#config_columnset", "type": "config"}, {"access": "", "host": "DataSource.Base", "name": "columnsetChange", "url": "DataSource.Base.html#event_columnsetChange", "type": "event"}, {"access": "protected", "host": "DataSource.Base", "name": "_createTbodyTdNode", "url": "DataSource.Base.html#method__createTbodyTdNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_createTbodyTrNode", "url": "DataSource.Base.html#method__createTbodyTrNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_createTheadThNode", "url": "DataSource.Base.html#method__createTheadThNode", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_createTheadTrNode", "url": "DataSource.Base.html#method__createTheadTrNode", "type": "method"}, {"access": "private", "host": "Column", "name": "_defaultField", "url": "Column.html#method__defaultField", "type": "method"}, {"access": "private", "host": "Column", "name": "_defaultId", "url": "Column.html#method__defaultId", "type": "method"}, {"access": "private", "host": "Column", "name": "_defaultKey", "url": "Column.html#method__defaultKey", "type": "method"}, {"access": "private", "host": "Column", "name": "_defaultLabel", "url": "Column.html#method__defaultLabel", "type": "method"}, {"access": "private", "host": "Column", "name": "destructor", "url": "Column.html#method_destructor", "type": "method"}, {"access": "private", "host": "Columnset", "name": "destructor", "url": "Columnset.html#method_destructor", "type": "method"}, {"access": "private", "host": "DataSource.Base", "name": "destructor", "url": "DataSource.Base.html#method_destructor", "type": "method"}, {"access": "", "host": "DataSource.Base", "name": "formatDataCell", "url": "DataSource.Base.html#method_formatDataCell", "type": "method"}, {"access": "private", "host": "Column", "name": "_getClassnames", "url": "Column.html#method__getClassnames", "type": "method"}, {"access": "private", "host": "Column", "name": "initializer", "url": "Column.html#method_initializer", "type": "method"}, {"access": "private", "host": "Columnset", "name": "initializer", "url": "Columnset.html#method_initializer", "type": "method"}, {"access": "private", "host": "DataSource.Base", "name": "initializer", "url": "DataSource.Base.html#method_initializer", "type": "method"}, {"access": "", "host": "DataSource.Base", "name": "msgCellClick", "url": "DataSource.Base.html#event_msgCellClick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgCellDblclick", "url": "DataSource.Base.html#event_msgCellDblclick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgCellFocus", "url": "DataSource.Base.html#event_msgCellFocus", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgCellKeydown", "url": "DataSource.Base.html#event_msgCellKeydown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgCellMousedown", "url": "DataSource.Base.html#event_msgCellMousedown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgCellMouseenter", "url": "DataSource.Base.html#event_msgCellMouseenter", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgCellMouseleave", "url": "DataSource.Base.html#event_msgCellMouseleave", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgCellMouseup", "url": "DataSource.Base.html#event_msgCellMouseup", "type": "event"}, {"access": "private", "host": "DataSource.Base", "name": "_msgNode", "url": "DataSource.Base.html#property__msgNode", "type": "property"}, {"access": "", "host": "DataSource.Base", "name": "msgRowClick", "url": "DataSource.Base.html#event_msgRowClick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgRowDblclick", "url": "DataSource.Base.html#event_msgRowDblclick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgRowFocus", "url": "DataSource.Base.html#event_msgRowFocus", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgRowKeydown", "url": "DataSource.Base.html#event_msgRowKeydown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgRowMousedown", "url": "DataSource.Base.html#event_msgRowMousedown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgRowMouseenter", "url": "DataSource.Base.html#event_msgRowMouseenter", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgRowMouseleave", "url": "DataSource.Base.html#event_msgRowMouseleave", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgRowMouseup", "url": "DataSource.Base.html#event_msgRowMouseup", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgTbodyClick", "url": "DataSource.Base.html#event_msgTbodyClick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgTbodyDblclick", "url": "DataSource.Base.html#event_msgTbodyDblclick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgTbodyFocus", "url": "DataSource.Base.html#event_msgTbodyFocus", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgTbodyKeydown", "url": "DataSource.Base.html#event_msgTbodyKeydown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgTbodyMousedown", "url": "DataSource.Base.html#event_msgTbodyMousedown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgTbodyMouseenter", "url": "DataSource.Base.html#event_msgTbodyMouseenter", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgTbodyMouseleave", "url": "DataSource.Base.html#event_msgTbodyMouseleave", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "msgTbodyMouseup", "url": "DataSource.Base.html#event_msgTbodyMouseup", "type": "event"}, {"access": "", "host": "Column", "name": "NAME", "url": "Column.html#property_NAME", "type": "property"}, {"access": "", "host": "Columnset", "name": "NAME", "url": "Columnset.html#property_NAME", "type": "property"}, {"access": "", "host": "DataSource.Base", "name": "NAME", "url": "DataSource.Base.html#property_NAME", "type": "property"}, {"access": "private", "host": "DataSource.Base", "name": "_onDomEvent", "url": "DataSource.Base.html#method__onDomEvent", "type": "method"}, {"access": "", "host": "DataSource.Base", "name": "recordset", "url": "DataSource.Base.html#config_recordset", "type": "config"}, {"access": "", "host": "DataSource.Base", "name": "recordsetChange", "url": "DataSource.Base.html#event_recordsetChange", "type": "event"}, {"access": "private", "host": "DataSource.Base", "name": "renderUI", "url": "DataSource.Base.html#method_renderUI", "type": "method"}, {"access": "private", "host": "Columnset", "name": "_setColSpans", "url": "Columnset.html#method__setColSpans", "type": "method"}, {"access": "private", "host": "DataSource.Base", "name": "_setColumnset", "url": "DataSource.Base.html#method__setColumnset", "type": "method"}, {"access": "private", "host": "Columnset", "name": "_setDefinitions", "url": "Columnset.html#method__setDefinitions", "type": "method"}, {"access": "private", "host": "Columnset", "name": "_setHeaders", "url": "Columnset.html#method__setHeaders", "type": "method"}, {"access": "private", "host": "DataSource.Base", "name": "_setRecordset", "url": "DataSource.Base.html#method__setRecordset", "type": "method"}, {"access": "private", "host": "Columnset", "name": "_setRowSpans", "url": "Columnset.html#method__setRowSpans", "type": "method"}, {"access": "", "host": "DataSource.Base", "name": "strings", "url": "DataSource.Base.html#config_strings", "type": "config"}, {"access": "", "host": "DataSource.Base", "name": "stringsChange", "url": "DataSource.Base.html#event_stringsChange", "type": "event"}, {"access": "private", "host": "Column", "name": "syncUI", "url": "Column.html#method_syncUI", "type": "method"}, {"access": "private", "host": "DataSource.Base", "name": "syncUI", "url": "DataSource.Base.html#method_syncUI", "type": "method"}, {"access": "", "host": "DataSource.Base", "name": "tbodyCellClick", "url": "DataSource.Base.html#event_tbodyCellClick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyCellDblclick", "url": "DataSource.Base.html#event_tbodyCellDblclick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyCellFocus", "url": "DataSource.Base.html#event_tbodyCellFocus", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyCellKeydown", "url": "DataSource.Base.html#event_tbodyCellKeydown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyCellMousedown", "url": "DataSource.Base.html#event_tbodyCellMousedown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyCellMouseenter", "url": "DataSource.Base.html#event_tbodyCellMouseenter", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyCellMouseleave", "url": "DataSource.Base.html#event_tbodyCellMouseleave", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyCellMouseup", "url": "DataSource.Base.html#event_tbodyCellMouseup", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyClick", "url": "DataSource.Base.html#event_tbodyClick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyDblclick", "url": "DataSource.Base.html#event_tbodyDblclick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyFocus", "url": "DataSource.Base.html#event_tbodyFocus", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyKeydown", "url": "DataSource.Base.html#event_tbodyKeydown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyMousedown", "url": "DataSource.Base.html#event_tbodyMousedown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyMouseenter", "url": "DataSource.Base.html#event_tbodyMouseenter", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyMouseleave", "url": "DataSource.Base.html#event_tbodyMouseleave", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyMouseup", "url": "DataSource.Base.html#event_tbodyMouseup", "type": "event"}, {"access": "private", "host": "DataSource.Base", "name": "_tbodyNode", "url": "DataSource.Base.html#property__tbodyNode", "type": "property"}, {"access": "", "host": "DataSource.Base", "name": "tbodyRowClick", "url": "DataSource.Base.html#event_tbodyRowClick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyRowDblclick", "url": "DataSource.Base.html#event_tbodyRowDblclick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyRowFocus", "url": "DataSource.Base.html#event_tbodyRowFocus", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyRowKeydown", "url": "DataSource.Base.html#event_tbodyRowKeydown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyRowMousedown", "url": "DataSource.Base.html#event_tbodyRowMousedown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyRowMouseenter", "url": "DataSource.Base.html#event_tbodyRowMouseenter", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyRowMouseleave", "url": "DataSource.Base.html#event_tbodyRowMouseleave", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tbodyRowMouseup", "url": "DataSource.Base.html#event_tbodyRowMouseup", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "tdTemplate", "url": "DataSource.Base.html#property_tdTemplate", "type": "property"}, {"access": "", "host": "DataSource.Base", "name": "tdValueTemplate", "url": "DataSource.Base.html#config_tdValueTemplate", "type": "config"}, {"access": "", "host": "DataSource.Base", "name": "tdValueTemplateChange", "url": "DataSource.Base.html#event_tdValueTemplateChange", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadCellClick", "url": "DataSource.Base.html#event_theadCellClick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadCellDblclick", "url": "DataSource.Base.html#event_theadCellDblclick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadCellFocus", "url": "DataSource.Base.html#event_theadCellFocus", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadCellKeydown", "url": "DataSource.Base.html#event_theadCellKeydown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadCellMousedown", "url": "DataSource.Base.html#event_theadCellMousedown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadCellMouseenter", "url": "DataSource.Base.html#event_theadCellMouseenter", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadCellMouseleave", "url": "DataSource.Base.html#event_theadCellMouseleave", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadCellMouseup", "url": "DataSource.Base.html#event_theadCellMouseup", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadClick", "url": "DataSource.Base.html#event_theadClick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadDblclick", "url": "DataSource.Base.html#event_theadDblclick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadFocus", "url": "DataSource.Base.html#event_theadFocus", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadKeydown", "url": "DataSource.Base.html#event_theadKeydown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadMousedown", "url": "DataSource.Base.html#event_theadMousedown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadMouseenter", "url": "DataSource.Base.html#event_theadMouseenter", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadMouseleave", "url": "DataSource.Base.html#event_theadMouseleave", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadMouseup", "url": "DataSource.Base.html#event_theadMouseup", "type": "event"}, {"access": "private", "host": "DataSource.Base", "name": "_theadNode", "url": "DataSource.Base.html#property__theadNode", "type": "property"}, {"access": "", "host": "DataSource.Base", "name": "theadRowClick", "url": "DataSource.Base.html#event_theadRowClick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadRowDblclick", "url": "DataSource.Base.html#event_theadRowDblclick", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadRowFocus", "url": "DataSource.Base.html#event_theadRowFocus", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadRowKeydown", "url": "DataSource.Base.html#event_theadRowKeydown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadRowMousedown", "url": "DataSource.Base.html#event_theadRowMousedown", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadRowMouseenter", "url": "DataSource.Base.html#event_theadRowMouseenter", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadRowMouseleave", "url": "DataSource.Base.html#event_theadRowMouseleave", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "theadRowMouseup", "url": "DataSource.Base.html#event_theadRowMouseup", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "thTemplate", "url": "DataSource.Base.html#property_thTemplate", "type": "property"}, {"access": "", "host": "DataSource.Base", "name": "thValueTemplate", "url": "DataSource.Base.html#config_thValueTemplate", "type": "config"}, {"access": "", "host": "DataSource.Base", "name": "thValueTemplateChange", "url": "DataSource.Base.html#event_thValueTemplateChange", "type": "event"}, {"access": "", "host": "DataSource.Base", "name": "trTemplate", "url": "DataSource.Base.html#config_trTemplate", "type": "config"}, {"access": "", "host": "DataSource.Base", "name": "trTemplateChange", "url": "DataSource.Base.html#event_trTemplateChange", "type": "event"}, {"access": "protected", "host": "Column", "name": "_uiSetAbbr", "url": "Column.html#method__uiSetAbbr", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_uiSetCaption", "url": "DataSource.Base.html#method__uiSetCaption", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_uiSetColumnset", "url": "DataSource.Base.html#method__uiSetColumnset", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_uiSetRecordset", "url": "DataSource.Base.html#method__uiSetRecordset", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_uiSetStrings", "url": "DataSource.Base.html#method__uiSetStrings", "type": "method"}, {"access": "protected", "host": "DataSource.Base", "name": "_uiSetSummary", "url": "DataSource.Base.html#method__uiSetSummary", "type": "method"}];
</script>
</body>
</html>