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

21573 lines
1.3 MiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>API: datatable YAHOO.widget.DataTable (YUI Library)</title>
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
<link rel="stylesheet" type="text/css" href="assets/api.css" />
<script type="text/javascript" src="assets/api-js"></script>
<script type="text/javascript" src="assets/ac-js"></script>
</head>
<body id="yahoo-com">
<div id="doc3" class="yui-t2">
<div id="hd">
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
<h3>DataTable Widget&nbsp; <span class="subtitle">2.8.2r1</span></h3>
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a>
&gt; <a href="./module_datatable.html" title="datatable">datatable</a>
&gt; YAHOO.widget.DataTable
<form onsubmit="return false">
<div id="propertysearch">
Search: <input autocomplete="off" id="searchinput" />
<div id="searchresults">
&nbsp;
</div>
</div>
</form>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
<fieldset>
<legend>Filters</legend>
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
</fieldset>
</form>
<h2>
Class <b property="yui:name">YAHOO.widget.DataTable</b>
<span class="extends">
- extends <a href="YAHOO.util.Element.html" title="YAHOO.util.Element">YAHOO.util.Element</a>
</span>
</h2>
<!-- class tree goes here -->
<dl class="subclasses" rel="yui:subclasses">
<dt>Known Subclasses:</dt>
<dd>
<span rel="yui:subclass" resource="YAHOO.widget.ScrollingDataTable.html">
<a href="YAHOO.widget.ScrollingDataTable.html" property="yui:name" title="YAHOO.widget.ScrollingDataTable">YAHOO.widget.ScrollingDataTable</a>
</span>
</dd>
</dl>
<div class="summary description" property="yui:description">
DataTable class for the YUI 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">YAHOO.widget.DataTable</strong>
<code>
(
elContainer
,
aColumnDefs
,
oDataSource
,
oConfigs
)
</code>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elContainer</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Container element for the TABLE.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">aColumnDefs</span>
&lt;<span property="yui:type">Object[]</span>&gt;
</code>
<span property="yui:description"> Array of object literal Column definitions.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oDataSource</span>
&lt;<span property="yui:type">YAHOO.util.DataSource</span>&gt;
</code>
<span property="yui:description"> DataSource instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oConfigs</span>
&lt;<span property="yui:type">object</span>&gt;
</code>
<span property="yui:description"> (optional) Object literal of configuration values.</span>
</dd>
</dl>
</div>
</div>
</div>
</div>
<div rel="yui:properties" resource="#properties">
<div class="section field details">
<h3 id="properties">Properties</h3>
<div class="content">
<div class="private" rel="yui:property" resource="#property__aDynFunctions">
<h4><a name="property__aDynFunctions" property="yui:name">_aDynFunctions</a>
- <code>private <span property="yui:type">Array</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Sparse array of custom functions to set column widths for browsers that don't
support dynamic CSS rules. Functions are added at the index representing
the number of rows they update.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__aSelections">
<h4><a name="property__aSelections" property="yui:name">_aSelections</a>
- <code>private <span property="yui:type">Object[]</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Array to track row selections (by sRecordId) and/or cell selections
(by {recordId:sRecordId, columnKey:sColumnKey})
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__bInit">
<h4><a name="property__bInit" property="yui:name">_bInit</a>
- <code>private <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
True if instance is initialized, so as to fire the initEvent after render.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: true
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elCaption">
<h4><a name="property__elCaption" property="yui:name">_elCaption</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the CAPTION element for the DataTable instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elColgroup">
<h4><a name="property__elColgroup" property="yui:name">_elColgroup</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the COLGROUP element for the DataTable instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elContainer">
<h4><a name="property__elContainer" property="yui:name">_elContainer</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the container element for the DataTable instance into which
all other elements get created.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elMask">
<h4><a name="property__elMask" property="yui:name">_elMask</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the mask element for the DataTable instance which disables it.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elMsgTbody">
<h4><a name="property__elMsgTbody" property="yui:name">_elMsgTbody</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the secondary TBODY element used to display DataTable messages.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elMsgTd">
<h4><a name="property__elMsgTd" property="yui:name">_elMsgTd</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the secondary TBODY element's single TD element used to display DataTable messages.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elMsgTr">
<h4><a name="property__elMsgTr" property="yui:name">_elMsgTr</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the secondary TBODY element's single TR element used to display DataTable messages.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elTable">
<h4><a name="property__elTable" property="yui:name">_elTable</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the TABLE element for the DataTable instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elTbody">
<h4><a name="property__elTbody" property="yui:name">_elTbody</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the primary TBODY element for the DataTable instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elThead">
<h4><a name="property__elThead" property="yui:name">_elThead</a>
- <code>private <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DOM reference to the THEAD element for the DataTable instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__elTrTemplate">
<h4><a name="property__elTrTemplate" property="yui:name">_elTrTemplate</a>
- <code>private <span property="yui:type">{HTMLElement}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Template row to create all new rows from.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__nIndex">
<h4><a name="property__nIndex" property="yui:name">_nIndex</a>
- <code>private <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Index assigned to instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__nTdCount">
<h4><a name="property__nTdCount" property="yui:name">_nTdCount</a>
- <code>private <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Counter for IDs assigned to TD elements.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__nTrCount">
<h4><a name="property__nTrCount" property="yui:name">_nTrCount</a>
- <code>private <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Counter for IDs assigned to TR elements.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oAnchorCell">
<h4><a name="property__oAnchorCell" property="yui:name">_oAnchorCell</a>
- <code>private <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object literal representing cell selection anchor:
{recordId:sRecordId, columnKey:sColumnKey}.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oAnchorRecord">
<h4><a name="property__oAnchorRecord" property="yui:name">_oAnchorRecord</a>
- <code>private <span property="yui:type">YAHOO.widget.Record</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Record instance of the row selection anchor.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oCellEditor">
<h4><a name="property__oCellEditor" property="yui:name">_oCellEditor</a>
- <code>private <span property="yui:type">YAHOO.widget.CellEditor</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
The active CellEditor instance for the DataTable instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oChainRender">
<h4><a name="property__oChainRender" property="yui:name">_oChainRender</a>
- <code>private <span property="yui:type">YAHOO.util.Chain</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Render chain.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oColumnSet">
<h4><a name="property__oColumnSet" property="yui:name">_oColumnSet</a>
- <code>private <span property="yui:type">YAHOO.widget.ColumnSet</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
ColumnSet instance for the DataTable instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oDataSource">
<h4><a name="property__oDataSource" property="yui:name">_oDataSource</a>
- <code>private <span property="yui:type">YAHOO.util.DataSource</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
DataSource instance for the DataTable instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__oRecordSet">
<h4><a name="property__oRecordSet" property="yui:name">_oRecordSet</a>
- <code>private <span property="yui:type">YAHOO.widget.RecordSet</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
RecordSet instance for the DataTable instance.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__sFirstTrId">
<h4><a name="property__sFirstTrId" property="yui:name">_sFirstTrId</a>
- <code>private <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
ID string of first TR element of the current DataTable page.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__sId">
<h4><a name="property__sId" property="yui:name">_sId</a>
- <code>private <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Unique id assigned to instance "yui-dtN", useful prefix for generating unique
DOM ID strings and log messages.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property__sLastTrId">
<h4><a name="property__sLastTrId" property="yui:name">_sLastTrId</a>
- <code>private <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
ID string of the last TR element of the current DataTable page.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_configs">
<h4><a name="property_configs" property="yui:name">configs</a>
- <code><span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Returns object literal of initial configs.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: {}
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property_DataTable._bDynStylesFallback">
<h4><a name="property_DataTable._bDynStylesFallback" property="yui:name">DataTable._bDynStylesFallback</a>
- <code>private static <span property="yui:type">boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Set to true if _elDynStyleNode cannot be populated due to browser incompatibility.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property_DataTable._elColumnDragTarget">
<h4><a name="property_DataTable._elColumnDragTarget" property="yui:name">DataTable._elColumnDragTarget</a>
- <code>private static <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Element reference to shared Column drag target.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property_DataTable._elColumnResizerProxy">
<h4><a name="property_DataTable._elColumnResizerProxy" property="yui:name">DataTable._elColumnResizerProxy</a>
- <code>private static <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Element reference to shared Column resizer proxy.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property_DataTable._elDynStyleNode">
<h4><a name="property_DataTable._elDynStyleNode" property="yui:name">DataTable._elDynStyleNode</a>
- <code>private static <span property="yui:type">HTMLElement</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Reference to the STYLE node that is dynamically created and updated
in order to manage Column widths.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property_DataTable._nCount">
<h4><a name="property_DataTable._nCount" property="yui:name">DataTable._nCount</a>
- <code>private static <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Internal class variable for indexing multiple DataTable instances.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property_DataTable._nCurrentCount">
<h4><a name="property_DataTable._nCurrentCount" property="yui:name">DataTable._nCurrentCount</a>
- <code>private static <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Internal class variable tracking current number of DataTable instances,
so that certain class values can be reset when all instances are destroyed.
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:property" resource="#property_DataTable._oDynStyles">
<h4><a name="property_DataTable._oDynStyles" property="yui:name">DataTable._oDynStyles</a>
- <code>private static <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object literal hash of Columns and their dynamically create style rules.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_ASC">
<h4><a name="property_DataTable.CLASS_ASC" property="yui:name">DataTable.CLASS_ASC</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to ascending elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-asc"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_BUTTON">
<h4><a name="property_DataTable.CLASS_BUTTON" property="yui:name">DataTable.CLASS_BUTTON</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to BUTTON elements and/or container elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-button"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_CHECKBOX">
<h4><a name="property_DataTable.CLASS_CHECKBOX" property="yui:name">DataTable.CLASS_CHECKBOX</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to INPUT TYPE=CHECKBOX elements and/or container elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-checkbox"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_COLTARGET">
<h4><a name="property_DataTable.CLASS_COLTARGET" property="yui:name">DataTable.CLASS_COLTARGET</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to Column drag target.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-coltarget"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_DATA">
<h4><a name="property_DataTable.CLASS_DATA" property="yui:name">DataTable.CLASS_DATA</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to data elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-data"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_DATATABLE">
<h4><a name="property_DataTable.CLASS_DATATABLE" property="yui:name">DataTable.CLASS_DATATABLE</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to outer DataTable container.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_DEFAULT">
<h4><a name="property_DataTable.CLASS_DEFAULT" property="yui:name">DataTable.CLASS_DEFAULT</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to default indicators.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-default"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_DESC">
<h4><a name="property_DataTable.CLASS_DESC" property="yui:name">DataTable.CLASS_DESC</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to descending elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-desc"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_DISABLED">
<h4><a name="property_DataTable.CLASS_DISABLED" property="yui:name">DataTable.CLASS_DISABLED</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to disabled elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-disabled"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_DRAGGABLE">
<h4><a name="property_DataTable.CLASS_DRAGGABLE" property="yui:name">DataTable.CLASS_DRAGGABLE</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to draggable elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-draggable"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_DROPDOWN">
<h4><a name="property_DataTable.CLASS_DROPDOWN" property="yui:name">DataTable.CLASS_DROPDOWN</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to SELECT elements and/or container elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-dropdown"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_EDITABLE">
<h4><a name="property_DataTable.CLASS_EDITABLE" property="yui:name">DataTable.CLASS_EDITABLE</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to editable elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-editable"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_EDITOR">
<h4><a name="property_DataTable.CLASS_EDITOR" property="yui:name">DataTable.CLASS_EDITOR</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to CellEditor container elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-editor"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_EMPTY">
<h4><a name="property_DataTable.CLASS_EMPTY" property="yui:name">DataTable.CLASS_EMPTY</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to empty indicators.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-empty"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_ERROR">
<h4><a name="property_DataTable.CLASS_ERROR" property="yui:name">DataTable.CLASS_ERROR</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to error indicators.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-error"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_EVEN">
<h4><a name="property_DataTable.CLASS_EVEN" property="yui:name">DataTable.CLASS_EVEN</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to even elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-even"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_FIRST">
<h4><a name="property_DataTable.CLASS_FIRST" property="yui:name">DataTable.CLASS_FIRST</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to first elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-first"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_HIDDEN">
<h4><a name="property_DataTable.CLASS_HIDDEN" property="yui:name">DataTable.CLASS_HIDDEN</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to hidden elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-hidden"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_HIGHLIGHTED">
<h4><a name="property_DataTable.CLASS_HIGHLIGHTED" property="yui:name">DataTable.CLASS_HIGHLIGHTED</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to highlighted elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-highlighted"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_LABEL">
<h4><a name="property_DataTable.CLASS_LABEL" property="yui:name">DataTable.CLASS_LABEL</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to display label elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-label"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_LAST">
<h4><a name="property_DataTable.CLASS_LAST" property="yui:name">DataTable.CLASS_LAST</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to last elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-last"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_LINER">
<h4><a name="property_DataTable.CLASS_LINER" property="yui:name">DataTable.CLASS_LINER</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to liner DIV elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-liner"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_LOADING">
<h4><a name="property_DataTable.CLASS_LOADING" property="yui:name">DataTable.CLASS_LOADING</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to loading indicatorx.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-loading"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_MASK">
<h4><a name="property_DataTable.CLASS_MASK" property="yui:name">DataTable.CLASS_MASK</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to mask element when DataTable is disabled.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-mask"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_MESSAGE">
<h4><a name="property_DataTable.CLASS_MESSAGE" property="yui:name">DataTable.CLASS_MESSAGE</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to messaging elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-message"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_NEXT">
<h4><a name="property_DataTable.CLASS_NEXT" property="yui:name">DataTable.CLASS_NEXT</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned next indicators.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-next"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_ODD">
<h4><a name="property_DataTable.CLASS_ODD" property="yui:name">DataTable.CLASS_ODD</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to odd elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-odd"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_PAGE">
<h4><a name="property_DataTable.CLASS_PAGE" property="yui:name">DataTable.CLASS_PAGE</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to page number indicators.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-page"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_PAGINATOR">
<h4><a name="property_DataTable.CLASS_PAGINATOR" property="yui:name">DataTable.CLASS_PAGINATOR</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to paginator container elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-paginator"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_PREVIOUS">
<h4><a name="property_DataTable.CLASS_PREVIOUS" property="yui:name">DataTable.CLASS_PREVIOUS</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to previous indicators.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-previous"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_RADIO">
<h4><a name="property_DataTable.CLASS_RADIO" property="yui:name">DataTable.CLASS_RADIO</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to INPUT TYPE=RADIO elements and/or container elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-radio"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_RESIZEABLE">
<h4><a name="property_DataTable.CLASS_RESIZEABLE" property="yui:name">DataTable.CLASS_RESIZEABLE</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to resizeable elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-resizeable"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_RESIZER">
<h4><a name="property_DataTable.CLASS_RESIZER" property="yui:name">DataTable.CLASS_RESIZER</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to resizer handle elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-resizer"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_RESIZERLINER">
<h4><a name="property_DataTable.CLASS_RESIZERLINER" property="yui:name">DataTable.CLASS_RESIZERLINER</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to resizer liner elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-resizerliner"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_RESIZERPROXY">
<h4><a name="property_DataTable.CLASS_RESIZERPROXY" property="yui:name">DataTable.CLASS_RESIZERPROXY</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to resizer proxy elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-resizerproxy"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_SCROLLABLE">
<h4><a name="property_DataTable.CLASS_SCROLLABLE" property="yui:name">DataTable.CLASS_SCROLLABLE</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to scrollable elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-scrollable"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_SELECTED">
<h4><a name="property_DataTable.CLASS_SELECTED" property="yui:name">DataTable.CLASS_SELECTED</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to selected elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-selected"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.CLASS_SORTABLE">
<h4><a name="property_DataTable.CLASS_SORTABLE" property="yui:name">DataTable.CLASS_SORTABLE</a>
- <code>static final <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Class name assigned to sortable elements.
</div>
</div>
<div class="default" property="yui:defaultValue">
Default Value: "yui-dt-sortable"
</div>
<hr />
</div>
<div class="" rel="yui:property" resource="#property_DataTable.Formatter">
<h4><a name="property_DataTable.Formatter" property="yui:name">DataTable.Formatter</a>
- <code>static <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Cell formatting functions.
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.Element.html">
<h4>Properties inherited from <a href="YAHOO.util.Element.html" property="yui:name" title="YAHOO.util.Element">YAHOO.util.Element</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.util.Element.html#property_DOM_EVENTS">
<a class="" href="YAHOO.util.Element.html#property_DOM_EVENTS" property="yui:name" title="DOM_EVENTS">DOM_EVENTS</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.AttributeProvider.html">
<h4>Properties inherited from <a href="YAHOO.util.AttributeProvider.html" property="yui:name" title="YAHOO.util.AttributeProvider">YAHOO.util.AttributeProvider</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.util.AttributeProvider.html#property__configs">
<a class="private" href="YAHOO.util.AttributeProvider.html#property__configs" property="yui:name" title="_configs">_configs</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.EventProvider.html">
<h4>Properties inherited from <a href="YAHOO.util.EventProvider.html" property="yui:name" title="YAHOO.util.EventProvider">YAHOO.util.EventProvider</a>:</h4>
<div class="content" rel="yui:properties">
<code>
<span rel="yui:property" resource="YAHOO.util.EventProvider.html#property___yui_events">
<a class="private" href="YAHOO.util.EventProvider.html#property___yui_events" property="yui:name" title="__yui_events">__yui_events</a><span class="private">,</span>
</span>
<span rel="yui:property" resource="YAHOO.util.EventProvider.html#property___yui_subscribers">
<a class="private" href="YAHOO.util.EventProvider.html#property___yui_subscribers" property="yui:name" title="__yui_subscribers">__yui_subscribers</a>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:methods" resource="#methods">
<div class="section method details">
<h3 id="methods">Methods</h3>
<div class="content">
<div class="private" rel="yui:method" resource="#method__clearMinWidth">
<h4>
<a name="method__clearMinWidth">_clearMinWidth</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_clearMinWidth</strong>
(
oColumn
)
</code>
<div class="description" property="yui:description">
Clears minWidth.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Which Column.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__clearTrTemplateEl">
<h4>
<a name="method__clearTrTemplateEl">_clearTrTemplateEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_clearTrTemplateEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Clears TR element template in response to any Column state change.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__createTrEl">
<h4>
<a name="method__createTrEl">_createTrEl</a></h4>
<div class="detail" >
<code>
private
HTMLElement
<strong property="yui:name">_createTrEl</strong>
(
oRecord
)
</code>
<div class="description" property="yui:description">
Create a new TR element for a given Record and appends it with the correct
number of Column-state-classed TD elements. Striping is the responsibility of
the calling function, which may decide to stripe the single row, a subset of
rows, or all the rows.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">The new TR element. This must be added to the DOM.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__defaultPaginatorContainers">
<h4>
<a name="method__defaultPaginatorContainers">_defaultPaginatorContainers</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_defaultPaginatorContainers</strong>
(
create
)
</code>
<div class="description" property="yui:description">
Returns the default containers used for Paginators. If create param is
passed, the containers will be created and added to the DataTable container.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">create</span>
&lt;<span property="yui:type">boolean</span>&gt;
</code>
<span property="yui:description"> Create the default containers if not found</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__deleteTrEl">
<h4>
<a name="method__deleteTrEl">_deleteTrEl</a></h4>
<div class="detail" >
<code>
private
Boolean
<strong property="yui:name">_deleteTrEl</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Deletes TR element by DOM reference or by DataTable page row index.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | Number</span>&gt;
</code>
<span property="yui:description"> TR element reference or Datatable page row index.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Boolean
</code></dt>
<dd property="yui:returnInfo">Returns true if successful, else returns false.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyColgroupEl">
<h4>
<a name="method__destroyColgroupEl">_destroyColgroupEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyColgroupEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Destroy's the DataTable COLGROUP element, if available.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyColumnHelpers">
<h4>
<a name="method__destroyColumnHelpers">_destroyColumnHelpers</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyColumnHelpers</strong>
(
)
</code>
<div class="description" property="yui:description">
Destroys elements associated with Column functionality: ColumnDD and ColumnResizers.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyContainerEl">
<h4>
<a name="method__destroyContainerEl">_destroyContainerEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyContainerEl</strong>
(
elContainer
)
</code>
<div class="description" property="yui:description">
Destroy's the DataTable outer container element, if available.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elContainer</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Reference to the container element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyDraggableColumns">
<h4>
<a name="method__destroyDraggableColumns">_destroyDraggableColumns</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyDraggableColumns</strong>
(
)
</code>
<div class="description" property="yui:description">
Disables DD from top-level Column TH elements.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyMsgTbodyEl">
<h4>
<a name="method__destroyMsgTbodyEl">_destroyMsgTbodyEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyMsgTbodyEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Destroy's the DataTable message TBODY element, if available.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyPaginator">
<h4>
<a name="method__destroyPaginator">_destroyPaginator</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyPaginator</strong>
(
)
</code>
<div class="description" property="yui:description">
Calls Paginator's destroy() method
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyResizeableColumns">
<h4>
<a name="method__destroyResizeableColumns">_destroyResizeableColumns</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyResizeableColumns</strong>
(
)
</code>
<div class="description" property="yui:description">
Disables resizeability on key Column TH elements.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyTableEl">
<h4>
<a name="method__destroyTableEl">_destroyTableEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyTableEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Destroy's the DataTable TABLE element, if available.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyTbodyEl">
<h4>
<a name="method__destroyTbodyEl">_destroyTbodyEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyTbodyEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Destroy's the DataTable TBODY element, if available.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__destroyTheadEl">
<h4>
<a name="method__destroyTheadEl">_destroyTheadEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_destroyTheadEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Destroy's the DataTable THEAD element, if available.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__focusEl">
<h4>
<a name="method__focusEl">_focusEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_focusEl</strong>
(
el
)
</code>
<div class="description" property="yui:description">
Sets focus on the given element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__formatTdEl">
<h4>
<a name="method__formatTdEl">_formatTdEl</a></h4>
<div class="detail" >
<code>
private
HTMLElement
<strong property="yui:name">_formatTdEl</strong>
(
oColumn
,
elTd
,
index
,
isLast
)
</code>
<div class="description" property="yui:description">
Formats a basic TD element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Associated Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">elTd</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> An unformatted TD element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">index</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Column key index.</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"> True if Column is last key of the ColumnSet.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">A formatted TD element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__getColumnClassnames">
<h4>
<a name="method__getColumnClassnames">_getColumnClassnames</a></h4>
<div class="detail" >
<code>
private
String
<strong property="yui:name">_getColumnClassnames</strong>
(
oColumn
,
aAddClasses
)
</code>
<div class="description" property="yui:description">
Retruns classnames to represent current Column states.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">aAddClasses</span>
&lt;<span property="yui:type">String[]</span>&gt;
</code>
<span property="yui:description"> An array of additional classnames to add to the
return value.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
String
</code></dt>
<dd property="yui:returnInfo">A String of classnames to be assigned to TH or TD elements
for given Column.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__getSelectionAnchor">
<h4>
<a name="method__getSelectionAnchor">_getSelectionAnchor</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_getSelectionAnchor</strong>
(
oTrigger
)
</code>
<div class="description" property="yui:description">
Returns object literal of values that represent the selection anchor. Used
to determine selection behavior resulting from a user event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oTrigger</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> (Optional) Object literal of selection trigger values
(for key events).</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__getSelectionTrigger">
<h4>
<a name="method__getSelectionTrigger">_getSelectionTrigger</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_getSelectionTrigger</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns object literal of values that represent the selection trigger. Used
to determine selection behavior resulting from a key event.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__getTrTemplateEl">
<h4>
<a name="method__getTrTemplateEl">_getTrTemplateEl</a></h4>
<div class="detail" >
<code>
private
HTMLElement
<strong property="yui:name">_getTrTemplateEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns a new TR element template with TD elements classed with current
Column states.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">A TR element to be cloned and added to the DOM.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleCellBlockSelectionByKey">
<h4>
<a name="method__handleCellBlockSelectionByKey">_handleCellBlockSelectionByKey</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleCellBlockSelectionByKey</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a key event when selection mode
is set to "cellblock".
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleCellBlockSelectionByMouse">
<h4>
<a name="method__handleCellBlockSelectionByMouse">_handleCellBlockSelectionByMouse</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleCellBlockSelectionByMouse</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a mouse event when selection mode
is set to "cellblock".
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleCellRangeSelectionByKey">
<h4>
<a name="method__handleCellRangeSelectionByKey">_handleCellRangeSelectionByKey</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleCellRangeSelectionByKey</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a key event when selection mode
is set to "cellrange".
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleCellRangeSelectionByMouse">
<h4>
<a name="method__handleCellRangeSelectionByMouse">_handleCellRangeSelectionByMouse</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleCellRangeSelectionByMouse</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a mouse event when selection mode
is set to "cellrange".
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handlePaginatorChange">
<h4>
<a name="method__handlePaginatorChange">_handlePaginatorChange</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handlePaginatorChange</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Update the UI infrastructure in response to a "paginator" attribute change.
</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">Object</span>&gt;
</code>
<span property="yui:description"> Change event object containing keys 'type','newValue',
and 'prevValue'</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleSingleCellSelectionByKey">
<h4>
<a name="method__handleSingleCellSelectionByKey">_handleSingleCellSelectionByKey</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleSingleCellSelectionByKey</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a key event when selection mode
is set to "singlecell".
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleSingleCellSelectionByMouse">
<h4>
<a name="method__handleSingleCellSelectionByMouse">_handleSingleCellSelectionByMouse</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleSingleCellSelectionByMouse</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a mouse event when selection mode
is set to "singlecell".
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleSingleSelectionByKey">
<h4>
<a name="method__handleSingleSelectionByKey">_handleSingleSelectionByKey</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleSingleSelectionByKey</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a key event when selection mode
is set to "single".
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleSingleSelectionByMouse">
<h4>
<a name="method__handleSingleSelectionByMouse">_handleSingleSelectionByMouse</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleSingleSelectionByMouse</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a mouse event when selection mode
is set to "single".
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleStandardSelectionByKey">
<h4>
<a name="method__handleStandardSelectionByKey">_handleStandardSelectionByKey</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleStandardSelectionByKey</strong>
(
e
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a key event when selection mode
is set to "standard".
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__handleStandardSelectionByMouse">
<h4>
<a name="method__handleStandardSelectionByMouse">_handleStandardSelectionByMouse</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_handleStandardSelectionByMouse</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Determines selection behavior resulting from a mouse event when selection mode
is set to "standard".
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initCaptionEl">
<h4>
<a name="method__initCaptionEl">_initCaptionEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initCaptionEl</strong>
(
sCaption
)
</code>
<div class="description" property="yui:description">
Creates HTML markup CAPTION element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">sCaption</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Text for caption.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initCellEditing">
<h4>
<a name="method__initCellEditing">_initCellEditing</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initCellEditing</strong>
(
)
</code>
<div class="description" property="yui:description">
Initializes CellEditor integration.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private deprecated" rel="yui:method" resource="#method__initCellEditorEl">
<h4>
<a name="method__initCellEditorEl">_initCellEditorEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initCellEditorEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Backward compatibility.
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> &#160;
</div>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initColgroupEl">
<h4>
<a name="method__initColgroupEl">_initColgroupEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initColgroupEl</strong>
(
elTable
)
</code>
<div class="description" property="yui:description">
Initializes COLGROUP and COL elements for managing minWidth.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elTable</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> TABLE element into which to create COLGROUP.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initColumnHelpers">
<h4>
<a name="method__initColumnHelpers">_initColumnHelpers</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initColumnHelpers</strong>
(
)
</code>
<div class="description" property="yui:description">
Initializes elements associated with Column functionality: ColumnDD and ColumnResizers.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initColumnSet">
<h4>
<a name="method__initColumnSet">_initColumnSet</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initColumnSet</strong>
(
aColumnDefs
)
</code>
<div class="description" property="yui:description">
Initializes ColumnSet.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">aColumnDefs</span>
&lt;<span property="yui:type">Object[]</span>&gt;
</code>
<span property="yui:description"> Array of object literal Column definitions.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initColumnSort">
<h4>
<a name="method__initColumnSort">_initColumnSort</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initColumnSort</strong>
(
)
</code>
<div class="description" property="yui:description">
Initializes Column sorting.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initConfigs">
<h4>
<a name="method__initConfigs">_initConfigs</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initConfigs</strong>
(
oConfig
)
</code>
<div class="description" property="yui:description">
Initializes object literal of config values.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oConfig</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Object literal of config values.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initContainerEl">
<h4>
<a name="method__initContainerEl">_initContainerEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initContainerEl</strong>
(
elContainer
)
</code>
<div class="description" property="yui:description">
Initializes the DataTable outer container element, including a mask.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elContainer</span>
&lt;<span property="yui:type">HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> HTML DIV element by reference or ID.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initDataSource">
<h4>
<a name="method__initDataSource">_initDataSource</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initDataSource</strong>
(
oDataSource
)
</code>
<div class="description" property="yui:description">
Initializes DataSource.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oDataSource</span>
&lt;<span property="yui:type">YAHOO.util.DataSource</span>&gt;
</code>
<span property="yui:description"> DataSource instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initDomElements">
<h4>
<a name="method__initDomElements">_initDomElements</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initDomElements</strong>
(
elContainer
)
</code>
<div class="description" property="yui:description">
Initializes DOM elements.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elContainer</span>
&lt;<span property="yui:type">HTMLElement | String} HTML DIV element by reference or ID.
return {Boolean</span>&gt;
</code>
<span property="yui:description"> False in case of error, otherwise true</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initDraggableColumns">
<h4>
<a name="method__initDraggableColumns">_initDraggableColumns</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initDraggableColumns</strong>
(
)
</code>
<div class="description" property="yui:description">
Initializes top-level Column TH elements into DD instances.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initEvents">
<h4>
<a name="method__initEvents">_initEvents</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initEvents</strong>
(
)
</code>
<div class="description" property="yui:description">
Initialize internal event listeners
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initMsgTbodyEl">
<h4>
<a name="method__initMsgTbodyEl">_initMsgTbodyEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initMsgTbodyEl</strong>
(
elTable
)
</code>
<div class="description" property="yui:description">
Initializes TBODY element for messaging.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elTable</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> TABLE element into which to create TBODY</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initRecordSet">
<h4>
<a name="method__initRecordSet">_initRecordSet</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initRecordSet</strong>
(
)
</code>
<div class="description" property="yui:description">
Initializes RecordSet.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initResizeableColumns">
<h4>
<a name="method__initResizeableColumns">_initResizeableColumns</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initResizeableColumns</strong>
(
)
</code>
<div class="description" property="yui:description">
Initializes resizeability on key Column TH elements.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initTableEl">
<h4>
<a name="method__initTableEl">_initTableEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initTableEl</strong>
(
elContainer
)
</code>
<div class="description" property="yui:description">
Creates HTML markup for TABLE, COLGROUP, THEAD and TBODY elements in outer
container element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elContainer</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Container element into which to create TABLE.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initTbodyEl">
<h4>
<a name="method__initTbodyEl">_initTbodyEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initTbodyEl</strong>
(
elTable
)
</code>
<div class="description" property="yui:description">
Initializes TBODY element for data.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elTable</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> TABLE element into which to create TBODY .</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initTheadEl">
<h4>
<a name="method__initTheadEl">_initTheadEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initTheadEl</strong>
(
elTable
,
Initialized
)
</code>
<div class="description" property="yui:description">
Initializes THEAD element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elTable</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> TABLE element into which to create COLGROUP.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">Initialized</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> THEAD element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__initThEl">
<h4>
<a name="method__initThEl">_initThEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_initThEl</strong>
(
elTh
,
oColumn
)
</code>
<div class="description" property="yui:description">
Populates TH element as defined by Column.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elTh</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> TH element reference.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__insertColgroupColEl">
<h4>
<a name="method__insertColgroupColEl">_insertColgroupColEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_insertColgroupColEl</strong>
(
index
)
</code>
<div class="description" property="yui:description">
Adds a COL element to COLGROUP at given index.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">index</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Index of new COL element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onDocumentClick">
<h4>
<a name="method__onDocumentClick">_onDocumentClick</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onDocumentClick</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles click events on the DOCUMENT.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The click event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onDropdownChange">
<h4>
<a name="method__onDropdownChange">_onDropdownChange</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onDropdownChange</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles change events on SELECT elements within DataTable.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The change event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onEditorBlockEvent">
<h4>
<a name="method__onEditorBlockEvent">_onEditorBlockEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onEditorBlockEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Passes through blockEvent of the active CellEditor.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onEditorBlurEvent">
<h4>
<a name="method__onEditorBlurEvent">_onEditorBlurEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onEditorBlurEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Passes through blurEvent of the active CellEditor.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onEditorCancelEvent">
<h4>
<a name="method__onEditorCancelEvent">_onEditorCancelEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onEditorCancelEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Passes through cancelEvent of the active CellEditor.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onEditorKeydownEvent">
<h4>
<a name="method__onEditorKeydownEvent">_onEditorKeydownEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onEditorKeydownEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Passes through keydownEvent of the active CellEditor.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onEditorRevertEvent">
<h4>
<a name="method__onEditorRevertEvent">_onEditorRevertEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onEditorRevertEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Passes through revertEvent of the active CellEditor.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onEditorSaveEvent">
<h4>
<a name="method__onEditorSaveEvent">_onEditorSaveEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onEditorSaveEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Passes through saveEvent of the active CellEditor.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onEditorShowEvent">
<h4>
<a name="method__onEditorShowEvent">_onEditorShowEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onEditorShowEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Passes through showEvent of the active CellEditor.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onEditorUnblockEvent">
<h4>
<a name="method__onEditorUnblockEvent">_onEditorUnblockEvent</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onEditorUnblockEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Passes through unblockEvent of the active CellEditor.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onRenderChainEnd">
<h4>
<a name="method__onRenderChainEnd">_onRenderChainEnd</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onRenderChainEnd</strong>
(
)
</code>
<div class="description" property="yui:description">
Validates minWidths whenever the render chain ends.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTableDblclick">
<h4>
<a name="method__onTableDblclick">_onTableDblclick</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTableDblclick</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles dblclick events on the DataTable instance.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The dblclick event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTableFocus">
<h4>
<a name="method__onTableFocus">_onTableFocus</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTableFocus</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles focus events on the DataTable instance.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The focus event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTableKeypress">
<h4>
<a name="method__onTableKeypress">_onTableKeypress</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTableKeypress</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles keypress events on the TABLE. Mainly to support stopEvent on Mac.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The key event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTableMousedown">
<h4>
<a name="method__onTableMousedown">_onTableMousedown</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTableMousedown</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles mousedown events on the DataTable instance.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The mousedown event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTableMouseout">
<h4>
<a name="method__onTableMouseout">_onTableMouseout</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTableMouseout</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles mouseout events on the DataTable instance.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The mouseout event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTableMouseover">
<h4>
<a name="method__onTableMouseover">_onTableMouseover</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTableMouseover</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles mouseover events on the DataTable instance.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The mouseover event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTableMouseup">
<h4>
<a name="method__onTableMouseup">_onTableMouseup</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTableMouseup</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles mouseup events on the DataTable instance.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The mouseup event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTbodyClick">
<h4>
<a name="method__onTbodyClick">_onTbodyClick</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTbodyClick</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles click events on the primary TBODY element.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The click event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTbodyFocus">
<h4>
<a name="method__onTbodyFocus">_onTbodyFocus</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTbodyFocus</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles focus events on the TBODY element.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The focus event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTbodyKeydown">
<h4>
<a name="method__onTbodyKeydown">_onTbodyKeydown</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTbodyKeydown</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles keydown events on the TBODY element. Handles selection behavior,
provides hooks for ENTER to edit functionality.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The key event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTheadClick">
<h4>
<a name="method__onTheadClick">_onTheadClick</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTheadClick</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles click events on the THEAD element.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The click event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTheadFocus">
<h4>
<a name="method__onTheadFocus">_onTheadFocus</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTheadFocus</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles focus events on the THEAD element.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The focus event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__onTheadKeydown">
<h4>
<a name="method__onTheadKeydown">_onTheadKeydown</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_onTheadKeydown</strong>
(
e
,
oSelf
)
</code>
<div class="description" property="yui:description">
Handles keydown events on the THEAD element.
</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">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The key event.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSelf</span>
&lt;<span property="yui:type">YAHOO.wiget.DataTable</span>&gt;
</code>
<span property="yui:description"> DataTable instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__removeColgroupColEl">
<h4>
<a name="method__removeColgroupColEl">_removeColgroupColEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_removeColgroupColEl</strong>
(
index
)
</code>
<div class="description" property="yui:description">
Removes a COL element to COLGROUP at given index.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">index</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Index of removed COL element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__reorderColgroupColEl">
<h4>
<a name="method__reorderColgroupColEl">_reorderColgroupColEl</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_reorderColgroupColEl</strong>
(
aKeyIndexes
,
newIndex
)
</code>
<div class="description" property="yui:description">
Reorders a COL element from old index(es) to new index.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">aKeyIndexes</span>
&lt;<span property="yui:type">Number[]</span>&gt;
</code>
<span property="yui:description"> Array of indexes of removed COL element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">newIndex</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> New index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__repaintGecko">
<h4>
<a name="method__repaintGecko">_repaintGecko</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_repaintGecko</strong>
(
)
</code>
<div class="description" property="yui:description">
Forces Gecko repaint.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__repaintOpera">
<h4>
<a name="method__repaintOpera">_repaintOpera</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_repaintOpera</strong>
(
)
</code>
<div class="description" property="yui:description">
Forces Opera repaint.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__repaintWebkit">
<h4>
<a name="method__repaintWebkit">_repaintWebkit</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_repaintWebkit</strong>
(
)
</code>
<div class="description" property="yui:description">
Forces Webkit repaint.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__restoreMinWidth">
<h4>
<a name="method__restoreMinWidth">_restoreMinWidth</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_restoreMinWidth</strong>
(
oColumn
)
</code>
<div class="description" property="yui:description">
Restores minWidth.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Which Column.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__runRenderChain">
<h4>
<a name="method__runRenderChain">_runRenderChain</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_runRenderChain</strong>
(
)
</code>
<div class="description" property="yui:description">
Internal wrapper calls run() on render Chain instance.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setColumnWidth">
<h4>
<a name="method__setColumnWidth">_setColumnWidth</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setColumnWidth</strong>
(
oColumn
,
sWidth
,
sOverflow
)
</code>
<div class="description" property="yui:description">
Sets liner DIV elements of given Column to given width. When value should be
auto-calculated to fit content overflow is set to visible, otherwise overflow
is set to hidden. No validations against minimum width and no updating
Column.width value.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">sWidth</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> New width value.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">sOverflow</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Should be "hidden" when Column width is explicitly
being set to a value, but should be "visible" when Column is meant to auto-fit content.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setColumnWidthDynFunction">
<h4>
<a name="method__setColumnWidthDynFunction">_setColumnWidthDynFunction</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setColumnWidthDynFunction</strong>
(
oColumn
,
sWidth
)
</code>
<div class="description" property="yui:description">
Updates width of a Column's liner DIV elements by dynamically creating a
function to update all element style properties in one pass. Note: This
technique is not supported in sandboxed environments that prohibit EVALs.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">sWidth</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> New width value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setColumnWidthDynStyles">
<h4>
<a name="method__setColumnWidthDynStyles">_setColumnWidthDynStyles</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setColumnWidthDynStyles</strong>
(
oColumn
,
sWidth
)
</code>
<div class="description" property="yui:description">
Updates width of a Column's liner DIV elements by dynamically creating a
STYLE node and writing and updating CSS style rules to it. If this fails during
runtime, the fallback method _setColumnWidthDynFunction() will be called.
Notes: This technique is not performant in IE6. IE7 crashes if DataTable is
nested within another TABLE element. For these cases, it is recommended to
use the method _setColumnWidthDynFunction by setting _bDynStylesFallback to TRUE.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">sWidth</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> New width value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setFirstRow">
<h4>
<a name="method__setFirstRow">_setFirstRow</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setFirstRow</strong>
(
)
</code>
<div class="description" property="yui:description">
Assigns the class YAHOO.widget.DataTable.CLASS_FIRST to the first TR element
of the DataTable page and updates internal tracker.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setLastRow">
<h4>
<a name="method__setLastRow">_setLastRow</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setLastRow</strong>
(
)
</code>
<div class="description" property="yui:description">
Assigns the class YAHOO.widget.DataTable.CLASS_LAST to the last TR element
of the DataTable page and updates internal tracker.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setRowStripes">
<h4>
<a name="method__setRowStripes">_setRowStripes</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setRowStripes</strong>
(
row
,
range
)
</code>
<div class="description" property="yui:description">
Assigns the classes DT.CLASS_EVEN and DT.CLASS_ODD to one, many, or all TR elements.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String | Number</span>&gt;
</code>
<span property="yui:description"> (optional) HTML TR element reference
or string ID, or page row index of where to start striping.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">range</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> (optional) If given, how many rows to stripe, otherwise
stripe all the rows until the end.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__setSelections">
<h4>
<a name="method__setSelections">_setSelections</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_setSelections</strong>
(
)
</code>
<div class="description" property="yui:description">
Assigns the class DT.CLASS_SELECTED to TR and TD elements.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method__syncColWidths">
<h4>
<a name="method__syncColWidths">_syncColWidths</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">_syncColWidths</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use validateColumnWidths.
</div>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__unselectAllTdEls">
<h4>
<a name="method__unselectAllTdEls">_unselectAllTdEls</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_unselectAllTdEls</strong>
(
)
</code>
<div class="description" property="yui:description">
Convenience method to remove the class YAHOO.widget.DataTable.CLASS_SELECTED
from all TD elements in the internal tracker.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__unselectAllTrEls">
<h4>
<a name="method__unselectAllTrEls">_unselectAllTrEls</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_unselectAllTrEls</strong>
(
)
</code>
<div class="description" property="yui:description">
Convenience method to remove the class YAHOO.widget.DataTable.CLASS_SELECTED
from all TR elements on the page.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__unsetFirstRow">
<h4>
<a name="method__unsetFirstRow">_unsetFirstRow</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_unsetFirstRow</strong>
(
)
</code>
<div class="description" property="yui:description">
Removes the class YAHOO.widget.DataTable.CLASS_FIRST from the first TR element
of the DataTable page and updates internal tracker.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__unsetLastRow">
<h4>
<a name="method__unsetLastRow">_unsetLastRow</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_unsetLastRow</strong>
(
)
</code>
<div class="description" property="yui:description">
Removes the class YAHOO.widget.DataTable.CLASS_LAST from the last TR element
of the DataTable page and updates internal tracker.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__updatePaginator">
<h4>
<a name="method__updatePaginator">_updatePaginator</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">_updatePaginator</strong>
(
newPag
)
</code>
<div class="description" property="yui:description">
Method executed during set() operation for the "paginator" attribute.
Adds and/or severs event listeners between DataTable and Paginator
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">newPag</span>
&lt;<span property="yui:type">Paginator</span>&gt;
</code>
<span property="yui:description"> Paginator instance (or null) for DataTable to use</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method__updateTrEl">
<h4>
<a name="method__updateTrEl">_updateTrEl</a></h4>
<div class="detail" >
<code>
private
HTMLElement
<strong property="yui:name">_updateTrEl</strong>
(
elTr
,
oRecord
)
</code>
<div class="description" property="yui:description">
Formats the contents of the given TR's TD elements with data from the given
Record. Only innerHTML should change, nothing structural.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elTr</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element to update.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The associated Record instance.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">DOM reference to the new TR element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_addRow">
<h4>
<a name="method_addRow">addRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">addRow</strong>
(
oData
,
index
)
</code>
<div class="description" property="yui:description">
Adds one new Record of data into the RecordSet at the index if given,
otherwise at the end. If the new Record is in page view, the
corresponding DOM elements are also updated.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Object literal of data for the row.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">index</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> (optional) RecordSet position index at which to add data.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_addRows">
<h4>
<a name="method_addRows">addRows</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">addRows</strong>
(
aData
,
index
)
</code>
<div class="description" property="yui:description">
Convenience method to add multiple rows.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">aData</span>
&lt;<span property="yui:type">Object[]</span>&gt;
</code>
<span property="yui:description"> Array of object literal data for the rows.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">index</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> (optional) RecordSet position index at which to add data.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_cancelCellEditor">
<h4>
<a name="method_cancelCellEditor">cancelCellEditor</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">cancelCellEditor</strong>
(
)
</code>
<div class="description" property="yui:description">
Cancels active CellEditor.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_clearTextSelection">
<h4>
<a name="method_clearTextSelection">clearTextSelection</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">clearTextSelection</strong>
(
)
</code>
<div class="description" property="yui:description">
Clears browser text selection. Useful to call on rowSelectEvent or
cellSelectEvent to prevent clicks or dblclicks from selecting text in the
browser.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_DataTable._cloneObject">
<h4>
<a name="method_DataTable._cloneObject">DataTable._cloneObject</a></h4>
<div class="detail" >
<code>
private
static
void
<strong property="yui:name">DataTable._cloneObject</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Clones object literal or array of object literals.
</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</span>&gt;
</code>
<span property="yui:description"> Object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_DataTable._destroyColumnDragTargetEl">
<h4>
<a name="method_DataTable._destroyColumnDragTargetEl">DataTable._destroyColumnDragTargetEl</a></h4>
<div class="detail" >
<code>
private
static
void
<strong property="yui:name">DataTable._destroyColumnDragTargetEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Destroys shared Column drag target.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_DataTable._destroyColumnResizerProxyEl">
<h4>
<a name="method_DataTable._destroyColumnResizerProxyEl">DataTable._destroyColumnResizerProxyEl</a></h4>
<div class="detail" >
<code>
private
static
HTMLElement
<strong property="yui:name">DataTable._destroyColumnResizerProxyEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Destroys shared Column resizer proxy.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to Column resizer proxy.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_DataTable._initColumnDragTargetEl">
<h4>
<a name="method_DataTable._initColumnDragTargetEl">DataTable._initColumnDragTargetEl</a></h4>
<div class="detail" >
<code>
private
static
HTMLElement
<strong property="yui:name">DataTable._initColumnDragTargetEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Creates HTML markup for shared Column drag target.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to Column drag target.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_DataTable._initColumnResizerProxyEl">
<h4>
<a name="method_DataTable._initColumnResizerProxyEl">DataTable._initColumnResizerProxyEl</a></h4>
<div class="detail" >
<code>
private
static
HTMLElement
<strong property="yui:name">DataTable._initColumnResizerProxyEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Creates HTML markup for shared Column resizer proxy.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to Column resizer proxy.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_DataTable.editCheckbox">
<h4>
<a name="method_DataTable.editCheckbox">DataTable.editCheckbox</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">DataTable.editCheckbox</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use YAHOO.widget.CheckboxCellEditor.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_DataTable.editDate">
<h4>
<a name="method_DataTable.editDate">DataTable.editDate</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">DataTable.editDate</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use YAHOO.widget.DateCellEditor.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_DataTable.editDropdown">
<h4>
<a name="method_DataTable.editDropdown">DataTable.editDropdown</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">DataTable.editDropdown</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use YAHOO.widget.DropdownCellEditor.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_DataTable.editRadio">
<h4>
<a name="method_DataTable.editRadio">DataTable.editRadio</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">DataTable.editRadio</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use YAHOO.widget.RadioCellEditor.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_DataTable.editTextarea">
<h4>
<a name="method_DataTable.editTextarea">DataTable.editTextarea</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">DataTable.editTextarea</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use YAHOO.widget.TextareaCellEditor
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_DataTable.editTextbox">
<h4>
<a name="method_DataTable.editTextbox">DataTable.editTextbox</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">DataTable.editTextbox</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use YAHOO.widget.TextboxCellEditor
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatButton">
<h4>
<a name="method_DataTable.formatButton">DataTable.formatButton</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatButton</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats a BUTTON element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object | Boolean</span>&gt;
</code>
<span property="yui:description"> Data value for the cell. By default, the value
is what gets written to the BUTTON.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatCheckbox">
<h4>
<a name="method_DataTable.formatCheckbox">DataTable.formatCheckbox</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatCheckbox</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats a CHECKBOX element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object | Boolean} Data value for the cell. Can be a simple
Boolean to indicate whether checkbox is checked or not. Can be object literal
{checked:bBoolean, label:sLabel</span>&gt;
</code>
<span property="yui:description"> . Other forms of oData require a custom
formatter.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatCurrency">
<h4>
<a name="method_DataTable.formatCurrency">DataTable.formatCurrency</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatCurrency</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats currency. Default unit is USD.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Data value for the cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatDate">
<h4>
<a name="method_DataTable.formatDate">DataTable.formatDate</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatDate</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats JavaScript Dates.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Data value for the cell, or null.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatDefault">
<h4>
<a name="method_DataTable.formatDefault">DataTable.formatDefault</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatDefault</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Default cell formatter
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> (Optional) Data value for the cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatDropdown">
<h4>
<a name="method_DataTable.formatDropdown">DataTable.formatDropdown</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatDropdown</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats SELECT elements.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Data value for the cell, or null.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatEmail">
<h4>
<a name="method_DataTable.formatEmail">DataTable.formatEmail</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatEmail</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats emails.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Data value for the cell, or null.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatLink">
<h4>
<a name="method_DataTable.formatLink">DataTable.formatLink</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatLink</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats links.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Data value for the cell, or null.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatNumber">
<h4>
<a name="method_DataTable.formatNumber">DataTable.formatNumber</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatNumber</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats numbers.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Data value for the cell, or null.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatRadio">
<h4>
<a name="method_DataTable.formatRadio">DataTable.formatRadio</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatRadio</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats INPUT TYPE=RADIO elements.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> (Optional) Data value for the cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatText">
<h4>
<a name="method_DataTable.formatText">DataTable.formatText</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatText</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats text strings.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> (Optional) Data value for the cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatTextarea">
<h4>
<a name="method_DataTable.formatTextarea">DataTable.formatTextarea</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatTextarea</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats TEXTAREA elements.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> (Optional) Data value for the cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.formatTextbox">
<h4>
<a name="method_DataTable.formatTextbox">DataTable.formatTextbox</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.formatTextbox</strong>
(
el
,
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
Formats INPUT TYPE=TEXT elements.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The element to format with markup.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> (Optional) Data value for the cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_DataTable.formatTheadCell">
<h4>
<a name="method_DataTable.formatTheadCell">DataTable.formatTheadCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">DataTable.formatTheadCell</strong>
(
elCellLabel
,
oColumn
,
oSortedBy
)
</code>
<div class="description" property="yui:description">
Outputs markup into the given TH based on given Column.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elCellLabel</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The label SPAN element within the TH liner,
not the liner DIV element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSortedBy</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Sort state object literal.</span>
</dd>
</dl>
<div class="deprecated">
<strong>Deprecated</strong> Use formatTheadCell.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_DataTable.validateNumber">
<h4>
<a name="method_DataTable.validateNumber">DataTable.validateNumber</a></h4>
<div class="detail" >
<code>
static
void
<strong property="yui:name">DataTable.validateNumber</strong>
(
oData
)
</code>
<div class="description" property="yui:description">
Validates data value to type Number, doing type conversion as
necessary. A valid Number value is return, else null is returned
if input value does not validate.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Data to validate.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_deleteRow">
<h4>
<a name="method_deleteRow">deleteRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">deleteRow</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Deletes the given row's Record from the RecordSet. If the row is on current page,
the corresponding DOM elements are also deleted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String | Number</span>&gt;
</code>
<span property="yui:description"> DOM element reference or ID string
to DataTable page element or RecordSet index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_deleteRows">
<h4>
<a name="method_deleteRows">deleteRows</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">deleteRows</strong>
(
row
,
count
)
</code>
<div class="description" property="yui:description">
Convenience method to delete multiple rows.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String | Number</span>&gt;
</code>
<span property="yui:description"> DOM element reference or ID string
to DataTable page element or RecordSet index.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">count</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> (optional) How many rows to delete. A negative value
will delete towards the beginning.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_destroy">
<h4>
<a name="method_destroy">destroy</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">destroy</strong>
(
)
</code>
<div class="description" property="yui:description">
Nulls out the entire DataTable instance and related objects, removes attached
event listeners, and clears out DOM elements inside the container. After
calling this method, the instance reference should be expliclitly nulled by
implementer, as in myDataTable = null. Use with caution!
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_destroyCellEditor">
<h4>
<a name="method_destroyCellEditor">destroyCellEditor</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">destroyCellEditor</strong>
(
)
</code>
<div class="description" property="yui:description">
Destroys active CellEditor instance and UI.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_disable">
<h4>
<a name="method_disable">disable</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">disable</strong>
(
)
</code>
<div class="description" property="yui:description">
Disables DataTable UI.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_doBeforeLoadData">
<h4>
<a name="method_doBeforeLoadData">doBeforeLoadData</a></h4>
<div class="detail" >
<code>
Boolean
<strong property="yui:name">doBeforeLoadData</strong>
(
sRequest
,
oResponse
,
oPayload
)
</code>
<div class="description" property="yui:description">
Overridable method gives implementers a hook to access data before
it gets added to RecordSet and rendered to the TBODY.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">sRequest</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Original request.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oResponse</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Response object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oPayload</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> additional arguments</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Boolean
</code></dt>
<dd property="yui:returnInfo">Return true to continue loading data into RecordSet and
updating DataTable with new Records, false to cancel.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_doBeforePaginatorChange">
<h4>
<a name="method_doBeforePaginatorChange">doBeforePaginatorChange</a></h4>
<div class="detail" >
<code>
Boolean
<strong property="yui:name">doBeforePaginatorChange</strong>
(
oPaginatorState
)
</code>
<div class="description" property="yui:description">
Overridable method gives implementers a hook to show loading message before
changing Paginator value.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oPaginatorState</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> An object literal describing the proposed pagination state.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Boolean
</code></dt>
<dd property="yui:returnInfo">Return true to continue changing Paginator value.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_doBeforeShowCellEditor">
<h4>
<a name="method_doBeforeShowCellEditor">doBeforeShowCellEditor</a></h4>
<div class="detail" >
<code>
Boolean
<strong property="yui:name">doBeforeShowCellEditor</strong>
(
oCellEditor
)
</code>
<div class="description" property="yui:description">
Overridable abstract method to customize CellEditor before showing.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oCellEditor</span>
&lt;<span property="yui:type">YAHOO.widget.CellEditor</span>&gt;
</code>
<span property="yui:description"> The CellEditor instance.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Boolean
</code></dt>
<dd property="yui:returnInfo">Return true to continue showing CellEditor.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_doBeforeSortColumn">
<h4>
<a name="method_doBeforeSortColumn">doBeforeSortColumn</a></h4>
<div class="detail" >
<code>
Boolean
<strong property="yui:name">doBeforeSortColumn</strong>
(
oColumn
,
sSortDir
)
</code>
<div class="description" property="yui:description">
Overridable method gives implementers a hook to show loading message before
sorting Column.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">sSortDir</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> YAHOO.widget.DataTable.CLASS_ASC or
YAHOO.widget.DataTable.CLASS_DESC.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Boolean
</code></dt>
<dd property="yui:returnInfo">Return true to continue sorting Column.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_focus">
<h4>
<a name="method_focus">focus</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">focus</strong>
(
)
</code>
<div class="description" property="yui:description">
Brings focus to the TBODY element. Alias to focusTbodyEl.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_focusTbodyEl">
<h4>
<a name="method_focusTbodyEl">focusTbodyEl</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">focusTbodyEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Brings focus to the TBODY element.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_focusTheadEl">
<h4>
<a name="method_focusTheadEl">focusTheadEl</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">focusTheadEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Brings focus to the THEAD element.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_formatCell">
<h4>
<a name="method_formatCell">formatCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">formatCell</strong>
(
elLiner
,
oRecord
,
oColumn
)
</code>
<div class="description" property="yui:description">
Outputs markup into the given TD based on given Record.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elLiner</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The liner DIV element within the TD.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> (Optional) Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> (Optional) Column instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getAboveTdEl">
<h4>
<a name="method_getAboveTdEl">getAboveTdEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getAboveTdEl</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the above TD element from the given cell, or null.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | String | Object} DOM element reference or string ID, or
object literal of syntax {record:oRecord, column:oColumn</span>&gt;
</code>
<span property="yui:description"> from which to get next TD element.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to next TD element, or null.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getBelowTdEl">
<h4>
<a name="method_getBelowTdEl">getBelowTdEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getBelowTdEl</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the below TD element from the given cell, or null.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | String | Object} DOM element reference or string ID, or
object literal of syntax {record:oRecord, column:oColumn</span>&gt;
</code>
<span property="yui:description"> from which to get previous TD element.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to previous TD element, or null.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_getBody">
<h4>
<a name="method_getBody">getBody</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">getBody</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use getTbodyEl().
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_getCell">
<h4>
<a name="method_getCell">getCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">getCell</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use getTdEl().
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getCellEditor">
<h4>
<a name="method_getCellEditor">getCellEditor</a></h4>
<div class="detail" >
<code>
YAHOO.widget.CellEditor
<strong property="yui:name">getCellEditor</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns current CellEditor instance, or null.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.CellEditor
</code></dt>
<dd property="yui:returnInfo">CellEditor instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getColumn">
<h4>
<a name="method_getColumn">getColumn</a></h4>
<div class="detail" >
<code>
YAHOO.widget.Column
<strong property="yui:name">getColumn</strong>
(
column
)
</code>
<div class="description" property="yui:description">
For the given identifier, returns the associated Column instance. Note: For
getting Columns by Column ID string, please use the method getColumnById().
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">column</span>
&lt;<span property="yui:type">HTMLElement | String | Number</span>&gt;
</code>
<span property="yui:description"> TH/TD element (or child of a
TH/TD element), a Column key, or a ColumnSet key index.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.Column
</code></dt>
<dd property="yui:returnInfo">Column instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getColumnById">
<h4>
<a name="method_getColumnById">getColumnById</a></h4>
<div class="detail" >
<code>
YAHOO.widget.Column
<strong property="yui:name">getColumnById</strong>
(
column
)
</code>
<div class="description" property="yui:description">
For the given Column ID, returns the associated Column instance. Note: For
getting Columns by key, please use the method getColumn().
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">column</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Column ID string.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.Column
</code></dt>
<dd property="yui:returnInfo">Column instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getColumnSet">
<h4>
<a name="method_getColumnSet">getColumnSet</a></h4>
<div class="detail" >
<code>
YAHOO.widget.ColumnSet
<strong property="yui:name">getColumnSet</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns the DataTable instance's ColumnSet instance.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.ColumnSet
</code></dt>
<dd property="yui:returnInfo">ColumnSet instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getColumnSortDir">
<h4>
<a name="method_getColumnSortDir">getColumnSortDir</a></h4>
<div class="detail" >
<code>
String
<strong property="yui:name">getColumnSortDir</strong>
(
oColumn
,
oSortedBy
)
</code>
<div class="description" property="yui:description">
For the given Column instance, returns next direction to sort.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oSortedBy</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> (optional) Specify the state, or use current state.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
String
</code></dt>
<dd property="yui:returnInfo">YAHOO.widget.DataTable.CLASS_ASC or YAHOO.widget.DataTableCLASS_DESC.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getContainerEl">
<h4>
<a name="method_getContainerEl">getContainerEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getContainerEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the DataTable's container element.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to DIV element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getDataSource">
<h4>
<a name="method_getDataSource">getDataSource</a></h4>
<div class="detail" >
<code>
YAHOO.util.DataSource
<strong property="yui:name">getDataSource</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns the DataTable instance's DataSource instance.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.util.DataSource
</code></dt>
<dd property="yui:returnInfo">DataSource instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getFirstTdEl">
<h4>
<a name="method_getFirstTdEl">getFirstTdEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getFirstTdEl</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the first TD element in the DataTable page (by default),
the first TD element of the optionally given row, or null.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> (optional) row from which to get first TD</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TD element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getFirstTrEl">
<h4>
<a name="method_getFirstTrEl">getFirstTrEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getFirstTrEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the first TR element in the DataTable page, or null.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TR element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getId">
<h4>
<a name="method_getId">getId</a></h4>
<div class="detail" >
<code>
String
<strong property="yui:name">getId</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns unique id assigned to instance, which is a useful prefix for
generating unique DOM ID strings.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
String
</code></dt>
<dd property="yui:returnInfo">Unique ID of the DataSource instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getLastSelectedCell">
<h4>
<a name="method_getLastSelectedCell">getLastSelectedCell</a></h4>
<div class="detail" >
<code>
Object
<strong property="yui:name">getLastSelectedCell</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns last selected cell as an object literal:
{recordId:sRecordId, columnKey:sColumnKey}.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
Object
</code></dt>
<dd property="yui:returnInfo">Object literal representation of a cell.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getLastSelectedRecord">
<h4>
<a name="method_getLastSelectedRecord">getLastSelectedRecord</a></h4>
<div class="detail" >
<code>
String
<strong property="yui:name">getLastSelectedRecord</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns last selected Record ID.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
String
</code></dt>
<dd property="yui:returnInfo">Record ID of last selected row.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getLastTdEl">
<h4>
<a name="method_getLastTdEl">getLastTdEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getLastTdEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the last TD element in the DataTable page (by default),
the first TD element of the optionally given row, or null.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to last TD element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getLastTrEl">
<h4>
<a name="method_getLastTrEl">getLastTrEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getLastTrEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the last TR element in the DataTable page, or null.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to last TR element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getMsgTbodyEl">
<h4>
<a name="method_getMsgTbodyEl">getMsgTbodyEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getMsgTbodyEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the DataTable's secondary TBODY element that is
used to display messages.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TBODY element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getMsgTdEl">
<h4>
<a name="method_getMsgTdEl">getMsgTdEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getMsgTdEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the TD element within the secondary TBODY that is
used to display messages.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TD element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getNextTdEl">
<h4>
<a name="method_getNextTdEl">getNextTdEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getNextTdEl</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the next TD element from the given cell, or null.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | String | Object} DOM element reference or string ID, or
object literal of syntax {record:oRecord, column:oColumn</span>&gt;
</code>
<span property="yui:description"> from which to get next TD element.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to next TD element, or null.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getNextTrEl">
<h4>
<a name="method_getNextTrEl">getNextTrEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getNextTrEl</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the next TR element from the given TR element, or null.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String | Number | YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Element
reference, ID string, page row index, or Record from which to get next TR element.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to next TR element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getPreviousTdEl">
<h4>
<a name="method_getPreviousTdEl">getPreviousTdEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getPreviousTdEl</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the previous TD element from the given cell, or null.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | String | Object} DOM element reference or string ID, or
object literal of syntax {record:oRecord, column:oColumn</span>&gt;
</code>
<span property="yui:description"> from which to get previous TD element.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to previous TD element, or null.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getPreviousTrEl">
<h4>
<a name="method_getPreviousTrEl">getPreviousTrEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getPreviousTrEl</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the previous TR element from the given TR element, or null.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String | Number | YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Element
reference, ID string, page row index, or Record from which to get previous TR element.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to previous TR element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getRecord">
<h4>
<a name="method_getRecord">getRecord</a></h4>
<div class="detail" >
<code>
YAHOO.widget.Record
<strong property="yui:name">getRecord</strong>
(
row
)
</code>
<div class="description" property="yui:description">
For the given identifier, returns the associated Record instance.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | Number | String</span>&gt;
</code>
<span property="yui:description"> DOM reference to a TR element (or
child of a TR element), RecordSet position index, or Record ID.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.Record
</code></dt>
<dd property="yui:returnInfo">Record instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getRecordIndex">
<h4>
<a name="method_getRecordIndex">getRecordIndex</a></h4>
<div class="detail" >
<code>
Number
<strong property="yui:name">getRecordIndex</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Returns Record index for given TR element or page row index.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">YAHOO.widget.Record | HTMLElement | Number</span>&gt;
</code>
<span property="yui:description"> Record instance, TR
element reference or page row index.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Number
</code></dt>
<dd property="yui:returnInfo">Record's RecordSet index, or null.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getRecordSet">
<h4>
<a name="method_getRecordSet">getRecordSet</a></h4>
<div class="detail" >
<code>
YAHOO.widget.RecordSet
<strong property="yui:name">getRecordSet</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns the DataTable instance's RecordSet instance.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.RecordSet
</code></dt>
<dd property="yui:returnInfo">RecordSet instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_getRow">
<h4>
<a name="method_getRow">getRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">getRow</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use getTrEl().
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getSelectedCells">
<h4>
<a name="method_getSelectedCells">getSelectedCells</a></h4>
<div class="detail" >
<code>
Object[]
<strong property="yui:name">getSelectedCells</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns selected cells as an array of object literals:
{recordId:sRecordId, columnKey:sColumnKey}.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
Object[]
</code></dt>
<dd property="yui:returnInfo">Array of selected cells by Record ID and Column ID.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getSelectedColumns">
<h4>
<a name="method_getSelectedColumns">getSelectedColumns</a></h4>
<div class="detail" >
<code>
YAHOO.widget.Column[]
<strong property="yui:name">getSelectedColumns</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns an array selected Column instances.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.Column[]
</code></dt>
<dd property="yui:returnInfo">Array of Column instances.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getSelectedRows">
<h4>
<a name="method_getSelectedRows">getSelectedRows</a></h4>
<div class="detail" >
<code>
String[]
<strong property="yui:name">getSelectedRows</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns selected rows as an array of Record IDs.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
String[]
</code></dt>
<dd property="yui:returnInfo">Array of selected rows by Record ID.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getSelectedTdEls">
<h4>
<a name="method_getSelectedTdEls">getSelectedTdEls</a></h4>
<div class="detail" >
<code>
HTMLElement[]
<strong property="yui:name">getSelectedTdEls</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns array of selected TD elements on the page.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement[]
</code></dt>
<dd property="yui:returnInfo">Array of selected TD elements.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getSelectedTrEls">
<h4>
<a name="method_getSelectedTrEls">getSelectedTrEls</a></h4>
<div class="detail" >
<code>
HTMLElement[]
<strong property="yui:name">getSelectedTrEls</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns array of selected TR elements on the page.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement[]
</code></dt>
<dd property="yui:returnInfo">Array of selected TR elements.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getState">
<h4>
<a name="method_getState">getState</a></h4>
<div class="detail" >
<code>
Object
<strong property="yui:name">getState</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns on object literal representing the DataTable instance's current
state with the following properties:
<dl>
<dt>pagination</dt>
<dd>Instance of YAHOO.widget.Paginator</dd>
<dt>sortedBy</dt>
<dd>
<dl>
<dt>sortedBy.key</dt>
<dd>{String} Key of sorted Column</dd>
<dt>sortedBy.dir</dt>
<dd>{String} Initial sort direction, either YAHOO.widget.DataTable.CLASS_ASC or YAHOO.widget.DataTable.CLASS_DESC</dd>
</dl>
</dd>
<dt>selectedRows</dt>
<dd>Array of selected rows by Record ID.</dd>
<dt>selectedCells</dt>
<dd>Selected cells as an array of object literals:
{recordId:sRecordId, columnKey:sColumnKey}</dd>
</dl>
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
Object
</code></dt>
<dd property="yui:returnInfo">DataTable instance state object literal values.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getTableEl">
<h4>
<a name="method_getTableEl">getTableEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getTableEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the DataTable's TABLE element.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TABLE element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getTbodyEl">
<h4>
<a name="method_getTbodyEl">getTbodyEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getTbodyEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the DataTable's primary TBODY element.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TBODY element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getTdEl">
<h4>
<a name="method_getTdEl">getTdEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getTdEl</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to a TD element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | String | Object} TD element or child of a TD element, or
object literal of syntax {record:oRecord, column:oColumn</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TD element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getTdLinerEl">
<h4>
<a name="method_getTdLinerEl">getTdLinerEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getTdLinerEl</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to a TD liner element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | Object} TD element or child of a TD element, or
object literal of syntax {record:oRecord, column:oColumn</span>&gt;
</code>
<span property="yui:description"> .</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TD liner element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getTheadEl">
<h4>
<a name="method_getTheadEl">getTheadEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getTheadEl</strong>
(
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to the DataTable's THEAD element.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to THEAD element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getThEl">
<h4>
<a name="method_getThEl">getThEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getThEl</strong>
(
theadCell
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to a TH element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">theadCell</span>
&lt;<span property="yui:type">YAHOO.widget.Column | HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> Column instance,
DOM element reference, or string ID.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TH element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getThLinerEl">
<h4>
<a name="method_getThLinerEl">getThLinerEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getThLinerEl</strong>
(
theadCell
)
</code>
<div class="description" property="yui:description">
Returns DOM reference to a TH liner element. Needed to normalize for resizeable
Columns, which have an additional resizer liner DIV element between the TH
element and the liner DIV element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">theadCell</span>
&lt;<span property="yui:type">YAHOO.widget.Column | HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> Column instance,
DOM element reference, or string ID.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TH liner element.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getTrEl">
<h4>
<a name="method_getTrEl">getTrEl</a></h4>
<div class="detail" >
<code>
HTMLElement
<strong property="yui:name">getTrEl</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Returns the corresponding TR reference for a given DOM element, ID string or
directly page row index. If the given identifier is a child of a TR element,
then DOM tree is traversed until a parent TR element is returned, otherwise
null.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String | Number | YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Which row to
get: by element reference, ID string, page row index, or Record.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
HTMLElement
</code></dt>
<dd property="yui:returnInfo">Reference to TR element, or null.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_getTrIndex">
<h4>
<a name="method_getTrIndex">getTrIndex</a></h4>
<div class="detail" >
<code>
Number
<strong property="yui:name">getTrIndex</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Returns the page row index of given row. Returns null if the row is not on the
current DataTable page.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String | YAHOO.widget.Record | Number</span>&gt;
</code>
<span property="yui:description"> DOM or ID
string reference to an element within the DataTable page, a Record instance,
or a Record's RecordSet index.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Number
</code></dt>
<dd property="yui:returnInfo">Page row index, or null if row does not exist or is not on current page.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_handleDataReturnPayload">
<h4>
<a name="method_handleDataReturnPayload">handleDataReturnPayload</a></h4>
<div class="detail" >
<code>
MIXED
<strong property="yui:name">handleDataReturnPayload</strong>
(
oRequest
,
oResponse
,
oPayload
)
</code>
<div class="description" property="yui:description">
Hook to update oPayload before consumption.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oRequest</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> Original generated request.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oResponse</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Response object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oPayload</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> State values.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
MIXED
</code></dt>
<dd property="yui:returnInfo">oPayload State values.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_hideColumn">
<h4>
<a name="method_hideColumn">hideColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">hideColumn</strong>
(
oColumn
)
</code>
<div class="description" property="yui:description">
Hides given Column. NOTE: You cannot hide/show nested Columns. You can only
hide/show non-nested Columns, and top-level parent Columns (which will
hide/show all children Columns).
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_hideTableMessage">
<h4>
<a name="method_hideTableMessage">hideTableMessage</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">hideTableMessage</strong>
(
)
</code>
<div class="description" property="yui:description">
Hides secondary TBODY.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_highlightCell">
<h4>
<a name="method_highlightCell">highlightCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">highlightCell</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Assigns the class YAHOO.widget.DataTable.CLASS_HIGHLIGHTED to the given cell.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> DOM element reference or ID string.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_highlightColumn">
<h4>
<a name="method_highlightColumn">highlightColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">highlightColumn</strong>
(
column
)
</code>
<div class="description" property="yui:description">
Assigns the class YAHOO.widget.DataTable.CLASS_HIGHLIGHTED to cells of the given Column.
NOTE: You cannot highlight/unhighlight nested Columns. You can only
highlight/unhighlight non-nested Columns, and bottom-level key Columns.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">column</span>
&lt;<span property="yui:type">HTMLElement | String | Number</span>&gt;
</code>
<span property="yui:description"> DOM reference or ID string to a
TH/TD element (or child of a TH/TD element), a Column key, or a ColumnSet key index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_highlightRow">
<h4>
<a name="method_highlightRow">highlightRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">highlightRow</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Assigns the class YAHOO.widget.DataTable.CLASS_HIGHLIGHTED to the given row.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> DOM element reference or ID string.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="private" rel="yui:method" resource="#method_initAttributes">
<h4>
<a name="method_initAttributes">initAttributes</a></h4>
<div class="detail" >
<code>
private
void
<strong property="yui:name">initAttributes</strong>
(
oConfigs
)
</code>
<div class="description" property="yui:description">
Implementation of Element's abstract method. Sets up config values.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oConfigs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> (Optional) Object literal definition of configuration values.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_initializeTable">
<h4>
<a name="method_initializeTable">initializeTable</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">initializeTable</strong>
(
)
</code>
<div class="description" property="yui:description">
Resets a RecordSet with the given data and populates the page view
with the new data. Any previous data, and selection and sort states are
cleared. New data should be added as a separate step.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_insertColumn">
<h4>
<a name="method_insertColumn">insertColumn</a></h4>
<div class="detail" >
<code>
YAHOO.widget.Column
<strong property="yui:name">insertColumn</strong>
(
oColumn
,
index
)
</code>
<div class="description" property="yui:description">
Inserts given Column at the index if given, otherwise at the end. NOTE: You
can only add non-nested Columns and top-level parent Columns. You cannot add
a nested Column to an existing parent.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">Object | YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Object literal Column
definition or a Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">index</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> (optional) New tree index.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.Column
</code></dt>
<dd property="yui:returnInfo">oColumn Inserted Column instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_isSelected">
<h4>
<a name="method_isSelected">isSelected</a></h4>
<div class="detail" >
<code>
Boolean
<strong property="yui:name">isSelected</strong>
(
o
)
</code>
<div class="description" property="yui:description">
Returns true if given item is selected, false otherwise.
</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">String | HTMLElement | YAHOO.widget.Record | Number
{record:YAHOO.widget.Record, column:YAHOO.widget.Column} </span>&gt;
</code>
<span property="yui:description"> TR or TD element by
reference or ID string, a Record instance, a RecordSet position index,
or an object literal representation
of a cell.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
Boolean
</code></dt>
<dd property="yui:returnInfo">True if item is selected.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onDataReturnAppendRows">
<h4>
<a name="method_onDataReturnAppendRows">onDataReturnAppendRows</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onDataReturnAppendRows</strong>
(
sRequest
,
oResponse
,
oPayload
)
</code>
<div class="description" property="yui:description">
Callback function receives data from DataSource and appends to an existing
DataTable new Records and, if applicable, creates or updates
corresponding TR elements.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">sRequest</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Original request.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oResponse</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Response object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oPayload</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> (optional) Additional argument(s)</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onDataReturnInitializeTable">
<h4>
<a name="method_onDataReturnInitializeTable">onDataReturnInitializeTable</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onDataReturnInitializeTable</strong>
(
sRequest
,
oResponse
,
oPayload
)
</code>
<div class="description" property="yui:description">
Callback function receives data from DataSource and populates an entire
DataTable with Records and TR elements, clearing previous Records, if any.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">sRequest</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Original request.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oResponse</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Response object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oPayload</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> (optional) Additional argument(s)</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onDataReturnInsertRows">
<h4>
<a name="method_onDataReturnInsertRows">onDataReturnInsertRows</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onDataReturnInsertRows</strong>
(
sRequest
,
oResponse
,
oPayload
)
</code>
<div class="description" property="yui:description">
Callback function receives data from DataSource and inserts new records
starting at the index specified in oPayload.insertIndex. The value for
oPayload.insertIndex can be populated when sending the request to the DataSource,
or by accessing oPayload.insertIndex with the doBeforeLoadData() method at runtime.
If applicable, creates or updates corresponding TR elements.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">sRequest</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Original request.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oResponse</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Response object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oPayload</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> Argument payload, looks in oPayload.insertIndex.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onDataReturnReplaceRows">
<h4>
<a name="method_onDataReturnReplaceRows">onDataReturnReplaceRows</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onDataReturnReplaceRows</strong>
(
oRequest
,
oResponse
,
oPayload
)
</code>
<div class="description" property="yui:description">
Callback function receives reponse from DataSource, replaces all existing
Records in RecordSet, updates TR elements with new data, and updates state
UI for pagination and sorting from payload data, if necessary.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oRequest</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> Original generated request.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oResponse</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Response object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oPayload</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> (optional) Additional argument(s)</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_onDataReturnSetRecords">
<h4>
<a name="method_onDataReturnSetRecords">onDataReturnSetRecords</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onDataReturnSetRecords</strong>
(
)
</code>
<div class="description" property="yui:description">
Alias for onDataReturnSetRows for backward compatibility
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use onDataReturnSetRows
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onDataReturnSetRows">
<h4>
<a name="method_onDataReturnSetRows">onDataReturnSetRows</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onDataReturnSetRows</strong>
(
oRequest
,
oResponse
,
oPayload
)
</code>
<div class="description" property="yui:description">
Callback function receives reponse from DataSource and populates the
RecordSet with the results.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oRequest</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> Original generated request.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oResponse</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Response object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oPayload</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> (optional) Additional argument(s)</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onDataReturnUpdateRows">
<h4>
<a name="method_onDataReturnUpdateRows">onDataReturnUpdateRows</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onDataReturnUpdateRows</strong>
(
sRequest
,
oResponse
,
oPayload
)
</code>
<div class="description" property="yui:description">
Callback function receives data from DataSource and incrementally updates Records
starting at the index specified in oPayload.updateIndex. The value for
oPayload.updateIndex can be populated when sending the request to the DataSource,
or by accessing oPayload.updateIndex with the doBeforeLoadData() method at runtime.
If applicable, creates or updates corresponding TR elements.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">sRequest</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Original request.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oResponse</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Response object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oPayload</span>
&lt;<span property="yui:type">MIXED</span>&gt;
</code>
<span property="yui:description"> Argument payload, looks in oPayload.updateIndex.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEditorBlockEvent">
<h4>
<a name="method_onEditorBlockEvent">onEditorBlockEvent</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEditorBlockEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Public handler of the editorBlockEvent. By default, disables DataTable UI.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEditorBlurEvent">
<h4>
<a name="method_onEditorBlurEvent">onEditorBlurEvent</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEditorBlurEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Public handler of the editorBlurEvent. By default, saves on blur if
disableBtns is true, otherwise cancels on blur.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEditorUnblockEvent">
<h4>
<a name="method_onEditorUnblockEvent">onEditorUnblockEvent</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEditorUnblockEvent</strong>
(
oArgs
)
</code>
<div class="description" property="yui:description">
Public handler of the editorUnblockEvent. By default, undisables DataTable UI.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Custom Event args.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventCancelCellEditor">
<h4>
<a name="method_onEventCancelCellEditor">onEventCancelCellEditor</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventCancelCellEditor</strong>
(
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to cancel active CellEditor.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_onEventEditCell">
<h4>
<a name="method_onEventEditCell">onEventEditCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventEditCell</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use onEventShowCellEditor.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventFormatCell">
<h4>
<a name="method_onEventFormatCell">onEventFormatCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventFormatCell</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to format cell.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventHighlightCell">
<h4>
<a name="method_onEventHighlightCell">onEventHighlightCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventHighlightCell</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to highlight cell. Accounts for spurious
caused-by-child events.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventHighlightColumn">
<h4>
<a name="method_onEventHighlightColumn">onEventHighlightColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventHighlightColumn</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to highlight Column. Accounts for spurious
caused-by-child events.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventHighlightRow">
<h4>
<a name="method_onEventHighlightRow">onEventHighlightRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventHighlightRow</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to highlight row. Accounts for spurious
caused-by-child events.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventSaveCellEditor">
<h4>
<a name="method_onEventSaveCellEditor">onEventSaveCellEditor</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventSaveCellEditor</strong>
(
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to save active CellEditor input.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventSelectCell">
<h4>
<a name="method_onEventSelectCell">onEventSelectCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventSelectCell</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to select cell.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventSelectColumn">
<h4>
<a name="method_onEventSelectColumn">onEventSelectColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventSelectColumn</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to select Column.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventSelectRow">
<h4>
<a name="method_onEventSelectRow">onEventSelectRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventSelectRow</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to manage selection according to desktop paradigm.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventShowCellEditor">
<h4>
<a name="method_onEventShowCellEditor">onEventShowCellEditor</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventShowCellEditor</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to edit cell.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventSortColumn">
<h4>
<a name="method_onEventSortColumn">onEventSortColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventSortColumn</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to sort Column.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventUnhighlightCell">
<h4>
<a name="method_onEventUnhighlightCell">onEventUnhighlightCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventUnhighlightCell</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to unhighlight cell. Accounts for spurious
caused-by-child events.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventUnhighlightColumn">
<h4>
<a name="method_onEventUnhighlightColumn">onEventUnhighlightColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventUnhighlightColumn</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to unhighlight Column. Accounts for spurious
caused-by-child events.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onEventUnhighlightRow">
<h4>
<a name="method_onEventUnhighlightRow">onEventUnhighlightRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onEventUnhighlightRow</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Overridable custom event handler to unhighlight row. Accounts for spurious
caused-by-child events.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> Event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> Target element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_onPaginatorChange">
<h4>
<a name="method_onPaginatorChange">onPaginatorChange</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onPaginatorChange</strong>
(
)
</code>
<div class="description" property="yui:description">
Alias for onPaginatorChange for backward compatibility
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use onPaginatorChangeRequest
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onPaginatorChangeRequest">
<h4>
<a name="method_onPaginatorChangeRequest">onPaginatorChangeRequest</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onPaginatorChangeRequest</strong>
(
oPaginatorState
)
</code>
<div class="description" property="yui:description">
Responds to new Pagination states. By default, updates the UI to reflect the
new state. If "dynamicData" is true, current selections are purged before
a request is sent to the DataSource for data for the new state (using the
request returned by "generateRequest()").
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oPaginatorState</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> An object literal describing the proposed pagination state.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_onShow">
<h4>
<a name="method_onShow">onShow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">onShow</strong>
(
)
</code>
<div class="description" property="yui:description">
Setting display:none on DataTable or any parent may impact width validations.
After setting display back to "", implementers should call this method to
manually perform those validations.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_refreshView">
<h4>
<a name="method_refreshView">refreshView</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">refreshView</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use render.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_removeColumn">
<h4>
<a name="method_removeColumn">removeColumn</a></h4>
<div class="detail" >
<code>
YAHOO.widget.Column
<strong property="yui:name">removeColumn</strong>
(
oColumn
)
</code>
<div class="description" property="yui:description">
Removes given Column. NOTE: You cannot remove nested Columns. You can only remove
non-nested Columns, and top-level parent Columns (which will remove all
children Columns).
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.Column
</code></dt>
<dd property="yui:returnInfo">oColumn Removed Column instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_render">
<h4>
<a name="method_render">render</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">render</strong>
(
)
</code>
<div class="description" property="yui:description">
Renders the view with existing Records from the RecordSet while
maintaining sort, pagination, and selection states. For performance, reuses
existing DOM elements when possible while deleting extraneous elements.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_renderPaginator">
<h4>
<a name="method_renderPaginator">renderPaginator</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">renderPaginator</strong>
(
)
</code>
<div class="description" property="yui:description">
Renders the Paginator to the DataTable UI
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_reorderColumn">
<h4>
<a name="method_reorderColumn">reorderColumn</a></h4>
<div class="detail" >
<code>
YAHOO.widget.Column
<strong property="yui:name">reorderColumn</strong>
(
oColumn
,
index
)
</code>
<div class="description" property="yui:description">
Removes given Column and inserts into given tree index. NOTE: You
can only reorder non-nested Columns and top-level parent Columns. You cannot
reorder a nested Column to an existing parent.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">index</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> New tree index.</span>
</dd>
</dl>
<dl>
<dt>Returns:
<code property="yui:return">
YAHOO.widget.Column
</code></dt>
<dd property="yui:returnInfo">oColumn Reordered Column instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_resetCellEditor">
<h4>
<a name="method_resetCellEditor">resetCellEditor</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">resetCellEditor</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use destroyCellEditor
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_saveCellEditor">
<h4>
<a name="method_saveCellEditor">saveCellEditor</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">saveCellEditor</strong>
(
)
</code>
<div class="description" property="yui:description">
Saves active CellEditor input to Record and upates DOM UI.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:method" resource="#method_select">
<h4>
<a name="method_select">select</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">select</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use selectRow.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_selectCell">
<h4>
<a name="method_selectCell">selectCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">selectCell</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Sets given cell to the selected state.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> DOM element reference or ID string
to DataTable page element or RecordSet index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_selectColumn">
<h4>
<a name="method_selectColumn">selectColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">selectColumn</strong>
(
column
)
</code>
<div class="description" property="yui:description">
Selects given Column. NOTE: You cannot select/unselect nested Columns. You can only
select/unselect non-nested Columns, and bottom-level key Columns.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">column</span>
&lt;<span property="yui:type">HTMLElement | String | Number</span>&gt;
</code>
<span property="yui:description"> DOM reference or ID string to a
TH/TD element (or child of a TH/TD element), a Column key, or a ColumnSet key index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_selectRow">
<h4>
<a name="method_selectRow">selectRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">selectRow</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Sets given row to the selected state.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String | YAHOO.widget.Record | Number</span>&gt;
</code>
<span property="yui:description"> HTML element
reference or ID string, Record instance, or RecordSet position index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_setColumnWidth">
<h4>
<a name="method_setColumnWidth">setColumnWidth</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">setColumnWidth</strong>
(
oColumn
,
nWidth
)
</code>
<div class="description" property="yui:description">
Sets given Column to given pixel width. If new width is less than minimum
width, sets to minimum width. Updates oColumn.width value.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">nWidth</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> New width in pixels. A null value auto-sizes Column,
subject to minWidth and maxAutoWidth validations.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_showCellEditor">
<h4>
<a name="method_showCellEditor">showCellEditor</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">showCellEditor</strong>
(
elCell
)
</code>
<div class="description" property="yui:description">
Activates and shows CellEditor instance for the given cell while deactivating and
canceling previous CellEditor. It is baked into DataTable that only one CellEditor
can be active at any given time.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">elCell</span>
&lt;<span property="yui:type">HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> Cell to edit.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_showColumn">
<h4>
<a name="method_showColumn">showColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">showColumn</strong>
(
oColumn
)
</code>
<div class="description" property="yui:description">
Shows given Column. NOTE: You cannot hide/show nested Columns. You can only
hide/show non-nested Columns, and top-level parent Columns (which will
hide/show all children Columns).
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_showTableMessage">
<h4>
<a name="method_showTableMessage">showTableMessage</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">showTableMessage</strong>
(
sHTML
,
sClassName
)
</code>
<div class="description" property="yui:description">
Displays message within secondary TBODY.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">sHTML</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> (optional) Value for innerHTMlang.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">sClassName</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> (optional) Classname.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_sortColumn">
<h4>
<a name="method_sortColumn">sortColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">sortColumn</strong>
(
oColumn
,
sDir
)
</code>
<div class="description" property="yui:description">
Sorts given Column. If "dynamicData" is true, current selections are purged before
a request is sent to the DataSource for data for the new state (using the
request returned by "generateRequest()").
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">sDir</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> (Optional) YAHOO.widget.DataTable.CLASS_ASC or
YAHOO.widget.DataTable.CLASS_DESC</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_toString">
<h4>
<a name="method_toString">toString</a></h4>
<div class="detail" >
<code>
String
<strong property="yui:name">toString</strong>
(
)
</code>
<div class="description" property="yui:description">
DataSource instance name, for logging.
</div>
<div class="description">
<dl>
<dt>Returns:
<code property="yui:return">
String
</code></dt>
<dd property="yui:returnInfo">Unique name of the DataSource instance.</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_undisable">
<h4>
<a name="method_undisable">undisable</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">undisable</strong>
(
)
</code>
<div class="description" property="yui:description">
Undisables DataTable UI.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_unhighlightCell">
<h4>
<a name="method_unhighlightCell">unhighlightCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">unhighlightCell</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Removes the class YAHOO.widget.DataTable.CLASS_HIGHLIGHTED from the given cell.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> DOM element reference or ID string.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_unhighlightColumn">
<h4>
<a name="method_unhighlightColumn">unhighlightColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">unhighlightColumn</strong>
(
column
)
</code>
<div class="description" property="yui:description">
Removes the class YAHOO.widget.DataTable.CLASS_HIGHLIGHTED to cells of the given Column.
NOTE: You cannot highlight/unhighlight nested Columns. You can only
highlight/unhighlight non-nested Columns, and bottom-level key Columns.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">column</span>
&lt;<span property="yui:type">HTMLElement | String | Number</span>&gt;
</code>
<span property="yui:description"> DOM reference or ID string to a
TH/TD element (or child of a TH/TD element), a Column key, or a ColumnSet key index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_unhighlightRow">
<h4>
<a name="method_unhighlightRow">unhighlightRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">unhighlightRow</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Removes the class YAHOO.widget.DataTable.CLASS_HIGHLIGHTED from the given row.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> DOM element reference or ID string.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_unselectAllCells">
<h4>
<a name="method_unselectAllCells">unselectAllCells</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">unselectAllCells</strong>
(
)
</code>
<div class="description" property="yui:description">
Clears out all cell selections.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_unselectAllRows">
<h4>
<a name="method_unselectAllRows">unselectAllRows</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">unselectAllRows</strong>
(
)
</code>
<div class="description" property="yui:description">
Clears out all row selections.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_unselectCell">
<h4>
<a name="method_unselectCell">unselectCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">unselectCell</strong>
(
cell
)
</code>
<div class="description" property="yui:description">
Sets given cell to the unselected state.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">cell</span>
&lt;<span property="yui:type">HTMLElement | String</span>&gt;
</code>
<span property="yui:description"> DOM element reference or ID string
to DataTable page element or RecordSet index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_unselectColumn">
<h4>
<a name="method_unselectColumn">unselectColumn</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">unselectColumn</strong>
(
column
)
</code>
<div class="description" property="yui:description">
Unselects given Column. NOTE: You cannot select/unselect nested Columns. You can only
select/unselect non-nested Columns, and bottom-level key Columns.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">column</span>
&lt;<span property="yui:type">HTMLElement | String | Number</span>&gt;
</code>
<span property="yui:description"> DOM reference or ID string to a
TH/TD element (or child of a TH/TD element), a Column key, or a ColumnSet key index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_unselectRow">
<h4>
<a name="method_unselectRow">unselectRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">unselectRow</strong>
(
row
)
</code>
<div class="description" property="yui:description">
Sets given row to the unselected state.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">HTMLElement | String | YAHOO.widget.Record | Number</span>&gt;
</code>
<span property="yui:description"> HTML element
reference or ID string, Record instance, or RecordSet position index.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_updateCell">
<h4>
<a name="method_updateCell">updateCell</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">updateCell</strong>
(
oRecord
,
oColumn
,
oData
)
</code>
<div class="description" property="yui:description">
For the given row and column, updates the Record with the given data. If the
cell is on current page, the corresponding DOM elements are also updated.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oRecord</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oColumn</span>
&lt;<span property="yui:type">YAHOO.widget.Column | String | Number</span>&gt;
</code>
<span property="yui:description"> A Column key, or a ColumnSet key index.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> New data value for the cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_updateRow">
<h4>
<a name="method_updateRow">updateRow</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">updateRow</strong>
(
row
,
oData
)
</code>
<div class="description" property="yui:description">
For the given row, updates the associated Record with the given data. If the
row is on current page, the corresponding DOM elements are also updated.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">row</span>
&lt;<span property="yui:type">YAHOO.widget.Record | Number | HTMLElement | String</span>&gt;
</code>
<span property="yui:description">
Which row to update: By Record instance, by Record's RecordSet
position index, by HTMLElement reference to the TR element, or by ID string
of the TR element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Object literal of data for the row.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_updateRows">
<h4>
<a name="method_updateRows">updateRows</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">updateRows</strong>
(
startrow
,
aData
)
</code>
<div class="description" property="yui:description">
Starting with the given row, updates associated Records with the given data.
The number of rows to update are determined by the array of data provided.
Undefined data (i.e., not an object literal) causes a row to be skipped. If
any of the rows are on current page, the corresponding DOM elements are also
updated.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">startrow</span>
&lt;<span property="yui:type">YAHOO.widget.Record | Number | HTMLElement | String</span>&gt;
</code>
<span property="yui:description">
Starting row to update: By Record instance, by Record's RecordSet
position index, by HTMLElement reference to the TR element, or by ID string
of the TR element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">aData</span>
&lt;<span property="yui:type">Object[]</span>&gt;
</code>
<span property="yui:description"> Array of object literal of data for the rows.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:method" resource="#method_validateColumnWidths">
<h4>
<a name="method_validateColumnWidths">validateColumnWidths</a></h4>
<div class="detail" >
<code>
void
<strong property="yui:name">validateColumnWidths</strong>
(
oArg.column
)
</code>
<div class="description" property="yui:description">
For one or all Columns, when Column is not hidden, width is not set, and minWidth
and/or maxAutoWidth is set, validates auto-width against minWidth and maxAutoWidth.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArg.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> (optional) One Column to validate. If null, all Columns' widths are validated.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.Element.html">
<h4>Methods inherited from <a href="YAHOO.util.Element.html" property="yui:name" title="YAHOO.util.Element">YAHOO.util.Element</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.util.Element.html#method__setHTMLAttrConfig">
<a class="private" href="YAHOO.util.Element.html#method__setHTMLAttrConfig" property="yui:name" title="_setHTMLAttrConfig">_setHTMLAttrConfig</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_addClass">
<a class="" href="YAHOO.util.Element.html#method_addClass" property="yui:name" title="addClass">addClass</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_addListener">
<a class="" href="YAHOO.util.Element.html#method_addListener" property="yui:name" title="addListener">addListener</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_appendChild">
<a class="" href="YAHOO.util.Element.html#method_appendChild" property="yui:name" title="appendChild">appendChild</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_appendTo">
<a class="" href="YAHOO.util.Element.html#method_appendTo" property="yui:name" title="appendTo">appendTo</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_delegate">
<a class="" href="YAHOO.util.Element.html#method_delegate" property="yui:name" title="delegate">delegate</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_fireQueue">
<a class="" href="YAHOO.util.Element.html#method_fireQueue" property="yui:name" title="fireQueue">fireQueue</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_getElementsByClassName">
<a class="" href="YAHOO.util.Element.html#method_getElementsByClassName" property="yui:name" title="getElementsByClassName">getElementsByClassName</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_getElementsByTagName">
<a class="" href="YAHOO.util.Element.html#method_getElementsByTagName" property="yui:name" title="getElementsByTagName">getElementsByTagName</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_getStyle">
<a class="" href="YAHOO.util.Element.html#method_getStyle" property="yui:name" title="getStyle">getStyle</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_hasChildNodes">
<a class="" href="YAHOO.util.Element.html#method_hasChildNodes" property="yui:name" title="hasChildNodes">hasChildNodes</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_hasClass">
<a class="" href="YAHOO.util.Element.html#method_hasClass" property="yui:name" title="hasClass">hasClass</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_initAttributes">
<a class="" href="YAHOO.util.Element.html#method_initAttributes" property="yui:name" title="initAttributes">initAttributes</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_insertBefore">
<a class="" href="YAHOO.util.Element.html#method_insertBefore" property="yui:name" title="insertBefore">insertBefore</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_on">
<a class="" href="YAHOO.util.Element.html#method_on" property="yui:name" title="on">on</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_removeChild">
<a class="" href="YAHOO.util.Element.html#method_removeChild" property="yui:name" title="removeChild">removeChild</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_removeClass">
<a class="" href="YAHOO.util.Element.html#method_removeClass" property="yui:name" title="removeClass">removeClass</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_removeDelegate">
<a class="" href="YAHOO.util.Element.html#method_removeDelegate" property="yui:name" title="removeDelegate">removeDelegate</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_removeListener">
<a class="" href="YAHOO.util.Element.html#method_removeListener" property="yui:name" title="removeListener">removeListener</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_replaceChild">
<a class="" href="YAHOO.util.Element.html#method_replaceChild" property="yui:name" title="replaceChild">replaceChild</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_replaceClass">
<a class="" href="YAHOO.util.Element.html#method_replaceClass" property="yui:name" title="replaceClass">replaceClass</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_setStyle">
<a class="" href="YAHOO.util.Element.html#method_setStyle" property="yui:name" title="setStyle">setStyle</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.Element.html#method_subscribe">
<a class="" href="YAHOO.util.Element.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.AttributeProvider.html">
<h4>Methods inherited from <a href="YAHOO.util.AttributeProvider.html" property="yui:name" title="YAHOO.util.AttributeProvider">YAHOO.util.AttributeProvider</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_configureAttribute">
<a class=" deprecated" href="YAHOO.util.AttributeProvider.html#method_configureAttribute" property="yui:name" title="configureAttribute">configureAttribute</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_fireBeforeChangeEvent">
<a class="" href="YAHOO.util.AttributeProvider.html#method_fireBeforeChangeEvent" property="yui:name" title="fireBeforeChangeEvent">fireBeforeChangeEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_fireChangeEvent">
<a class="" href="YAHOO.util.AttributeProvider.html#method_fireChangeEvent" property="yui:name" title="fireChangeEvent">fireChangeEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_get">
<a class="" href="YAHOO.util.AttributeProvider.html#method_get" property="yui:name" title="get">get</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_getAttributeConfig">
<a class="private" href="YAHOO.util.AttributeProvider.html#method_getAttributeConfig" property="yui:name" title="getAttributeConfig">getAttributeConfig</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_getAttributeKeys">
<a class="" href="YAHOO.util.AttributeProvider.html#method_getAttributeKeys" property="yui:name" title="getAttributeKeys">getAttributeKeys</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_refresh">
<a class="" href="YAHOO.util.AttributeProvider.html#method_refresh" property="yui:name" title="refresh">refresh</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_register">
<a class=" deprecated" href="YAHOO.util.AttributeProvider.html#method_register" property="yui:name" title="register">register</a><span class=" deprecated">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_resetAttributeConfig">
<a class="private" href="YAHOO.util.AttributeProvider.html#method_resetAttributeConfig" property="yui:name" title="resetAttributeConfig">resetAttributeConfig</a><span class="private">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_resetValue">
<a class="" href="YAHOO.util.AttributeProvider.html#method_resetValue" property="yui:name" title="resetValue">resetValue</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_set">
<a class="" href="YAHOO.util.AttributeProvider.html#method_set" property="yui:name" title="set">set</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_setAttributeConfig">
<a class="" href="YAHOO.util.AttributeProvider.html#method_setAttributeConfig" property="yui:name" title="setAttributeConfig">setAttributeConfig</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.AttributeProvider.html#method_setAttributes">
<a class="" href="YAHOO.util.AttributeProvider.html#method_setAttributes" property="yui:name" title="setAttributes">setAttributes</a>
</span>
</code>
</div>
</div>
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.EventProvider.html">
<h4>Methods inherited from <a href="YAHOO.util.EventProvider.html" property="yui:name" title="YAHOO.util.EventProvider">YAHOO.util.EventProvider</a>:</h4>
<div class="content" rel="yui:methods">
<code>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_createEvent">
<a class="" href="YAHOO.util.EventProvider.html#method_createEvent" property="yui:name" title="createEvent">createEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_fireEvent">
<a class="" href="YAHOO.util.EventProvider.html#method_fireEvent" property="yui:name" title="fireEvent">fireEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_hasEvent">
<a class="" href="YAHOO.util.EventProvider.html#method_hasEvent" property="yui:name" title="hasEvent">hasEvent</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_subscribe">
<a class="" href="YAHOO.util.EventProvider.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_unsubscribe">
<a class="" href="YAHOO.util.EventProvider.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class="">,</span>
</span>
<span rel="yui:method" resource="YAHOO.util.EventProvider.html#method_unsubscribeAll">
<a class="" href="YAHOO.util.EventProvider.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a>
</span>
</code>
</div>
</div>
</div>
</div>
<div rel="yui:events" resource="#events">
<div class="section method details">
<h3 id="events">Events</h3>
<div class="content">
<div class="" rel="yui:event" resource="#event_beforeCaptionChange">
<h4>
<a name="event_beforeCaptionChange">beforeCaptionChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeCaptionChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'caption' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeCurrencyOptionsChange">
<h4>
<a name="event_beforeCurrencyOptionsChange">beforeCurrencyOptionsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeCurrencyOptionsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'currencyOptions' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeCurrencySymbolChange">
<h4>
<a name="event_beforeCurrencySymbolChange">beforeCurrencySymbolChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeCurrencySymbolChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'currencySymbol' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeDateOptionsChange">
<h4>
<a name="event_beforeDateOptionsChange">beforeDateOptionsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeDateOptionsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'dateOptions' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeDraggableColumnsChange">
<h4>
<a name="event_beforeDraggableColumnsChange">beforeDraggableColumnsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeDraggableColumnsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'draggableColumns' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeDynamicDataChange">
<h4>
<a name="event_beforeDynamicDataChange">beforeDynamicDataChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeDynamicDataChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'dynamicData' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeFormatRowChange">
<h4>
<a name="event_beforeFormatRowChange">beforeFormatRowChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeFormatRowChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'formatRow' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeGenerateRequestChange">
<h4>
<a name="event_beforeGenerateRequestChange">beforeGenerateRequestChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeGenerateRequestChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'generateRequest' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeInitialLoadChange">
<h4>
<a name="event_beforeInitialLoadChange">beforeInitialLoadChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeInitialLoadChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'initialLoad' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeInitialRequestChange">
<h4>
<a name="event_beforeInitialRequestChange">beforeInitialRequestChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeInitialRequestChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'initialRequest' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeMSG_EMPTYChange">
<h4>
<a name="event_beforeMSG_EMPTYChange">beforeMSG_EMPTYChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeMSG_EMPTYChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'MSG_EMPTY' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeMSG_ERRORChange">
<h4>
<a name="event_beforeMSG_ERRORChange">beforeMSG_ERRORChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeMSG_ERRORChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'MSG_ERROR' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeMSG_LOADINGChange">
<h4>
<a name="event_beforeMSG_LOADINGChange">beforeMSG_LOADINGChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeMSG_LOADINGChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'MSG_LOADING' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeMSG_SORTASCChange">
<h4>
<a name="event_beforeMSG_SORTASCChange">beforeMSG_SORTASCChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeMSG_SORTASCChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'MSG_SORTASC' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeMSG_SORTDESCChange">
<h4>
<a name="event_beforeMSG_SORTDESCChange">beforeMSG_SORTDESCChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeMSG_SORTDESCChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'MSG_SORTDESC' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeNumberOptionsChange">
<h4>
<a name="event_beforeNumberOptionsChange">beforeNumberOptionsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeNumberOptionsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'numberOptions' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforePaginatorChange">
<h4>
<a name="event_beforePaginatorChange">beforePaginatorChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforePaginatorChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'paginator' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeRenderEvent">
<h4>
<a name="event_beforeRenderEvent">beforeRenderEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeRenderEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired before the DataTable's DOM is rendered or modified.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeRenderLoopSizeChange">
<h4>
<a name="event_beforeRenderLoopSizeChange">beforeRenderLoopSizeChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeRenderLoopSizeChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'renderLoopSize' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeSelectionModeChange">
<h4>
<a name="event_beforeSelectionModeChange">beforeSelectionModeChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeSelectionModeChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'selectionMode' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeSortedByChange">
<h4>
<a name="event_beforeSortedByChange">beforeSortedByChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeSortedByChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'sortedBy' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_beforeSummaryChange">
<h4>
<a name="event_beforeSummaryChange">beforeSummaryChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">beforeSummaryChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires before the value for the configuration attribute 'summary' changes. Return false to cancel the attribute change.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_buttonClickEvent">
<h4>
<a name="event_buttonClickEvent">buttonClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">buttonClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a BUTTON element or INPUT element of type "button", "image",
"submit", "reset" is clicked.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The BUTTON element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_captionChange">
<h4>
<a name="event_captionChange">captionChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">captionChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'caption' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellClickEvent">
<h4>
<a name="event_cellClickEvent">cellClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a cell has a click.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TD element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellDblclickEvent">
<h4>
<a name="event_cellDblclickEvent">cellDblclickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellDblclickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a cell has a dblclick.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TD element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellFormatEvent">
<h4>
<a name="event_cellFormatEvent">cellFormatEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellFormatEvent</strong>
(
oArgs.el
,
oArgs.record
,
oArgs.column
,
oArgs.key
)
</code>
<div class="description" property="yui:description">
Fired when a cell is formatted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The formatted TD element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The associated Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The associated Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> (deprecated) The key of the formatted cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellHighlightEvent">
<h4>
<a name="event_cellHighlightEvent">cellHighlightEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellHighlightEvent</strong>
(
oArgs.el
,
oArgs.record
,
oArgs.column
,
oArgs.key
)
</code>
<div class="description" property="yui:description">
Fired when a cell is highlighted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The highlighted TD element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The associated Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The associated Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> (deprecated) The key of the highlighted cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellMousedownEvent">
<h4>
<a name="event_cellMousedownEvent">cellMousedownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellMousedownEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a cell has a mousedown.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TD element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellMouseoutEvent">
<h4>
<a name="event_cellMouseoutEvent">cellMouseoutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellMouseoutEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a cell has a mouseout.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TD element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellMouseoverEvent">
<h4>
<a name="event_cellMouseoverEvent">cellMouseoverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellMouseoverEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a cell has a mouseover.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TD element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellMouseupEvent">
<h4>
<a name="event_cellMouseupEvent">cellMouseupEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellMouseupEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a cell has a mouseup.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TD element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellSelectEvent">
<h4>
<a name="event_cellSelectEvent">cellSelectEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellSelectEvent</strong>
(
oArgs.el
,
oArgs.record
,
oArgs.column
,
oArgs.key
)
</code>
<div class="description" property="yui:description">
Fired when a cell is selected.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The selected TD element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The associated Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The associated Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> (deprecated) The key of the selected cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellUnhighlightEvent">
<h4>
<a name="event_cellUnhighlightEvent">cellUnhighlightEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellUnhighlightEvent</strong>
(
oArgs.el
,
oArgs.record
,
oArgs.column
,
oArgs.key
)
</code>
<div class="description" property="yui:description">
Fired when a cell is unhighlighted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The unhighlighted TD element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The associated Record instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The associated Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> (deprecated) The key of the unhighlighted cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellUnselectEvent">
<h4>
<a name="event_cellUnselectEvent">cellUnselectEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellUnselectEvent</strong>
(
oArgs.el
,
oArgs.record
,
oArgs.column
,
oArgs.key
)
</code>
<div class="description" property="yui:description">
Fired when a cell is unselected.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The unselected TD element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The associated Record.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The associated Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.key</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> (deprecated) The key of the unselected cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_cellUpdateEvent">
<h4>
<a name="event_cellUpdateEvent">cellUpdateEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">cellUpdateEvent</strong>
(
oArgs.record
,
oArgs.column
,
oArgs.oldData
)
</code>
<div class="description" property="yui:description">
Fired when a cell is updated.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The updated Record.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The updated Column.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.oldData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Original data value of the updated cell.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_checkboxClickEvent">
<h4>
<a name="event_checkboxClickEvent">checkboxClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">checkboxClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a CHECKBOX element is clicked.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The CHECKBOX element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnHideEvent">
<h4>
<a name="event_columnHideEvent">columnHideEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnHideEvent</strong>
(
oArgs.column
)
</code>
<div class="description" property="yui:description">
Fired when a column is hidden.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnHighlightEvent">
<h4>
<a name="event_columnHighlightEvent">columnHighlightEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnHighlightEvent</strong>
(
oArgs.column
)
</code>
<div class="description" property="yui:description">
Fired when a column is highlighted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The highlighted Column.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnInsertEvent">
<h4>
<a name="event_columnInsertEvent">columnInsertEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnInsertEvent</strong>
(
oArgs.column
,
oArgs.index
)
</code>
<div class="description" property="yui:description">
Fired when a column is inserted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.index</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The index position.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnRemoveEvent">
<h4>
<a name="event_columnRemoveEvent">columnRemoveEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnRemoveEvent</strong>
(
oArgs.column
)
</code>
<div class="description" property="yui:description">
Fired when a column is removed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnReorderEvent">
<h4>
<a name="event_columnReorderEvent">columnReorderEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnReorderEvent</strong>
(
oArgs.column
,
oArgs.oldIndex
)
</code>
<div class="description" property="yui:description">
Fired when a Column is moved to a new index.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.oldIndex</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The previous index position.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnResizeEvent">
<h4>
<a name="event_columnResizeEvent">columnResizeEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnResizeEvent</strong>
(
oArgs.column
,
oArgs.target
,
oArgs.width
)
</code>
<div class="description" property="yui:description">
Fired when a column is drag-resized.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TH element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.width</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Width in pixels.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnSelectEvent">
<h4>
<a name="event_columnSelectEvent">columnSelectEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnSelectEvent</strong>
(
oArgs.column
)
</code>
<div class="description" property="yui:description">
Fired when a column is selected.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnSetWidthEvent">
<h4>
<a name="event_columnSetWidthEvent">columnSetWidthEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnSetWidthEvent</strong>
(
oArgs.column
,
oArgs.width
)
</code>
<div class="description" property="yui:description">
Fired when a column width is set.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.width</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> The width in pixels.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnShowEvent">
<h4>
<a name="event_columnShowEvent">columnShowEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnShowEvent</strong>
(
oArgs.column
)
</code>
<div class="description" property="yui:description">
Fired when a column is shown.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnSortEvent">
<h4>
<a name="event_columnSortEvent">columnSortEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnSortEvent</strong>
(
oArgs.column
,
oArgs.dir
)
</code>
<div class="description" property="yui:description">
Fired when a column is sorted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.dir</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Sort direction: YAHOO.widget.DataTable.CLASS_ASC
or YAHOO.widget.DataTable.CLASS_DESC.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnUnhighlightEvent">
<h4>
<a name="event_columnUnhighlightEvent">columnUnhighlightEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnUnhighlightEvent</strong>
(
oArgs.column
)
</code>
<div class="description" property="yui:description">
Fired when a column is unhighlighted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The unhighlighted Column.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnUnselectEvent">
<h4>
<a name="event_columnUnselectEvent">columnUnselectEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnUnselectEvent</strong>
(
oArgs.column
)
</code>
<div class="description" property="yui:description">
Fired when a column is unselected.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_columnUnsetWidthEvent">
<h4>
<a name="event_columnUnsetWidthEvent">columnUnsetWidthEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">columnUnsetWidthEvent</strong>
(
oArgs.column
)
</code>
<div class="description" property="yui:description">
Fired when a column width is unset.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.column</span>
&lt;<span property="yui:type">YAHOO.widget.Column</span>&gt;
</code>
<span property="yui:description"> The Column instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_currencyOptionsChange">
<h4>
<a name="event_currencyOptionsChange">currencyOptionsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">currencyOptionsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'currencyOptions' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_currencySymbolChange">
<h4>
<a name="event_currencySymbolChange">currencySymbolChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">currencySymbolChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'currencySymbol' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_dataReturnEvent">
<h4>
<a name="event_dataReturnEvent">dataReturnEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">dataReturnEvent</strong>
(
oArgs.request
,
oArgs.response
)
</code>
<div class="description" property="yui:description">
Fired when data is returned from DataSource but before it is consumed by
DataTable.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.request</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> Original request.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.response</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Response object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_dateOptionsChange">
<h4>
<a name="event_dateOptionsChange">dateOptionsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">dateOptionsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'dateOptions' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_disableEvent">
<h4>
<a name="event_disableEvent">disableEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">disableEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable is disabled.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_draggableColumnsChange">
<h4>
<a name="event_draggableColumnsChange">draggableColumnsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">draggableColumnsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'draggableColumns' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_dropdownChangeEvent">
<h4>
<a name="event_dropdownChangeEvent">dropdownChangeEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">dropdownChangeEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a SELECT element is changed.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The SELECT element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_dynamicDataChange">
<h4>
<a name="event_dynamicDataChange">dynamicDataChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">dynamicDataChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'dynamicData' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_editorBlockEvent">
<h4>
<a name="event_editorBlockEvent">editorBlockEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">editorBlockEvent</strong>
(
oArgs.editor
)
</code>
<div class="description" property="yui:description">
Fired when a CellEditor is blocked.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.editor</span>
&lt;<span property="yui:type">YAHOO.widget.CellEditor</span>&gt;
</code>
<span property="yui:description"> The CellEditor instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_editorBlurEvent">
<h4>
<a name="event_editorBlurEvent">editorBlurEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">editorBlurEvent</strong>
(
oArgs.editor
)
</code>
<div class="description" property="yui:description">
Fired when a CellEditor has a blur event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.editor</span>
&lt;<span property="yui:type">YAHOO.widget.CellEditor</span>&gt;
</code>
<span property="yui:description"> The CellEditor instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_editorCancelEvent">
<h4>
<a name="event_editorCancelEvent">editorCancelEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">editorCancelEvent</strong>
(
oArgs.editor
)
</code>
<div class="description" property="yui:description">
Fired when a CellEditor input is canceled.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.editor</span>
&lt;<span property="yui:type">YAHOO.widget.CellEditor</span>&gt;
</code>
<span property="yui:description"> The CellEditor instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_editorKeydownEvent">
<h4>
<a name="event_editorKeydownEvent">editorKeydownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">editorKeydownEvent</strong>
(
oArgs.editor
,
oArgs.event
)
</code>
<div class="description" property="yui:description">
Fired when a CellEditor has a keydown.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.editor</span>
&lt;<span property="yui:type">YAHOO.widget.CellEditor</span>&gt;
</code>
<span property="yui:description"> The CellEditor instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_editorRevertEvent">
<h4>
<a name="event_editorRevertEvent">editorRevertEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">editorRevertEvent</strong>
(
oArgs.editor
,
oArgs.newData
,
oArgs.oldData
)
</code>
<div class="description" property="yui:description">
Fired when a CellEditor input is reverted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.editor</span>
&lt;<span property="yui:type">YAHOO.widget.CellEditor</span>&gt;
</code>
<span property="yui:description"> The CellEditor instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.newData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> New data value from form input field.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.oldData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Old data value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_editorSaveEvent">
<h4>
<a name="event_editorSaveEvent">editorSaveEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">editorSaveEvent</strong>
(
oArgs.editor
,
oArgs.newData
,
oArgs.oldData
)
</code>
<div class="description" property="yui:description">
Fired when a CellEditor input is saved.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.editor</span>
&lt;<span property="yui:type">YAHOO.widget.CellEditor</span>&gt;
</code>
<span property="yui:description"> The CellEditor instance.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.newData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> New data value from form input field.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.oldData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Old data value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_editorShowEvent">
<h4>
<a name="event_editorShowEvent">editorShowEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">editorShowEvent</strong>
(
oArgs.editor
)
</code>
<div class="description" property="yui:description">
Fired when a CellEditor is shown.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.editor</span>
&lt;<span property="yui:type">YAHOO.widget.CellEditor</span>&gt;
</code>
<span property="yui:description"> The CellEditor instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_editorUnblockEvent">
<h4>
<a name="event_editorUnblockEvent">editorUnblockEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">editorUnblockEvent</strong>
(
oArgs.editor
)
</code>
<div class="description" property="yui:description">
Fired when a CellEditor is unblocked.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.editor</span>
&lt;<span property="yui:type">YAHOO.widget.CellEditor</span>&gt;
</code>
<span property="yui:description"> The CellEditor instance.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_editorUpdateEvent">
<h4>
<a name="event_editorUpdateEvent">editorUpdateEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">editorUpdateEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use CellEditor class.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_formatRowChange">
<h4>
<a name="event_formatRowChange">formatRowChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">formatRowChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'formatRow' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_generateRequestChange">
<h4>
<a name="event_generateRequestChange">generateRequestChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">generateRequestChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'generateRequest' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerCellClickEvent">
<h4>
<a name="event_headerCellClickEvent">headerCellClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerCellClickEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadCellClickEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerCellDblclickEvent">
<h4>
<a name="event_headerCellDblclickEvent">headerCellDblclickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerCellDblclickEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadCellDblclickEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerCellMousedownEvent">
<h4>
<a name="event_headerCellMousedownEvent">headerCellMousedownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerCellMousedownEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadCellMousedownEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerCellMouseoutEvent">
<h4>
<a name="event_headerCellMouseoutEvent">headerCellMouseoutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerCellMouseoutEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadCellMouseoutEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerCellMouseoverEvent">
<h4>
<a name="event_headerCellMouseoverEvent">headerCellMouseoverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerCellMouseoverEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadCellMouseoverEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerLabelClickEvent">
<h4>
<a name="event_headerLabelClickEvent">headerLabelClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerLabelClickEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadLabelClickEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerLabelDbllickEvent">
<h4>
<a name="event_headerLabelDbllickEvent">headerLabelDbllickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerLabelDbllickEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadLabelDblclickEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerLabelMousedownEvent">
<h4>
<a name="event_headerLabelMousedownEvent">headerLabelMousedownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerLabelMousedownEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadLabelMousedownEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerLabelMouseoutEvent">
<h4>
<a name="event_headerLabelMouseoutEvent">headerLabelMouseoutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerLabelMouseoutEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadLabelMouseoutEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerLabelMouseoverEvent">
<h4>
<a name="event_headerLabelMouseoverEvent">headerLabelMouseoverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerLabelMouseoverEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadLabelMouseoverEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerRowClickEvent">
<h4>
<a name="event_headerRowClickEvent">headerRowClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerRowClickEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadRowClickEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerRowDblclickEvent">
<h4>
<a name="event_headerRowDblclickEvent">headerRowDblclickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerRowDblclickEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadRowDblclickEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerRowMousedownEvent">
<h4>
<a name="event_headerRowMousedownEvent">headerRowMousedownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerRowMousedownEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadRowMousedownEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerRowMouseoutEvent">
<h4>
<a name="event_headerRowMouseoutEvent">headerRowMouseoutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerRowMouseoutEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadRowMouseoutEvent.
</div>
</div>
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:event" resource="#event_headerRowMouseoverEvent">
<h4>
<a name="event_headerRowMouseoverEvent">headerRowMouseoverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">headerRowMouseoverEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
</div>
<div class="description">
<div class="deprecated">
<strong>Deprecated</strong> Use theadRowMouseoverEvent.
</div>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_initEvent">
<h4>
<a name="event_initEvent">initEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">initEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable's rows are rendered from an initialized state.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_initialLoadChange">
<h4>
<a name="event_initialLoadChange">initialLoadChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">initialLoadChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'initialLoad' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_initialRequestChange">
<h4>
<a name="event_initialRequestChange">initialRequestChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">initialRequestChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'initialRequest' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_linkClickEvent">
<h4>
<a name="event_linkClickEvent">linkClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">linkClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a link is clicked.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The A element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_MSG_EMPTYChange">
<h4>
<a name="event_MSG_EMPTYChange">MSG_EMPTYChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">MSG_EMPTYChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'MSG_EMPTY' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_MSG_ERRORChange">
<h4>
<a name="event_MSG_ERRORChange">MSG_ERRORChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">MSG_ERRORChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'MSG_ERROR' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_MSG_LOADINGChange">
<h4>
<a name="event_MSG_LOADINGChange">MSG_LOADINGChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">MSG_LOADINGChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'MSG_LOADING' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_MSG_SORTASCChange">
<h4>
<a name="event_MSG_SORTASCChange">MSG_SORTASCChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">MSG_SORTASCChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'MSG_SORTASC' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_MSG_SORTDESCChange">
<h4>
<a name="event_MSG_SORTDESCChange">MSG_SORTDESCChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">MSG_SORTDESCChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'MSG_SORTDESC' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_numberOptionsChange">
<h4>
<a name="event_numberOptionsChange">numberOptionsChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">numberOptionsChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'numberOptions' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_paginatorChange">
<h4>
<a name="event_paginatorChange">paginatorChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">paginatorChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'paginator' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_postRenderEvent">
<h4>
<a name="event_postRenderEvent">postRenderEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">postRenderEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable's post-render routine is complete, including
Column width validations.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_radioClickEvent">
<h4>
<a name="event_radioClickEvent">radioClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">radioClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a RADIO element is clicked.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The RADIO element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_renderEvent">
<h4>
<a name="event_renderEvent">renderEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">renderEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable's DOM is rendered or modified.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_renderLoopSizeChange">
<h4>
<a name="event_renderLoopSizeChange">renderLoopSizeChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">renderLoopSizeChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'renderLoopSize' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowAddEvent">
<h4>
<a name="event_rowAddEvent">rowAddEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowAddEvent</strong>
(
oArgs.record
)
</code>
<div class="description" property="yui:description">
Fired when a row is added.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The added Record.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowClickEvent">
<h4>
<a name="event_rowClickEvent">rowClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a row has a click.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowDblclickEvent">
<h4>
<a name="event_rowDblclickEvent">rowDblclickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowDblclickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a row has a dblclick.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowDeleteEvent">
<h4>
<a name="event_rowDeleteEvent">rowDeleteEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowDeleteEvent</strong>
(
oArgs.oldData
,
oArgs.recordIndex
,
oArgs.trElIndex
)
</code>
<div class="description" property="yui:description">
Fired when a row is deleted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.oldData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Object literal of the deleted data.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.recordIndex</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Index of the deleted Record.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.trElIndex</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Index of the deleted TR element, if on current page.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowHighlightEvent">
<h4>
<a name="event_rowHighlightEvent">rowHighlightEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowHighlightEvent</strong>
(
oArgs.el
,
oArgs.record
)
</code>
<div class="description" property="yui:description">
Fired when a row is highlighted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The highlighted TR element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The highlighted Record.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowMousedownEvent">
<h4>
<a name="event_rowMousedownEvent">rowMousedownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowMousedownEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a row has a mousedown.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowMouseoutEvent">
<h4>
<a name="event_rowMouseoutEvent">rowMouseoutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowMouseoutEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a row has a mouseout.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowMouseoverEvent">
<h4>
<a name="event_rowMouseoverEvent">rowMouseoverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowMouseoverEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a row has a mouseover.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowMouseupEvent">
<h4>
<a name="event_rowMouseupEvent">rowMouseupEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowMouseupEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a row has a mouseup.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowsAddEvent">
<h4>
<a name="event_rowsAddEvent">rowsAddEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowsAddEvent</strong>
(
oArgs.record
)
</code>
<div class="description" property="yui:description">
Fired when rows are added.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record[]</span>&gt;
</code>
<span property="yui:description"> The added Records.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowsDeleteEvent">
<h4>
<a name="event_rowsDeleteEvent">rowsDeleteEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowsDeleteEvent</strong>
(
oArgs.oldData
,
oArgs.recordIndex
,
oArgs.count
)
</code>
<div class="description" property="yui:description">
Fired when rows are deleted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.oldData</span>
&lt;<span property="yui:type">Object[]</span>&gt;
</code>
<span property="yui:description"> Array of object literals of the deleted data.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.recordIndex</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Index of the first deleted Record.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.count</span>
&lt;<span property="yui:type">Number</span>&gt;
</code>
<span property="yui:description"> Number of deleted Records.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowSelectEvent">
<h4>
<a name="event_rowSelectEvent">rowSelectEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowSelectEvent</strong>
(
oArgs.el
,
oArgs.record
)
</code>
<div class="description" property="yui:description">
Fired when a row is selected.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The selected TR element, if applicable.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The selected Record.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowUnhighlightEvent">
<h4>
<a name="event_rowUnhighlightEvent">rowUnhighlightEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowUnhighlightEvent</strong>
(
oArgs.el
,
oArgs.record
)
</code>
<div class="description" property="yui:description">
Fired when a row is unhighlighted.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The highlighted TR element.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The highlighted Record.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowUnselectEvent">
<h4>
<a name="event_rowUnselectEvent">rowUnselectEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowUnselectEvent</strong>
(
oArgs.el
,
oArgs.record
)
</code>
<div class="description" property="yui:description">
Fired when a row is unselected.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.el</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The unselected TR element, if applicable.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The unselected Record.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_rowUpdateEvent">
<h4>
<a name="event_rowUpdateEvent">rowUpdateEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">rowUpdateEvent</strong>
(
oArgs.record
,
oArgs.oldData
)
</code>
<div class="description" property="yui:description">
Fired when a row is updated.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.record</span>
&lt;<span property="yui:type">YAHOO.widget.Record</span>&gt;
</code>
<span property="yui:description"> The updated Record.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.oldData</span>
&lt;<span property="yui:type">Object</span>&gt;
</code>
<span property="yui:description"> Object literal of the old data.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_selectionModeChange">
<h4>
<a name="event_selectionModeChange">selectionModeChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">selectionModeChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'selectionMode' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_sortedByChange">
<h4>
<a name="event_sortedByChange">sortedByChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">sortedByChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'sortedBy' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_summaryChange">
<h4>
<a name="event_summaryChange">summaryChange</a></h4>
<div class="detail">
<code>
<strong property="yui:name">summaryChange</strong>
(
event
)
</code>
<div class="description" property="yui:description">
Fires when the value for the configuration attribute 'summary' changes.
</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">{oldValue: any, newValue: any}</span>&gt;
</code>
<span property="yui:description">An object containing the previous attribute value and the new value.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableBlurEvent">
<h4>
<a name="event_tableBlurEvent">tableBlurEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableBlurEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable has a blur event.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableClickEvent">
<h4>
<a name="event_tableClickEvent">tableClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable has a click.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The DataTable's TABLE element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableDblclickEvent">
<h4>
<a name="event_tableDblclickEvent">tableDblclickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableDblclickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable has a dblclick.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The DataTable's TABLE element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableFocusEvent">
<h4>
<a name="event_tableFocusEvent">tableFocusEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableFocusEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable has a focus event.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableKeyEvent">
<h4>
<a name="event_tableKeyEvent">tableKeyEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableKeyEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable has a key event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The DataTable's TABLE element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableMousedownEvent">
<h4>
<a name="event_tableMousedownEvent">tableMousedownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableMousedownEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable has a mousedown.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The DataTable's TABLE element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableMouseoutEvent">
<h4>
<a name="event_tableMouseoutEvent">tableMouseoutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableMouseoutEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable has a mouseout.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The DataTable's TABLE element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableMouseoverEvent">
<h4>
<a name="event_tableMouseoverEvent">tableMouseoverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableMouseoverEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable has a mouseover.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The DataTable's TABLE element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableMouseupEvent">
<h4>
<a name="event_tableMouseupEvent">tableMouseupEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableMouseupEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable has a mouseup.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The DataTable's TABLE element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableMsgHideEvent">
<h4>
<a name="event_tableMsgHideEvent">tableMsgHideEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableMsgHideEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable's message element is hidden.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tableMsgShowEvent">
<h4>
<a name="event_tableMsgShowEvent">tableMsgShowEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tableMsgShowEvent</strong>
(
oArgs.html
,
oArgs.className
)
</code>
<div class="description" property="yui:description">
Fired when a message is shown in the DataTable's message element.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.html</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The HTML displayed.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.className</span>
&lt;<span property="yui:type">String</span>&gt;
</code>
<span property="yui:description"> The className assigned.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyFocusEvent">
<h4>
<a name="event_tbodyFocusEvent">tbodyFocusEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyFocusEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable TBODY element has a focus event.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_tbodyKeyEvent">
<h4>
<a name="event_tbodyKeyEvent">tbodyKeyEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">tbodyKeyEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable TBODY element has a key event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The DataTable's TABLE element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellClickEvent">
<h4>
<a name="event_theadCellClickEvent">theadCellClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD cell has a click.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TH element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellDblclickEvent">
<h4>
<a name="event_theadCellDblclickEvent">theadCellDblclickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellDblclickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD cell has a dblclick.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TH element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellMousedownEvent">
<h4>
<a name="event_theadCellMousedownEvent">theadCellMousedownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellMousedownEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD cell has a mousedown.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TH element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellMouseoutEvent">
<h4>
<a name="event_theadCellMouseoutEvent">theadCellMouseoutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellMouseoutEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD cell has a mouseout.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TH element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellMouseoverEvent">
<h4>
<a name="event_theadCellMouseoverEvent">theadCellMouseoverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellMouseoverEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD cell has a mouseover.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TH element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadCellMouseupEvent">
<h4>
<a name="event_theadCellMouseupEvent">theadCellMouseupEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadCellMouseupEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD cell has a mouseup.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TH element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadFocusEvent">
<h4>
<a name="event_theadFocusEvent">theadFocusEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadFocusEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable THEAD element has a focus event.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadKeyEvent">
<h4>
<a name="event_theadKeyEvent">theadKeyEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadKeyEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable THEAD element has a key event.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The DataTable's TABLE element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadLabelClickEvent">
<h4>
<a name="event_theadLabelClickEvent">theadLabelClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadLabelClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD label has a click.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The SPAN element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadLabelDblclickEvent">
<h4>
<a name="event_theadLabelDblclickEvent">theadLabelDblclickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadLabelDblclickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD label has a dblclick.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The SPAN element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadLabelMousedownEvent">
<h4>
<a name="event_theadLabelMousedownEvent">theadLabelMousedownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadLabelMousedownEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD label has a mousedown.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The SPAN element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadLabelMouseoutEvent">
<h4>
<a name="event_theadLabelMouseoutEvent">theadLabelMouseoutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadLabelMouseoutEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD label has a mouseout.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The SPAN element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadLabelMouseoverEvent">
<h4>
<a name="event_theadLabelMouseoverEvent">theadLabelMouseoverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadLabelMouseoverEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD label has a mouseover.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The SPAN element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadLabelMouseupEvent">
<h4>
<a name="event_theadLabelMouseupEvent">theadLabelMouseupEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadLabelMouseupEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD label has a mouseup.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The SPAN element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowClickEvent">
<h4>
<a name="event_theadRowClickEvent">theadRowClickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowClickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD row has a click.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowDblclickEvent">
<h4>
<a name="event_theadRowDblclickEvent">theadRowDblclickEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowDblclickEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD row has a dblclick.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowMousedownEvent">
<h4>
<a name="event_theadRowMousedownEvent">theadRowMousedownEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowMousedownEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD row has a mousedown.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowMouseoutEvent">
<h4>
<a name="event_theadRowMouseoutEvent">theadRowMouseoutEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowMouseoutEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD row has a mouseout.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowMouseoverEvent">
<h4>
<a name="event_theadRowMouseoverEvent">theadRowMouseoverEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowMouseoverEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD row has a mouseover.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_theadRowMouseupEvent">
<h4>
<a name="event_theadRowMouseupEvent">theadRowMouseupEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">theadRowMouseupEvent</strong>
(
oArgs.event
,
oArgs.target
)
</code>
<div class="description" property="yui:description">
Fired when a THEAD row has a mouseup.
</div>
<div class="description">
<dl rel="yui:parameters">
<dt>Parameters:</dt>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.event</span>
&lt;<span property="yui:type">HTMLEvent</span>&gt;
</code>
<span property="yui:description"> The event object.</span>
</dd>
<dd rel="yui:parameter">
<code><span property="yui:name">oArgs.target</span>
&lt;<span property="yui:type">HTMLElement</span>&gt;
</code>
<span property="yui:description"> The TR element.</span>
</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_undisableEvent">
<h4>
<a name="event_undisableEvent">undisableEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">undisableEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when the DataTable is undisabled.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_unselectAllCellsEvent">
<h4>
<a name="event_unselectAllCellsEvent">unselectAllCellsEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">unselectAllCellsEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when all cell selections are cleared.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
<div class="" rel="yui:event" resource="#event_unselectAllRowsEvent">
<h4>
<a name="event_unselectAllRowsEvent">unselectAllRowsEvent</a></h4>
<div class="detail">
<code>
<strong property="yui:name">unselectAllRowsEvent</strong>
(
)
</code>
<div class="description" property="yui:description">
Fired when all row selections are cleared.
</div>
<div class="description">
</div>
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.Element.html">
<h4>Events inherited from <a href="YAHOO.util.Element.html" property="yui:name" title="YAHOO.util.Element">YAHOO.util.Element</a>:</h4>
<div class="content" rel="yui:events">
<code>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_appendTo">
<a class="" href="YAHOO.util.Element.html#event_appendTo" property="yui:name" title="appendTo">appendTo</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_available">
<a class="" href="YAHOO.util.Element.html#event_available" property="yui:name" title="available">available</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_beforeAppendTo">
<a class="" href="YAHOO.util.Element.html#event_beforeAppendTo" property="yui:name" title="beforeAppendTo">beforeAppendTo</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_beforeElementChange">
<a class="" href="YAHOO.util.Element.html#event_beforeElementChange" property="yui:name" title="beforeElementChange">beforeElementChange</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_contentReady">
<a class="" href="YAHOO.util.Element.html#event_contentReady" property="yui:name" title="contentReady">contentReady</a><span class="">,</span>
</span>
<span rel="yui:event" resource="YAHOO.util.Element.html#event_elementChange">
<a class="" href="YAHOO.util.Element.html#event_elementChange" property="yui:name" title="elementChange">elementChange</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_caption">
<h4><a name="config_caption">caption</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Value for the CAPTION element. NB: Not supported in
ScrollingDataTable.
</div>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_currencyOptions">
<h4><a name="config_currencyOptions">currencyOptions</a>
<code>- <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Default config passed to YAHOO.util.Number.format() by the 'currency' Column formatter.
</div>
</div>
<div class="default">
Default Value: {prefix: $, decimalPlaces:2, decimalSeparator:".", thousandsSeparator:","}
</div>
<hr />
</div>
<div class=" deprecated" rel="yui:attribute" resource="#config_currencySymbol">
<h4><a name="config_currencySymbol">currencySymbol</a>
<code>- <span property="yui:type">object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
</div>
</div>
<div class="deprecated">
<strong>Deprecated</strong> &#160;
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_dateOptions">
<h4><a name="config_dateOptions">dateOptions</a>
<code>- <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Default config passed to YAHOO.util.Date.format() by the 'date' Column formatter.
</div>
</div>
<div class="default">
Default Value: {format:"%m/%d/%Y", locale:"en"}
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_draggableColumns">
<h4><a name="config_draggableColumns">draggableColumns</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
True if Columns are draggable to reorder, false otherwise.
The Drag & Drop Utility is required to enable this feature. Only top-level
and non-nested Columns are draggable. Write once.
</div>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_dynamicData">
<h4><a name="config_dynamicData">dynamicData</a>
<code>- <span property="yui:type">Boolean</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
If true, sorting and pagination are relegated to the DataSource
for handling, using the request returned by the "generateRequest" function.
Each new DataSource response blows away all previous Records. False by default, so
sorting and pagination will be handled directly on the client side, without
causing any new requests for data from the DataSource.
</div>
</div>
<div class="default">
Default Value: false
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_formatRow">
<h4><a name="config_formatRow">formatRow</a>
<code>- <span property="yui:type">function</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
A function that accepts a TR element and its associated Record
for custom formatting. The function must return TRUE in order to automatically
continue formatting of child TD elements, else TD elements will not be
automatically formatted.
</div>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_generateRequest">
<h4><a name="config_generateRequest">generateRequest</a>
<code>- <span property="yui:type">function</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
A function that converts an object literal of desired DataTable
states into a request value which is then passed to the DataSource's
sendRequest method in order to retrieve data for those states. This
function is passed an object literal of state data and a reference to the
DataTable instance:
<dl>
<dt>pagination<dt>
<dd>
<dt>offsetRecord</dt>
<dd>{Number} Index of the first Record of the desired page</dd>
<dt>rowsPerPage</dt>
<dd>{Number} Number of rows per page</dd>
</dd>
<dt>sortedBy</dt>
<dd>
<dt>key</dt>
<dd>{String} Key of sorted Column</dd>
<dt>dir</dt>
<dd>{String} Sort direction, either YAHOO.widget.DataTable.CLASS_ASC or YAHOO.widget.DataTable.CLASS_DESC</dd>
</dd>
<dt>self</dt>
<dd>The DataTable instance</dd>
</dl>
and by default returns a String of syntax:
"sort={sortColumn}&dir={sortDir}&startIndex={pageStartIndex}&results={rowsPerPage}"
</div>
</div>
<div class="default">
Default Value: HTMLFunction
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_initialLoad">
<h4><a name="config_initialLoad">initialLoad</a>
<code>- <span property="yui:type">Boolean | Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Determines whether or not to load data at instantiation. By
default, will trigger a sendRequest() to the DataSource and pass in the
request defined by initialRequest. If set to false, data will not load
at instantiation. Alternatively, implementers who wish to work with a
custom payload may pass in an object literal with the following values:
<dl>
<dt>request (MIXED)</dt>
<dd>Request value.</dd>
<dt>argument (MIXED)</dt>
<dd>Custom data that will be passed through to the callback function.</dd>
</dl>
</div>
</div>
<div class="default">
Default Value: true
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_initialRequest">
<h4><a name="config_initialRequest">initialRequest</a>
<code>- <span property="yui:type">MIXED</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Defines the initial request that gets sent to the DataSource
during initialization. Value is ignored if initialLoad is set to any value
other than true.
</div>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_MSG_EMPTY">
<h4><a name="config_MSG_EMPTY">MSG_EMPTY</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Message to display if DataTable has no data.
</div>
</div>
<div class="default">
Default Value: "No records found."
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_MSG_ERROR">
<h4><a name="config_MSG_ERROR">MSG_ERROR</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Message to display while DataTable has data error.
</div>
</div>
<div class="default">
Default Value: "Data error."
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_MSG_LOADING">
<h4><a name="config_MSG_LOADING">MSG_LOADING</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Message to display while DataTable is loading data.
</div>
</div>
<div class="default">
Default Value: "Loading..."
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_MSG_SORTASC">
<h4><a name="config_MSG_SORTASC">MSG_SORTASC</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Message to display in tooltip to sort Column in ascending order.
</div>
</div>
<div class="default">
Default Value: "Click to sort ascending"
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_MSG_SORTDESC">
<h4><a name="config_MSG_SORTDESC">MSG_SORTDESC</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Message to display in tooltip to sort Column in descending order.
</div>
</div>
<div class="default">
Default Value: "Click to sort descending"
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_numberOptions">
<h4><a name="config_numberOptions">numberOptions</a>
<code>- <span property="yui:type">Object</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Default config passed to YAHOO.util.Number.format() by the 'number' Column formatter.
</div>
</div>
<div class="default">
Default Value: {decimalPlaces:0, thousandsSeparator:","}
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_paginator">
<h4><a name="config_paginator">paginator</a>
<code>- <span property="yui:type">{Object|YAHOO.widget.Paginator}</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
An instance of YAHOO.widget.Paginator.
</div>
</div>
<div class="default">
Default Value: null
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_renderLoopSize">
<h4><a name="config_renderLoopSize">renderLoopSize</a>
<code>- <span property="yui:type">Number</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
A value greater than 0 enables DOM rendering of rows to be
executed from a non-blocking timeout queue and sets how many rows to be
rendered per timeout. Recommended for very large data sets.
</div>
</div>
<div class="default">
Default Value: 0
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_selectionMode">
<h4><a name="config_selectionMode">selectionMode</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Specifies row or cell selection mode. Accepts the following strings:
<dl>
<dt>"standard"</dt>
<dd>Standard row selection with support for modifier keys to enable
multiple selections.</dd>
<dt>"single"</dt>
<dd>Row selection with modifier keys disabled to not allow
multiple selections.</dd>
<dt>"singlecell"</dt>
<dd>Cell selection with modifier keys disabled to not allow
multiple selections.</dd>
<dt>"cellblock"</dt>
<dd>Cell selection with support for modifier keys to enable multiple
selections in a block-fashion, like a spreadsheet.</dd>
<dt>"cellrange"</dt>
<dd>Cell selection with support for modifier keys to enable multiple
selections in a range-fashion, like a calendar.</dd>
</dl>
</div>
</div>
<div class="default">
Default Value: "standard"
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_sortedBy">
<h4><a name="config_sortedBy">sortedBy</a>
<code>- <span property="yui:type">Object | null</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Object literal provides metadata for initial sort values if
data will arrive pre-sorted:
<dl>
<dt>sortedBy.key</dt>
<dd>{String} Key of sorted Column</dd>
<dt>sortedBy.dir</dt>
<dd>{String} Initial sort direction, either YAHOO.widget.DataTable.CLASS_ASC or YAHOO.widget.DataTable.CLASS_DESC</dd>
</dl>
</div>
</div>
<hr />
</div>
<div class="" rel="yui:attribute" resource="#config_summary">
<h4><a name="config_summary">summary</a>
<code>- <span property="yui:type">String</span></code>
</h4>
<div class="detail">
<div class="description" property="yui:description">
Value for the SUMMARY attribute.
</div>
</div>
<div class="default">
Default Value: ""
</div>
<hr />
</div>
</div>
</div>
<div rel="yui:inheritance">
<div class="section field inheritance" rel="yui:superclass" resource="YAHOO.util.Element.html">
<h4>Configuration attributes inherited from <a href="YAHOO.util.Element.html" property="yui:name" title="YAHOO.util.Element">YAHOO.util.Element</a>:</h4>
<div class="content" rel="yui:attributes">
<code>
<span rel="yui:attribute" resource="YAHOO.util.Element.html#config_element">
<a class="" href="YAHOO.util.Element.html#config_element" property="yui:name" title="element">element</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_animation.html" title="animation">animation</a></li>
<li class=""><a href="module_autocomplete.html" title="autocomplete">autocomplete</a></li>
<li class=""><a href="module_button.html" title="button">button</a></li>
<li class=""><a href="module_calendar.html" title="calendar">calendar</a></li>
<li class=""><a href="module_carousel.html" title="carousel">carousel</a></li>
<li class=""><a href="module_charts.html" title="charts">charts</a></li>
<li class=""><a href="module_colorpicker.html" title="colorpicker">colorpicker</a></li>
<li class=""><a href="module_connection.html" title="connection">connection</a></li>
<li class=""><a href="module_container.html" title="container">container</a></li>
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
<li class="selected"><a href="module_datatable.html" title="datatable">datatable</a></li>
<li class=""><a href="module_datemath.html" title="datemath">datemath</a></li>
<li class=""><a href="module_dom.html" title="dom">dom</a></li>
<li class=""><a href="module_dragdrop.html" title="dragdrop">dragdrop</a></li>
<li class=""><a href="module_editor.html" title="editor">editor</a></li>
<li class=""><a href="module_element.html" title="element">element</a></li>
<li class=""><a href="module_element-delegate.html" title="element-delegate">element-delegate</a></li>
<li class=""><a href="module_event.html" title="event">event</a></li>
<li class=""><a href="module_event-delegate.html" title="event-delegate">event-delegate</a></li>
<li class=""><a href="module_event-mouseenter.html" title="event-mouseenter">event-mouseenter</a></li>
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
<li class=""><a href="module_get.html" title="get">get</a></li>
<li class=""><a href="module_history.html" title="history">history</a></li>
<li class=""><a href="module_imagecropper.html" title="imagecropper">imagecropper</a></li>
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
<li class=""><a href="module_json.html" title="json">json</a></li>
<li class=""><a href="module_layout.html" title="layout">layout</a></li>
<li class=""><a href="module_logger.html" title="logger">logger</a></li>
<li class=""><a href="module_menu.html" title="menu">menu</a></li>
<li class=""><a href="module_paginator.html" title="paginator">paginator</a></li>
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
<li class=""><a href="module_profilerviewer.html" title="profilerviewer">profilerviewer</a></li>
<li class=""><a href="module_progressbar.html" title="progressbar">progressbar</a></li>
<li class=""><a href="module_resize.html" title="resize">resize</a></li>
<li class=""><a href="module_selector.html" title="selector">selector</a></li>
<li class=""><a href="module_slider.html" title="slider">slider</a></li>
<li class=""><a href="module_storage.html" title="Storage">Storage</a></li>
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
<li class=""><a href="module_swf.html" title="swf">swf</a></li>
<li class=""><a href="module_swfdetect.html" title="swfdetect">swfdetect</a></li>
<li class=""><a href="module_swfstore.html" title="swfstore">swfstore</a></li>
<li class=""><a href="module_tabview.html" title="tabview">tabview</a></li>
<li class=""><a href="module_treeview.html" title="treeview">treeview</a></li>
<li class=""><a href="module_uploader.html" title="uploader">uploader</a></li>
<li class=""><a href="module_yahoo.html" title="yahoo">yahoo</a></li>
<li class=""><a href="module_yuiloader.html" title="yuiloader">yuiloader</a></li>
<li class=""><a href="module_yuitest.html" title="yuitest">yuitest</a></li>
</ul>
</div>
<div id="classList" class="module">
<h4>Classes</h4>
<ul class="content">
<li class=""><a href="YAHOO.util.Chain.html" title="YAHOO.util.Chain">YAHOO.util.Chain</a></li>
<li class=""><a href="YAHOO.util.ColumnDD.html" title="YAHOO.util.ColumnDD">YAHOO.util.ColumnDD</a></li>
<li class=""><a href="YAHOO.util.ColumnResizer.html" title="YAHOO.util.ColumnResizer">YAHOO.util.ColumnResizer</a></li>
<li class=""><a href="YAHOO.util.Sort.html" title="YAHOO.util.Sort">YAHOO.util.Sort</a></li>
<li class=""><a href="YAHOO.widget.BaseCellEditor.html" title="YAHOO.widget.BaseCellEditor">YAHOO.widget.BaseCellEditor</a></li>
<li class=""><a href="YAHOO.widget.CellEditor.html" title="YAHOO.widget.CellEditor">YAHOO.widget.CellEditor</a></li>
<li class=""><a href="YAHOO.widget.CheckboxCellEditor.html" title="YAHOO.widget.CheckboxCellEditor">YAHOO.widget.CheckboxCellEditor</a></li>
<li class=""><a href="YAHOO.widget.Column.html" title="YAHOO.widget.Column">YAHOO.widget.Column</a></li>
<li class=""><a href="YAHOO.widget.ColumnSet.html" title="YAHOO.widget.ColumnSet">YAHOO.widget.ColumnSet</a></li>
<li class="selected"><a href="YAHOO.widget.DataTable.html" title="YAHOO.widget.DataTable">YAHOO.widget.DataTable</a></li>
<li class=""><a href="YAHOO.widget.DateCellEditor.html" title="YAHOO.widget.DateCellEditor">YAHOO.widget.DateCellEditor</a></li>
<li class=""><a href="YAHOO.widget.DropdownCellEditor.html" title="YAHOO.widget.DropdownCellEditor">YAHOO.widget.DropdownCellEditor</a></li>
<li class=""><a href="YAHOO.widget.RadioCellEditor.html" title="YAHOO.widget.RadioCellEditor">YAHOO.widget.RadioCellEditor</a></li>
<li class=""><a href="YAHOO.widget.Record.html" title="YAHOO.widget.Record">YAHOO.widget.Record</a></li>
<li class=""><a href="YAHOO.widget.RecordSet.html" title="YAHOO.widget.RecordSet">YAHOO.widget.RecordSet</a></li>
<li class=""><a href="YAHOO.widget.ScrollingDataTable.html" title="YAHOO.widget.ScrollingDataTable">YAHOO.widget.ScrollingDataTable</a></li>
<li class=""><a href="YAHOO.widget.TextareaCellEditor.html" title="YAHOO.widget.TextareaCellEditor">YAHOO.widget.TextareaCellEditor</a></li>
<li class=""><a href="YAHOO.widget.TextboxCellEditor.html" title="YAHOO.widget.TextboxCellEditor">YAHOO.widget.TextboxCellEditor</a></li>
</ul>
</div>
<div id="fileList" class="module">
<h4>Files</h4>
<ul class="content">
<li class=""><a href="CellEditor.js.html" title="CellEditor.js">CellEditor.js</a></li>
<li class=""><a href="Chain.js.html" title="Chain.js">Chain.js</a></li>
<li class=""><a href="ColumnSet.js.html" title="ColumnSet.js">ColumnSet.js</a></li>
<li class=""><a href="DataTable.js.html" title="DataTable.js">DataTable.js</a></li>
<li class=""><a href="RecordSet.js.html" title="RecordSet.js">RecordSet.js</a></li>
<li class=""><a href="ScrollingDataTable.js.html" title="ScrollingDataTable.js">ScrollingDataTable.js</a></li>
</ul>
</div>
<div id="propertyList" class="module">
<h4>Properties</h4>
<ul class="content">
<li class="private"><a href="#property__aDynFunctions" title="_aDynFunctions">_aDynFunctions</a></li>
<li class="private"><a href="#property__aSelections" title="_aSelections">_aSelections</a></li>
<li class="private"><a href="#property__bInit" title="_bInit">_bInit</a></li>
<li class="private"><a href="#property__elCaption" title="_elCaption">_elCaption</a></li>
<li class="private"><a href="#property__elColgroup" title="_elColgroup">_elColgroup</a></li>
<li class="private"><a href="#property__elContainer" title="_elContainer">_elContainer</a></li>
<li class="private"><a href="#property__elMask" title="_elMask">_elMask</a></li>
<li class="private"><a href="#property__elMsgTbody" title="_elMsgTbody">_elMsgTbody</a></li>
<li class="private"><a href="#property__elMsgTd" title="_elMsgTd">_elMsgTd</a></li>
<li class="private"><a href="#property__elMsgTr" title="_elMsgTr">_elMsgTr</a></li>
<li class="private"><a href="#property__elTable" title="_elTable">_elTable</a></li>
<li class="private"><a href="#property__elTbody" title="_elTbody">_elTbody</a></li>
<li class="private"><a href="#property__elThead" title="_elThead">_elThead</a></li>
<li class="private"><a href="#property__elTrTemplate" title="_elTrTemplate">_elTrTemplate</a></li>
<li class="private"><a href="#property__nIndex" title="_nIndex">_nIndex</a></li>
<li class="private"><a href="#property__nTdCount" title="_nTdCount">_nTdCount</a></li>
<li class="private"><a href="#property__nTrCount" title="_nTrCount">_nTrCount</a></li>
<li class="private"><a href="#property__oAnchorCell" title="_oAnchorCell">_oAnchorCell</a></li>
<li class="private"><a href="#property__oAnchorRecord" title="_oAnchorRecord">_oAnchorRecord</a></li>
<li class="private"><a href="#property__oCellEditor" title="_oCellEditor">_oCellEditor</a></li>
<li class="private"><a href="#property__oChainRender" title="_oChainRender">_oChainRender</a></li>
<li class="private"><a href="#property__oColumnSet" title="_oColumnSet">_oColumnSet</a></li>
<li class="private"><a href="#property__oDataSource" title="_oDataSource">_oDataSource</a></li>
<li class="private"><a href="#property__oRecordSet" title="_oRecordSet">_oRecordSet</a></li>
<li class="private"><a href="#property__sFirstTrId" title="_sFirstTrId">_sFirstTrId</a></li>
<li class="private"><a href="#property__sId" title="_sId">_sId</a></li>
<li class="private"><a href="#property__sLastTrId" title="_sLastTrId">_sLastTrId</a></li>
<li class=""><a href="#property_configs" title="configs">configs</a></li>
<li class="private"><a href="#property_DataTable._bDynStylesFallback" title="DataTable._bDynStylesFallback">DataTable._bDynStylesFallback</a></li>
<li class="private"><a href="#property_DataTable._elColumnDragTarget" title="DataTable._elColumnDragTarget">DataTable._elColumnDragTarget</a></li>
<li class="private"><a href="#property_DataTable._elColumnResizerProxy" title="DataTable._elColumnResizerProxy">DataTable._elColumnResizerProxy</a></li>
<li class="private"><a href="#property_DataTable._elDynStyleNode" title="DataTable._elDynStyleNode">DataTable._elDynStyleNode</a></li>
<li class="private"><a href="#property_DataTable._nCount" title="DataTable._nCount">DataTable._nCount</a></li>
<li class="private"><a href="#property_DataTable._nCurrentCount" title="DataTable._nCurrentCount">DataTable._nCurrentCount</a></li>
<li class="private"><a href="#property_DataTable._oDynStyles" title="DataTable._oDynStyles">DataTable._oDynStyles</a></li>
<li class=""><a href="#property_DataTable.CLASS_ASC" title="DataTable.CLASS_ASC">DataTable.CLASS_ASC</a></li>
<li class=""><a href="#property_DataTable.CLASS_BUTTON" title="DataTable.CLASS_BUTTON">DataTable.CLASS_BUTTON</a></li>
<li class=""><a href="#property_DataTable.CLASS_CHECKBOX" title="DataTable.CLASS_CHECKBOX">DataTable.CLASS_CHECKBOX</a></li>
<li class=""><a href="#property_DataTable.CLASS_COLTARGET" title="DataTable.CLASS_COLTARGET">DataTable.CLASS_COLTARGET</a></li>
<li class=""><a href="#property_DataTable.CLASS_DATA" title="DataTable.CLASS_DATA">DataTable.CLASS_DATA</a></li>
<li class=""><a href="#property_DataTable.CLASS_DATATABLE" title="DataTable.CLASS_DATATABLE">DataTable.CLASS_DATATABLE</a></li>
<li class=""><a href="#property_DataTable.CLASS_DEFAULT" title="DataTable.CLASS_DEFAULT">DataTable.CLASS_DEFAULT</a></li>
<li class=""><a href="#property_DataTable.CLASS_DESC" title="DataTable.CLASS_DESC">DataTable.CLASS_DESC</a></li>
<li class=""><a href="#property_DataTable.CLASS_DISABLED" title="DataTable.CLASS_DISABLED">DataTable.CLASS_DISABLED</a></li>
<li class=""><a href="#property_DataTable.CLASS_DRAGGABLE" title="DataTable.CLASS_DRAGGABLE">DataTable.CLASS_DRAGGABLE</a></li>
<li class=""><a href="#property_DataTable.CLASS_DROPDOWN" title="DataTable.CLASS_DROPDOWN">DataTable.CLASS_DROPDOWN</a></li>
<li class=""><a href="#property_DataTable.CLASS_EDITABLE" title="DataTable.CLASS_EDITABLE">DataTable.CLASS_EDITABLE</a></li>
<li class=""><a href="#property_DataTable.CLASS_EDITOR" title="DataTable.CLASS_EDITOR">DataTable.CLASS_EDITOR</a></li>
<li class=""><a href="#property_DataTable.CLASS_EMPTY" title="DataTable.CLASS_EMPTY">DataTable.CLASS_EMPTY</a></li>
<li class=""><a href="#property_DataTable.CLASS_ERROR" title="DataTable.CLASS_ERROR">DataTable.CLASS_ERROR</a></li>
<li class=""><a href="#property_DataTable.CLASS_EVEN" title="DataTable.CLASS_EVEN">DataTable.CLASS_EVEN</a></li>
<li class=""><a href="#property_DataTable.CLASS_FIRST" title="DataTable.CLASS_FIRST">DataTable.CLASS_FIRST</a></li>
<li class=""><a href="#property_DataTable.CLASS_HIDDEN" title="DataTable.CLASS_HIDDEN">DataTable.CLASS_HIDDEN</a></li>
<li class=""><a href="#property_DataTable.CLASS_HIGHLIGHTED" title="DataTable.CLASS_HIGHLIGHTED">DataTable.CLASS_HIGHLIGHTED</a></li>
<li class=""><a href="#property_DataTable.CLASS_LABEL" title="DataTable.CLASS_LABEL">DataTable.CLASS_LABEL</a></li>
<li class=""><a href="#property_DataTable.CLASS_LAST" title="DataTable.CLASS_LAST">DataTable.CLASS_LAST</a></li>
<li class=""><a href="#property_DataTable.CLASS_LINER" title="DataTable.CLASS_LINER">DataTable.CLASS_LINER</a></li>
<li class=""><a href="#property_DataTable.CLASS_LOADING" title="DataTable.CLASS_LOADING">DataTable.CLASS_LOADING</a></li>
<li class=""><a href="#property_DataTable.CLASS_MASK" title="DataTable.CLASS_MASK">DataTable.CLASS_MASK</a></li>
<li class=""><a href="#property_DataTable.CLASS_MESSAGE" title="DataTable.CLASS_MESSAGE">DataTable.CLASS_MESSAGE</a></li>
<li class=""><a href="#property_DataTable.CLASS_NEXT" title="DataTable.CLASS_NEXT">DataTable.CLASS_NEXT</a></li>
<li class=""><a href="#property_DataTable.CLASS_ODD" title="DataTable.CLASS_ODD">DataTable.CLASS_ODD</a></li>
<li class=""><a href="#property_DataTable.CLASS_PAGE" title="DataTable.CLASS_PAGE">DataTable.CLASS_PAGE</a></li>
<li class=""><a href="#property_DataTable.CLASS_PAGINATOR" title="DataTable.CLASS_PAGINATOR">DataTable.CLASS_PAGINATOR</a></li>
<li class=""><a href="#property_DataTable.CLASS_PREVIOUS" title="DataTable.CLASS_PREVIOUS">DataTable.CLASS_PREVIOUS</a></li>
<li class=""><a href="#property_DataTable.CLASS_RADIO" title="DataTable.CLASS_RADIO">DataTable.CLASS_RADIO</a></li>
<li class=""><a href="#property_DataTable.CLASS_RESIZEABLE" title="DataTable.CLASS_RESIZEABLE">DataTable.CLASS_RESIZEABLE</a></li>
<li class=""><a href="#property_DataTable.CLASS_RESIZER" title="DataTable.CLASS_RESIZER">DataTable.CLASS_RESIZER</a></li>
<li class=""><a href="#property_DataTable.CLASS_RESIZERLINER" title="DataTable.CLASS_RESIZERLINER">DataTable.CLASS_RESIZERLINER</a></li>
<li class=""><a href="#property_DataTable.CLASS_RESIZERPROXY" title="DataTable.CLASS_RESIZERPROXY">DataTable.CLASS_RESIZERPROXY</a></li>
<li class=""><a href="#property_DataTable.CLASS_SCROLLABLE" title="DataTable.CLASS_SCROLLABLE">DataTable.CLASS_SCROLLABLE</a></li>
<li class=""><a href="#property_DataTable.CLASS_SELECTED" title="DataTable.CLASS_SELECTED">DataTable.CLASS_SELECTED</a></li>
<li class=""><a href="#property_DataTable.CLASS_SORTABLE" title="DataTable.CLASS_SORTABLE">DataTable.CLASS_SORTABLE</a></li>
<li class=""><a href="#property_DataTable.Formatter" title="DataTable.Formatter">DataTable.Formatter</a></li>
</ul>
</div>
<div id="methodsList" class="module">
<h4>Methods</h4>
<ul class="content">
<li class="private"><a href="#method__clearMinWidth" title="_clearMinWidth">_clearMinWidth</a></li>
<li class="private"><a href="#method__clearTrTemplateEl" title="_clearTrTemplateEl">_clearTrTemplateEl</a></li>
<li class="private"><a href="#method__createTrEl" title="_createTrEl">_createTrEl</a></li>
<li class="private"><a href="#method__defaultPaginatorContainers" title="_defaultPaginatorContainers">_defaultPaginatorContainers</a></li>
<li class="private"><a href="#method__deleteTrEl" title="_deleteTrEl">_deleteTrEl</a></li>
<li class="private"><a href="#method__destroyColgroupEl" title="_destroyColgroupEl">_destroyColgroupEl</a></li>
<li class="private"><a href="#method__destroyColumnHelpers" title="_destroyColumnHelpers">_destroyColumnHelpers</a></li>
<li class="private"><a href="#method__destroyContainerEl" title="_destroyContainerEl">_destroyContainerEl</a></li>
<li class="private"><a href="#method__destroyDraggableColumns" title="_destroyDraggableColumns">_destroyDraggableColumns</a></li>
<li class="private"><a href="#method__destroyMsgTbodyEl" title="_destroyMsgTbodyEl">_destroyMsgTbodyEl</a></li>
<li class="private"><a href="#method__destroyPaginator" title="_destroyPaginator">_destroyPaginator</a></li>
<li class="private"><a href="#method__destroyResizeableColumns" title="_destroyResizeableColumns">_destroyResizeableColumns</a></li>
<li class="private"><a href="#method__destroyTableEl" title="_destroyTableEl">_destroyTableEl</a></li>
<li class="private"><a href="#method__destroyTbodyEl" title="_destroyTbodyEl">_destroyTbodyEl</a></li>
<li class="private"><a href="#method__destroyTheadEl" title="_destroyTheadEl">_destroyTheadEl</a></li>
<li class="private"><a href="#method__focusEl" title="_focusEl">_focusEl</a></li>
<li class="private"><a href="#method__formatTdEl" title="_formatTdEl">_formatTdEl</a></li>
<li class="private"><a href="#method__getColumnClassnames" title="_getColumnClassnames">_getColumnClassnames</a></li>
<li class="private"><a href="#method__getSelectionAnchor" title="_getSelectionAnchor">_getSelectionAnchor</a></li>
<li class="private"><a href="#method__getSelectionTrigger" title="_getSelectionTrigger">_getSelectionTrigger</a></li>
<li class="private"><a href="#method__getTrTemplateEl" title="_getTrTemplateEl">_getTrTemplateEl</a></li>
<li class="private"><a href="#method__handleCellBlockSelectionByKey" title="_handleCellBlockSelectionByKey">_handleCellBlockSelectionByKey</a></li>
<li class="private"><a href="#method__handleCellBlockSelectionByMouse" title="_handleCellBlockSelectionByMouse">_handleCellBlockSelectionByMouse</a></li>
<li class="private"><a href="#method__handleCellRangeSelectionByKey" title="_handleCellRangeSelectionByKey">_handleCellRangeSelectionByKey</a></li>
<li class="private"><a href="#method__handleCellRangeSelectionByMouse" title="_handleCellRangeSelectionByMouse">_handleCellRangeSelectionByMouse</a></li>
<li class="private"><a href="#method__handlePaginatorChange" title="_handlePaginatorChange">_handlePaginatorChange</a></li>
<li class="private"><a href="#method__handleSingleCellSelectionByKey" title="_handleSingleCellSelectionByKey">_handleSingleCellSelectionByKey</a></li>
<li class="private"><a href="#method__handleSingleCellSelectionByMouse" title="_handleSingleCellSelectionByMouse">_handleSingleCellSelectionByMouse</a></li>
<li class="private"><a href="#method__handleSingleSelectionByKey" title="_handleSingleSelectionByKey">_handleSingleSelectionByKey</a></li>
<li class="private"><a href="#method__handleSingleSelectionByMouse" title="_handleSingleSelectionByMouse">_handleSingleSelectionByMouse</a></li>
<li class="private"><a href="#method__handleStandardSelectionByKey" title="_handleStandardSelectionByKey">_handleStandardSelectionByKey</a></li>
<li class="private"><a href="#method__handleStandardSelectionByMouse" title="_handleStandardSelectionByMouse">_handleStandardSelectionByMouse</a></li>
<li class="private"><a href="#method__initCaptionEl" title="_initCaptionEl">_initCaptionEl</a></li>
<li class="private"><a href="#method__initCellEditing" title="_initCellEditing">_initCellEditing</a></li>
<li class="private deprecated"><a href="#method__initCellEditorEl" title="_initCellEditorEl">_initCellEditorEl</a></li>
<li class="private"><a href="#method__initColgroupEl" title="_initColgroupEl">_initColgroupEl</a></li>
<li class="private"><a href="#method__initColumnHelpers" title="_initColumnHelpers">_initColumnHelpers</a></li>
<li class="private"><a href="#method__initColumnSet" title="_initColumnSet">_initColumnSet</a></li>
<li class="private"><a href="#method__initColumnSort" title="_initColumnSort">_initColumnSort</a></li>
<li class="private"><a href="#method__initConfigs" title="_initConfigs">_initConfigs</a></li>
<li class="private"><a href="#method__initContainerEl" title="_initContainerEl">_initContainerEl</a></li>
<li class="private"><a href="#method__initDataSource" title="_initDataSource">_initDataSource</a></li>
<li class="private"><a href="#method__initDomElements" title="_initDomElements">_initDomElements</a></li>
<li class="private"><a href="#method__initDraggableColumns" title="_initDraggableColumns">_initDraggableColumns</a></li>
<li class="private"><a href="#method__initEvents" title="_initEvents">_initEvents</a></li>
<li class="private"><a href="#method__initMsgTbodyEl" title="_initMsgTbodyEl">_initMsgTbodyEl</a></li>
<li class="private"><a href="#method__initRecordSet" title="_initRecordSet">_initRecordSet</a></li>
<li class="private"><a href="#method__initResizeableColumns" title="_initResizeableColumns">_initResizeableColumns</a></li>
<li class="private"><a href="#method__initTableEl" title="_initTableEl">_initTableEl</a></li>
<li class="private"><a href="#method__initTbodyEl" title="_initTbodyEl">_initTbodyEl</a></li>
<li class="private"><a href="#method__initTheadEl" title="_initTheadEl">_initTheadEl</a></li>
<li class="private"><a href="#method__initThEl" title="_initThEl">_initThEl</a></li>
<li class="private"><a href="#method__insertColgroupColEl" title="_insertColgroupColEl">_insertColgroupColEl</a></li>
<li class="private"><a href="#method__onDocumentClick" title="_onDocumentClick">_onDocumentClick</a></li>
<li class="private"><a href="#method__onDropdownChange" title="_onDropdownChange">_onDropdownChange</a></li>
<li class="private"><a href="#method__onEditorBlockEvent" title="_onEditorBlockEvent">_onEditorBlockEvent</a></li>
<li class="private"><a href="#method__onEditorBlurEvent" title="_onEditorBlurEvent">_onEditorBlurEvent</a></li>
<li class="private"><a href="#method__onEditorCancelEvent" title="_onEditorCancelEvent">_onEditorCancelEvent</a></li>
<li class="private"><a href="#method__onEditorKeydownEvent" title="_onEditorKeydownEvent">_onEditorKeydownEvent</a></li>
<li class="private"><a href="#method__onEditorRevertEvent" title="_onEditorRevertEvent">_onEditorRevertEvent</a></li>
<li class="private"><a href="#method__onEditorSaveEvent" title="_onEditorSaveEvent">_onEditorSaveEvent</a></li>
<li class="private"><a href="#method__onEditorShowEvent" title="_onEditorShowEvent">_onEditorShowEvent</a></li>
<li class="private"><a href="#method__onEditorUnblockEvent" title="_onEditorUnblockEvent">_onEditorUnblockEvent</a></li>
<li class="private"><a href="#method__onRenderChainEnd" title="_onRenderChainEnd">_onRenderChainEnd</a></li>
<li class="private"><a href="#method__onTableDblclick" title="_onTableDblclick">_onTableDblclick</a></li>
<li class="private"><a href="#method__onTableFocus" title="_onTableFocus">_onTableFocus</a></li>
<li class="private"><a href="#method__onTableKeypress" title="_onTableKeypress">_onTableKeypress</a></li>
<li class="private"><a href="#method__onTableMousedown" title="_onTableMousedown">_onTableMousedown</a></li>
<li class="private"><a href="#method__onTableMouseout" title="_onTableMouseout">_onTableMouseout</a></li>
<li class="private"><a href="#method__onTableMouseover" title="_onTableMouseover">_onTableMouseover</a></li>
<li class="private"><a href="#method__onTableMouseup" title="_onTableMouseup">_onTableMouseup</a></li>
<li class="private"><a href="#method__onTbodyClick" title="_onTbodyClick">_onTbodyClick</a></li>
<li class="private"><a href="#method__onTbodyFocus" title="_onTbodyFocus">_onTbodyFocus</a></li>
<li class="private"><a href="#method__onTbodyKeydown" title="_onTbodyKeydown">_onTbodyKeydown</a></li>
<li class="private"><a href="#method__onTheadClick" title="_onTheadClick">_onTheadClick</a></li>
<li class="private"><a href="#method__onTheadFocus" title="_onTheadFocus">_onTheadFocus</a></li>
<li class="private"><a href="#method__onTheadKeydown" title="_onTheadKeydown">_onTheadKeydown</a></li>
<li class="private"><a href="#method__removeColgroupColEl" title="_removeColgroupColEl">_removeColgroupColEl</a></li>
<li class="private"><a href="#method__reorderColgroupColEl" title="_reorderColgroupColEl">_reorderColgroupColEl</a></li>
<li class="private"><a href="#method__repaintGecko" title="_repaintGecko">_repaintGecko</a></li>
<li class="private"><a href="#method__repaintOpera" title="_repaintOpera">_repaintOpera</a></li>
<li class="private"><a href="#method__repaintWebkit" title="_repaintWebkit">_repaintWebkit</a></li>
<li class="private"><a href="#method__restoreMinWidth" title="_restoreMinWidth">_restoreMinWidth</a></li>
<li class="private"><a href="#method__runRenderChain" title="_runRenderChain">_runRenderChain</a></li>
<li class="private"><a href="#method__setColumnWidth" title="_setColumnWidth">_setColumnWidth</a></li>
<li class="private"><a href="#method__setColumnWidthDynFunction" title="_setColumnWidthDynFunction">_setColumnWidthDynFunction</a></li>
<li class="private"><a href="#method__setColumnWidthDynStyles" title="_setColumnWidthDynStyles">_setColumnWidthDynStyles</a></li>
<li class="private"><a href="#method__setFirstRow" title="_setFirstRow">_setFirstRow</a></li>
<li class="private"><a href="#method__setLastRow" title="_setLastRow">_setLastRow</a></li>
<li class="private"><a href="#method__setRowStripes" title="_setRowStripes">_setRowStripes</a></li>
<li class="private"><a href="#method__setSelections" title="_setSelections">_setSelections</a></li>
<li class=" deprecated"><a href="#method__syncColWidths" title="_syncColWidths">_syncColWidths</a></li>
<li class="private"><a href="#method__unselectAllTdEls" title="_unselectAllTdEls">_unselectAllTdEls</a></li>
<li class="private"><a href="#method__unselectAllTrEls" title="_unselectAllTrEls">_unselectAllTrEls</a></li>
<li class="private"><a href="#method__unsetFirstRow" title="_unsetFirstRow">_unsetFirstRow</a></li>
<li class="private"><a href="#method__unsetLastRow" title="_unsetLastRow">_unsetLastRow</a></li>
<li class="private"><a href="#method__updatePaginator" title="_updatePaginator">_updatePaginator</a></li>
<li class="private"><a href="#method__updateTrEl" title="_updateTrEl">_updateTrEl</a></li>
<li class=""><a href="#method_addRow" title="addRow">addRow</a></li>
<li class=""><a href="#method_addRows" title="addRows">addRows</a></li>
<li class=""><a href="#method_cancelCellEditor" title="cancelCellEditor">cancelCellEditor</a></li>
<li class=""><a href="#method_clearTextSelection" title="clearTextSelection">clearTextSelection</a></li>
<li class="private"><a href="#method_DataTable._cloneObject" title="DataTable._cloneObject">DataTable._cloneObject</a></li>
<li class="private"><a href="#method_DataTable._destroyColumnDragTargetEl" title="DataTable._destroyColumnDragTargetEl">DataTable._destroyColumnDragTargetEl</a></li>
<li class="private"><a href="#method_DataTable._destroyColumnResizerProxyEl" title="DataTable._destroyColumnResizerProxyEl">DataTable._destroyColumnResizerProxyEl</a></li>
<li class="private"><a href="#method_DataTable._initColumnDragTargetEl" title="DataTable._initColumnDragTargetEl">DataTable._initColumnDragTargetEl</a></li>
<li class="private"><a href="#method_DataTable._initColumnResizerProxyEl" title="DataTable._initColumnResizerProxyEl">DataTable._initColumnResizerProxyEl</a></li>
<li class=" deprecated"><a href="#method_DataTable.editCheckbox" title="DataTable.editCheckbox">DataTable.editCheckbox</a></li>
<li class=" deprecated"><a href="#method_DataTable.editDate" title="DataTable.editDate">DataTable.editDate</a></li>
<li class=" deprecated"><a href="#method_DataTable.editDropdown" title="DataTable.editDropdown">DataTable.editDropdown</a></li>
<li class=" deprecated"><a href="#method_DataTable.editRadio" title="DataTable.editRadio">DataTable.editRadio</a></li>
<li class=" deprecated"><a href="#method_DataTable.editTextarea" title="DataTable.editTextarea">DataTable.editTextarea</a></li>
<li class=" deprecated"><a href="#method_DataTable.editTextbox" title="DataTable.editTextbox">DataTable.editTextbox</a></li>
<li class=""><a href="#method_DataTable.formatButton" title="DataTable.formatButton">DataTable.formatButton</a></li>
<li class=""><a href="#method_DataTable.formatCheckbox" title="DataTable.formatCheckbox">DataTable.formatCheckbox</a></li>
<li class=""><a href="#method_DataTable.formatCurrency" title="DataTable.formatCurrency">DataTable.formatCurrency</a></li>
<li class=""><a href="#method_DataTable.formatDate" title="DataTable.formatDate">DataTable.formatDate</a></li>
<li class=""><a href="#method_DataTable.formatDefault" title="DataTable.formatDefault">DataTable.formatDefault</a></li>
<li class=""><a href="#method_DataTable.formatDropdown" title="DataTable.formatDropdown">DataTable.formatDropdown</a></li>
<li class=""><a href="#method_DataTable.formatEmail" title="DataTable.formatEmail">DataTable.formatEmail</a></li>
<li class=""><a href="#method_DataTable.formatLink" title="DataTable.formatLink">DataTable.formatLink</a></li>
<li class=""><a href="#method_DataTable.formatNumber" title="DataTable.formatNumber">DataTable.formatNumber</a></li>
<li class=""><a href="#method_DataTable.formatRadio" title="DataTable.formatRadio">DataTable.formatRadio</a></li>
<li class=""><a href="#method_DataTable.formatText" title="DataTable.formatText">DataTable.formatText</a></li>
<li class=""><a href="#method_DataTable.formatTextarea" title="DataTable.formatTextarea">DataTable.formatTextarea</a></li>
<li class=""><a href="#method_DataTable.formatTextbox" title="DataTable.formatTextbox">DataTable.formatTextbox</a></li>
<li class=" deprecated"><a href="#method_DataTable.formatTheadCell" title="DataTable.formatTheadCell">DataTable.formatTheadCell</a></li>
<li class=""><a href="#method_DataTable.validateNumber" title="DataTable.validateNumber">DataTable.validateNumber</a></li>
<li class=""><a href="#method_deleteRow" title="deleteRow">deleteRow</a></li>
<li class=""><a href="#method_deleteRows" title="deleteRows">deleteRows</a></li>
<li class=""><a href="#method_destroy" title="destroy">destroy</a></li>
<li class=""><a href="#method_destroyCellEditor" title="destroyCellEditor">destroyCellEditor</a></li>
<li class=""><a href="#method_disable" title="disable">disable</a></li>
<li class=""><a href="#method_doBeforeLoadData" title="doBeforeLoadData">doBeforeLoadData</a></li>
<li class=""><a href="#method_doBeforePaginatorChange" title="doBeforePaginatorChange">doBeforePaginatorChange</a></li>
<li class=""><a href="#method_doBeforeShowCellEditor" title="doBeforeShowCellEditor">doBeforeShowCellEditor</a></li>
<li class=""><a href="#method_doBeforeSortColumn" title="doBeforeSortColumn">doBeforeSortColumn</a></li>
<li class=""><a href="#method_focus" title="focus">focus</a></li>
<li class=""><a href="#method_focusTbodyEl" title="focusTbodyEl">focusTbodyEl</a></li>
<li class=""><a href="#method_focusTheadEl" title="focusTheadEl">focusTheadEl</a></li>
<li class=""><a href="#method_formatCell" title="formatCell">formatCell</a></li>
<li class=""><a href="#method_getAboveTdEl" title="getAboveTdEl">getAboveTdEl</a></li>
<li class=""><a href="#method_getBelowTdEl" title="getBelowTdEl">getBelowTdEl</a></li>
<li class=" deprecated"><a href="#method_getBody" title="getBody">getBody</a></li>
<li class=" deprecated"><a href="#method_getCell" title="getCell">getCell</a></li>
<li class=""><a href="#method_getCellEditor" title="getCellEditor">getCellEditor</a></li>
<li class=""><a href="#method_getColumn" title="getColumn">getColumn</a></li>
<li class=""><a href="#method_getColumnById" title="getColumnById">getColumnById</a></li>
<li class=""><a href="#method_getColumnSet" title="getColumnSet">getColumnSet</a></li>
<li class=""><a href="#method_getColumnSortDir" title="getColumnSortDir">getColumnSortDir</a></li>
<li class=""><a href="#method_getContainerEl" title="getContainerEl">getContainerEl</a></li>
<li class=""><a href="#method_getDataSource" title="getDataSource">getDataSource</a></li>
<li class=""><a href="#method_getFirstTdEl" title="getFirstTdEl">getFirstTdEl</a></li>
<li class=""><a href="#method_getFirstTrEl" title="getFirstTrEl">getFirstTrEl</a></li>
<li class=""><a href="#method_getId" title="getId">getId</a></li>
<li class=""><a href="#method_getLastSelectedCell" title="getLastSelectedCell">getLastSelectedCell</a></li>
<li class=""><a href="#method_getLastSelectedRecord" title="getLastSelectedRecord">getLastSelectedRecord</a></li>
<li class=""><a href="#method_getLastTdEl" title="getLastTdEl">getLastTdEl</a></li>
<li class=""><a href="#method_getLastTrEl" title="getLastTrEl">getLastTrEl</a></li>
<li class=""><a href="#method_getMsgTbodyEl" title="getMsgTbodyEl">getMsgTbodyEl</a></li>
<li class=""><a href="#method_getMsgTdEl" title="getMsgTdEl">getMsgTdEl</a></li>
<li class=""><a href="#method_getNextTdEl" title="getNextTdEl">getNextTdEl</a></li>
<li class=""><a href="#method_getNextTrEl" title="getNextTrEl">getNextTrEl</a></li>
<li class=""><a href="#method_getPreviousTdEl" title="getPreviousTdEl">getPreviousTdEl</a></li>
<li class=""><a href="#method_getPreviousTrEl" title="getPreviousTrEl">getPreviousTrEl</a></li>
<li class=""><a href="#method_getRecord" title="getRecord">getRecord</a></li>
<li class=""><a href="#method_getRecordIndex" title="getRecordIndex">getRecordIndex</a></li>
<li class=""><a href="#method_getRecordSet" title="getRecordSet">getRecordSet</a></li>
<li class=" deprecated"><a href="#method_getRow" title="getRow">getRow</a></li>
<li class=""><a href="#method_getSelectedCells" title="getSelectedCells">getSelectedCells</a></li>
<li class=""><a href="#method_getSelectedColumns" title="getSelectedColumns">getSelectedColumns</a></li>
<li class=""><a href="#method_getSelectedRows" title="getSelectedRows">getSelectedRows</a></li>
<li class=""><a href="#method_getSelectedTdEls" title="getSelectedTdEls">getSelectedTdEls</a></li>
<li class=""><a href="#method_getSelectedTrEls" title="getSelectedTrEls">getSelectedTrEls</a></li>
<li class=""><a href="#method_getState" title="getState">getState</a></li>
<li class=""><a href="#method_getTableEl" title="getTableEl">getTableEl</a></li>
<li class=""><a href="#method_getTbodyEl" title="getTbodyEl">getTbodyEl</a></li>
<li class=""><a href="#method_getTdEl" title="getTdEl">getTdEl</a></li>
<li class=""><a href="#method_getTdLinerEl" title="getTdLinerEl">getTdLinerEl</a></li>
<li class=""><a href="#method_getTheadEl" title="getTheadEl">getTheadEl</a></li>
<li class=""><a href="#method_getThEl" title="getThEl">getThEl</a></li>
<li class=""><a href="#method_getThLinerEl" title="getThLinerEl">getThLinerEl</a></li>
<li class=""><a href="#method_getTrEl" title="getTrEl">getTrEl</a></li>
<li class=""><a href="#method_getTrIndex" title="getTrIndex">getTrIndex</a></li>
<li class=""><a href="#method_handleDataReturnPayload" title="handleDataReturnPayload">handleDataReturnPayload</a></li>
<li class=""><a href="#method_hideColumn" title="hideColumn">hideColumn</a></li>
<li class=""><a href="#method_hideTableMessage" title="hideTableMessage">hideTableMessage</a></li>
<li class=""><a href="#method_highlightCell" title="highlightCell">highlightCell</a></li>
<li class=""><a href="#method_highlightColumn" title="highlightColumn">highlightColumn</a></li>
<li class=""><a href="#method_highlightRow" title="highlightRow">highlightRow</a></li>
<li class="private"><a href="#method_initAttributes" title="initAttributes">initAttributes</a></li>
<li class=""><a href="#method_initializeTable" title="initializeTable">initializeTable</a></li>
<li class=""><a href="#method_insertColumn" title="insertColumn">insertColumn</a></li>
<li class=""><a href="#method_isSelected" title="isSelected">isSelected</a></li>
<li class=""><a href="#method_onDataReturnAppendRows" title="onDataReturnAppendRows">onDataReturnAppendRows</a></li>
<li class=""><a href="#method_onDataReturnInitializeTable" title="onDataReturnInitializeTable">onDataReturnInitializeTable</a></li>
<li class=""><a href="#method_onDataReturnInsertRows" title="onDataReturnInsertRows">onDataReturnInsertRows</a></li>
<li class=""><a href="#method_onDataReturnReplaceRows" title="onDataReturnReplaceRows">onDataReturnReplaceRows</a></li>
<li class=" deprecated"><a href="#method_onDataReturnSetRecords" title="onDataReturnSetRecords">onDataReturnSetRecords</a></li>
<li class=""><a href="#method_onDataReturnSetRows" title="onDataReturnSetRows">onDataReturnSetRows</a></li>
<li class=""><a href="#method_onDataReturnUpdateRows" title="onDataReturnUpdateRows">onDataReturnUpdateRows</a></li>
<li class=""><a href="#method_onEditorBlockEvent" title="onEditorBlockEvent">onEditorBlockEvent</a></li>
<li class=""><a href="#method_onEditorBlurEvent" title="onEditorBlurEvent">onEditorBlurEvent</a></li>
<li class=""><a href="#method_onEditorUnblockEvent" title="onEditorUnblockEvent">onEditorUnblockEvent</a></li>
<li class=""><a href="#method_onEventCancelCellEditor" title="onEventCancelCellEditor">onEventCancelCellEditor</a></li>
<li class=" deprecated"><a href="#method_onEventEditCell" title="onEventEditCell">onEventEditCell</a></li>
<li class=""><a href="#method_onEventFormatCell" title="onEventFormatCell">onEventFormatCell</a></li>
<li class=""><a href="#method_onEventHighlightCell" title="onEventHighlightCell">onEventHighlightCell</a></li>
<li class=""><a href="#method_onEventHighlightColumn" title="onEventHighlightColumn">onEventHighlightColumn</a></li>
<li class=""><a href="#method_onEventHighlightRow" title="onEventHighlightRow">onEventHighlightRow</a></li>
<li class=""><a href="#method_onEventSaveCellEditor" title="onEventSaveCellEditor">onEventSaveCellEditor</a></li>
<li class=""><a href="#method_onEventSelectCell" title="onEventSelectCell">onEventSelectCell</a></li>
<li class=""><a href="#method_onEventSelectColumn" title="onEventSelectColumn">onEventSelectColumn</a></li>
<li class=""><a href="#method_onEventSelectRow" title="onEventSelectRow">onEventSelectRow</a></li>
<li class=""><a href="#method_onEventShowCellEditor" title="onEventShowCellEditor">onEventShowCellEditor</a></li>
<li class=""><a href="#method_onEventSortColumn" title="onEventSortColumn">onEventSortColumn</a></li>
<li class=""><a href="#method_onEventUnhighlightCell" title="onEventUnhighlightCell">onEventUnhighlightCell</a></li>
<li class=""><a href="#method_onEventUnhighlightColumn" title="onEventUnhighlightColumn">onEventUnhighlightColumn</a></li>
<li class=""><a href="#method_onEventUnhighlightRow" title="onEventUnhighlightRow">onEventUnhighlightRow</a></li>
<li class=" deprecated"><a href="#method_onPaginatorChange" title="onPaginatorChange">onPaginatorChange</a></li>
<li class=""><a href="#method_onPaginatorChangeRequest" title="onPaginatorChangeRequest">onPaginatorChangeRequest</a></li>
<li class=""><a href="#method_onShow" title="onShow">onShow</a></li>
<li class=" deprecated"><a href="#method_refreshView" title="refreshView">refreshView</a></li>
<li class=""><a href="#method_removeColumn" title="removeColumn">removeColumn</a></li>
<li class=""><a href="#method_render" title="render">render</a></li>
<li class=""><a href="#method_renderPaginator" title="renderPaginator">renderPaginator</a></li>
<li class=""><a href="#method_reorderColumn" title="reorderColumn">reorderColumn</a></li>
<li class=" deprecated"><a href="#method_resetCellEditor" title="resetCellEditor">resetCellEditor</a></li>
<li class=""><a href="#method_saveCellEditor" title="saveCellEditor">saveCellEditor</a></li>
<li class=" deprecated"><a href="#method_select" title="select">select</a></li>
<li class=""><a href="#method_selectCell" title="selectCell">selectCell</a></li>
<li class=""><a href="#method_selectColumn" title="selectColumn">selectColumn</a></li>
<li class=""><a href="#method_selectRow" title="selectRow">selectRow</a></li>
<li class=""><a href="#method_setColumnWidth" title="setColumnWidth">setColumnWidth</a></li>
<li class=""><a href="#method_showCellEditor" title="showCellEditor">showCellEditor</a></li>
<li class=""><a href="#method_showColumn" title="showColumn">showColumn</a></li>
<li class=""><a href="#method_showTableMessage" title="showTableMessage">showTableMessage</a></li>
<li class=""><a href="#method_sortColumn" title="sortColumn">sortColumn</a></li>
<li class=""><a href="#method_toString" title="toString">toString</a></li>
<li class=""><a href="#method_undisable" title="undisable">undisable</a></li>
<li class=""><a href="#method_unhighlightCell" title="unhighlightCell">unhighlightCell</a></li>
<li class=""><a href="#method_unhighlightColumn" title="unhighlightColumn">unhighlightColumn</a></li>
<li class=""><a href="#method_unhighlightRow" title="unhighlightRow">unhighlightRow</a></li>
<li class=""><a href="#method_unselectAllCells" title="unselectAllCells">unselectAllCells</a></li>
<li class=""><a href="#method_unselectAllRows" title="unselectAllRows">unselectAllRows</a></li>
<li class=""><a href="#method_unselectCell" title="unselectCell">unselectCell</a></li>
<li class=""><a href="#method_unselectColumn" title="unselectColumn">unselectColumn</a></li>
<li class=""><a href="#method_unselectRow" title="unselectRow">unselectRow</a></li>
<li class=""><a href="#method_updateCell" title="updateCell">updateCell</a></li>
<li class=""><a href="#method_updateRow" title="updateRow">updateRow</a></li>
<li class=""><a href="#method_updateRows" title="updateRows">updateRows</a></li>
<li class=""><a href="#method_validateColumnWidths" title="validateColumnWidths">validateColumnWidths</a></li>
</ul>
</div>
<div id="eventsList" class="module">
<h4>Events</h4>
<ul class="content">
<li class=""><a href="#event_beforeCaptionChange" title="beforeCaptionChange">beforeCaptionChange</a></li>
<li class=""><a href="#event_beforeCurrencyOptionsChange" title="beforeCurrencyOptionsChange">beforeCurrencyOptionsChange</a></li>
<li class=""><a href="#event_beforeCurrencySymbolChange" title="beforeCurrencySymbolChange">beforeCurrencySymbolChange</a></li>
<li class=""><a href="#event_beforeDateOptionsChange" title="beforeDateOptionsChange">beforeDateOptionsChange</a></li>
<li class=""><a href="#event_beforeDraggableColumnsChange" title="beforeDraggableColumnsChange">beforeDraggableColumnsChange</a></li>
<li class=""><a href="#event_beforeDynamicDataChange" title="beforeDynamicDataChange">beforeDynamicDataChange</a></li>
<li class=""><a href="#event_beforeFormatRowChange" title="beforeFormatRowChange">beforeFormatRowChange</a></li>
<li class=""><a href="#event_beforeGenerateRequestChange" title="beforeGenerateRequestChange">beforeGenerateRequestChange</a></li>
<li class=""><a href="#event_beforeInitialLoadChange" title="beforeInitialLoadChange">beforeInitialLoadChange</a></li>
<li class=""><a href="#event_beforeInitialRequestChange" title="beforeInitialRequestChange">beforeInitialRequestChange</a></li>
<li class=""><a href="#event_beforeMSG_EMPTYChange" title="beforeMSG_EMPTYChange">beforeMSG_EMPTYChange</a></li>
<li class=""><a href="#event_beforeMSG_ERRORChange" title="beforeMSG_ERRORChange">beforeMSG_ERRORChange</a></li>
<li class=""><a href="#event_beforeMSG_LOADINGChange" title="beforeMSG_LOADINGChange">beforeMSG_LOADINGChange</a></li>
<li class=""><a href="#event_beforeMSG_SORTASCChange" title="beforeMSG_SORTASCChange">beforeMSG_SORTASCChange</a></li>
<li class=""><a href="#event_beforeMSG_SORTDESCChange" title="beforeMSG_SORTDESCChange">beforeMSG_SORTDESCChange</a></li>
<li class=""><a href="#event_beforeNumberOptionsChange" title="beforeNumberOptionsChange">beforeNumberOptionsChange</a></li>
<li class=""><a href="#event_beforePaginatorChange" title="beforePaginatorChange">beforePaginatorChange</a></li>
<li class=""><a href="#event_beforeRenderEvent" title="beforeRenderEvent">beforeRenderEvent</a></li>
<li class=""><a href="#event_beforeRenderLoopSizeChange" title="beforeRenderLoopSizeChange">beforeRenderLoopSizeChange</a></li>
<li class=""><a href="#event_beforeSelectionModeChange" title="beforeSelectionModeChange">beforeSelectionModeChange</a></li>
<li class=""><a href="#event_beforeSortedByChange" title="beforeSortedByChange">beforeSortedByChange</a></li>
<li class=""><a href="#event_beforeSummaryChange" title="beforeSummaryChange">beforeSummaryChange</a></li>
<li class=""><a href="#event_buttonClickEvent" title="buttonClickEvent">buttonClickEvent</a></li>
<li class=""><a href="#event_captionChange" title="captionChange">captionChange</a></li>
<li class=""><a href="#event_cellClickEvent" title="cellClickEvent">cellClickEvent</a></li>
<li class=""><a href="#event_cellDblclickEvent" title="cellDblclickEvent">cellDblclickEvent</a></li>
<li class=""><a href="#event_cellFormatEvent" title="cellFormatEvent">cellFormatEvent</a></li>
<li class=""><a href="#event_cellHighlightEvent" title="cellHighlightEvent">cellHighlightEvent</a></li>
<li class=""><a href="#event_cellMousedownEvent" title="cellMousedownEvent">cellMousedownEvent</a></li>
<li class=""><a href="#event_cellMouseoutEvent" title="cellMouseoutEvent">cellMouseoutEvent</a></li>
<li class=""><a href="#event_cellMouseoverEvent" title="cellMouseoverEvent">cellMouseoverEvent</a></li>
<li class=""><a href="#event_cellMouseupEvent" title="cellMouseupEvent">cellMouseupEvent</a></li>
<li class=""><a href="#event_cellSelectEvent" title="cellSelectEvent">cellSelectEvent</a></li>
<li class=""><a href="#event_cellUnhighlightEvent" title="cellUnhighlightEvent">cellUnhighlightEvent</a></li>
<li class=""><a href="#event_cellUnselectEvent" title="cellUnselectEvent">cellUnselectEvent</a></li>
<li class=""><a href="#event_cellUpdateEvent" title="cellUpdateEvent">cellUpdateEvent</a></li>
<li class=""><a href="#event_checkboxClickEvent" title="checkboxClickEvent">checkboxClickEvent</a></li>
<li class=""><a href="#event_columnHideEvent" title="columnHideEvent">columnHideEvent</a></li>
<li class=""><a href="#event_columnHighlightEvent" title="columnHighlightEvent">columnHighlightEvent</a></li>
<li class=""><a href="#event_columnInsertEvent" title="columnInsertEvent">columnInsertEvent</a></li>
<li class=""><a href="#event_columnRemoveEvent" title="columnRemoveEvent">columnRemoveEvent</a></li>
<li class=""><a href="#event_columnReorderEvent" title="columnReorderEvent">columnReorderEvent</a></li>
<li class=""><a href="#event_columnResizeEvent" title="columnResizeEvent">columnResizeEvent</a></li>
<li class=""><a href="#event_columnSelectEvent" title="columnSelectEvent">columnSelectEvent</a></li>
<li class=""><a href="#event_columnSetWidthEvent" title="columnSetWidthEvent">columnSetWidthEvent</a></li>
<li class=""><a href="#event_columnShowEvent" title="columnShowEvent">columnShowEvent</a></li>
<li class=""><a href="#event_columnSortEvent" title="columnSortEvent">columnSortEvent</a></li>
<li class=""><a href="#event_columnUnhighlightEvent" title="columnUnhighlightEvent">columnUnhighlightEvent</a></li>
<li class=""><a href="#event_columnUnselectEvent" title="columnUnselectEvent">columnUnselectEvent</a></li>
<li class=""><a href="#event_columnUnsetWidthEvent" title="columnUnsetWidthEvent">columnUnsetWidthEvent</a></li>
<li class=""><a href="#event_currencyOptionsChange" title="currencyOptionsChange">currencyOptionsChange</a></li>
<li class=""><a href="#event_currencySymbolChange" title="currencySymbolChange">currencySymbolChange</a></li>
<li class=""><a href="#event_dataReturnEvent" title="dataReturnEvent">dataReturnEvent</a></li>
<li class=""><a href="#event_dateOptionsChange" title="dateOptionsChange">dateOptionsChange</a></li>
<li class=""><a href="#event_disableEvent" title="disableEvent">disableEvent</a></li>
<li class=""><a href="#event_draggableColumnsChange" title="draggableColumnsChange">draggableColumnsChange</a></li>
<li class=""><a href="#event_dropdownChangeEvent" title="dropdownChangeEvent">dropdownChangeEvent</a></li>
<li class=""><a href="#event_dynamicDataChange" title="dynamicDataChange">dynamicDataChange</a></li>
<li class=""><a href="#event_editorBlockEvent" title="editorBlockEvent">editorBlockEvent</a></li>
<li class=""><a href="#event_editorBlurEvent" title="editorBlurEvent">editorBlurEvent</a></li>
<li class=""><a href="#event_editorCancelEvent" title="editorCancelEvent">editorCancelEvent</a></li>
<li class=""><a href="#event_editorKeydownEvent" title="editorKeydownEvent">editorKeydownEvent</a></li>
<li class=""><a href="#event_editorRevertEvent" title="editorRevertEvent">editorRevertEvent</a></li>
<li class=""><a href="#event_editorSaveEvent" title="editorSaveEvent">editorSaveEvent</a></li>
<li class=""><a href="#event_editorShowEvent" title="editorShowEvent">editorShowEvent</a></li>
<li class=""><a href="#event_editorUnblockEvent" title="editorUnblockEvent">editorUnblockEvent</a></li>
<li class=" deprecated"><a href="#event_editorUpdateEvent" title="editorUpdateEvent">editorUpdateEvent</a></li>
<li class=""><a href="#event_formatRowChange" title="formatRowChange">formatRowChange</a></li>
<li class=""><a href="#event_generateRequestChange" title="generateRequestChange">generateRequestChange</a></li>
<li class=" deprecated"><a href="#event_headerCellClickEvent" title="headerCellClickEvent">headerCellClickEvent</a></li>
<li class=" deprecated"><a href="#event_headerCellDblclickEvent" title="headerCellDblclickEvent">headerCellDblclickEvent</a></li>
<li class=" deprecated"><a href="#event_headerCellMousedownEvent" title="headerCellMousedownEvent">headerCellMousedownEvent</a></li>
<li class=" deprecated"><a href="#event_headerCellMouseoutEvent" title="headerCellMouseoutEvent">headerCellMouseoutEvent</a></li>
<li class=" deprecated"><a href="#event_headerCellMouseoverEvent" title="headerCellMouseoverEvent">headerCellMouseoverEvent</a></li>
<li class=" deprecated"><a href="#event_headerLabelClickEvent" title="headerLabelClickEvent">headerLabelClickEvent</a></li>
<li class=" deprecated"><a href="#event_headerLabelDbllickEvent" title="headerLabelDbllickEvent">headerLabelDbllickEvent</a></li>
<li class=" deprecated"><a href="#event_headerLabelMousedownEvent" title="headerLabelMousedownEvent">headerLabelMousedownEvent</a></li>
<li class=" deprecated"><a href="#event_headerLabelMouseoutEvent" title="headerLabelMouseoutEvent">headerLabelMouseoutEvent</a></li>
<li class=" deprecated"><a href="#event_headerLabelMouseoverEvent" title="headerLabelMouseoverEvent">headerLabelMouseoverEvent</a></li>
<li class=" deprecated"><a href="#event_headerRowClickEvent" title="headerRowClickEvent">headerRowClickEvent</a></li>
<li class=" deprecated"><a href="#event_headerRowDblclickEvent" title="headerRowDblclickEvent">headerRowDblclickEvent</a></li>
<li class=" deprecated"><a href="#event_headerRowMousedownEvent" title="headerRowMousedownEvent">headerRowMousedownEvent</a></li>
<li class=" deprecated"><a href="#event_headerRowMouseoutEvent" title="headerRowMouseoutEvent">headerRowMouseoutEvent</a></li>
<li class=" deprecated"><a href="#event_headerRowMouseoverEvent" title="headerRowMouseoverEvent">headerRowMouseoverEvent</a></li>
<li class=""><a href="#event_initEvent" title="initEvent">initEvent</a></li>
<li class=""><a href="#event_initialLoadChange" title="initialLoadChange">initialLoadChange</a></li>
<li class=""><a href="#event_initialRequestChange" title="initialRequestChange">initialRequestChange</a></li>
<li class=""><a href="#event_linkClickEvent" title="linkClickEvent">linkClickEvent</a></li>
<li class=""><a href="#event_MSG_EMPTYChange" title="MSG_EMPTYChange">MSG_EMPTYChange</a></li>
<li class=""><a href="#event_MSG_ERRORChange" title="MSG_ERRORChange">MSG_ERRORChange</a></li>
<li class=""><a href="#event_MSG_LOADINGChange" title="MSG_LOADINGChange">MSG_LOADINGChange</a></li>
<li class=""><a href="#event_MSG_SORTASCChange" title="MSG_SORTASCChange">MSG_SORTASCChange</a></li>
<li class=""><a href="#event_MSG_SORTDESCChange" title="MSG_SORTDESCChange">MSG_SORTDESCChange</a></li>
<li class=""><a href="#event_numberOptionsChange" title="numberOptionsChange">numberOptionsChange</a></li>
<li class=""><a href="#event_paginatorChange" title="paginatorChange">paginatorChange</a></li>
<li class=""><a href="#event_postRenderEvent" title="postRenderEvent">postRenderEvent</a></li>
<li class=""><a href="#event_radioClickEvent" title="radioClickEvent">radioClickEvent</a></li>
<li class=""><a href="#event_renderEvent" title="renderEvent">renderEvent</a></li>
<li class=""><a href="#event_renderLoopSizeChange" title="renderLoopSizeChange">renderLoopSizeChange</a></li>
<li class=""><a href="#event_rowAddEvent" title="rowAddEvent">rowAddEvent</a></li>
<li class=""><a href="#event_rowClickEvent" title="rowClickEvent">rowClickEvent</a></li>
<li class=""><a href="#event_rowDblclickEvent" title="rowDblclickEvent">rowDblclickEvent</a></li>
<li class=""><a href="#event_rowDeleteEvent" title="rowDeleteEvent">rowDeleteEvent</a></li>
<li class=""><a href="#event_rowHighlightEvent" title="rowHighlightEvent">rowHighlightEvent</a></li>
<li class=""><a href="#event_rowMousedownEvent" title="rowMousedownEvent">rowMousedownEvent</a></li>
<li class=""><a href="#event_rowMouseoutEvent" title="rowMouseoutEvent">rowMouseoutEvent</a></li>
<li class=""><a href="#event_rowMouseoverEvent" title="rowMouseoverEvent">rowMouseoverEvent</a></li>
<li class=""><a href="#event_rowMouseupEvent" title="rowMouseupEvent">rowMouseupEvent</a></li>
<li class=""><a href="#event_rowsAddEvent" title="rowsAddEvent">rowsAddEvent</a></li>
<li class=""><a href="#event_rowsDeleteEvent" title="rowsDeleteEvent">rowsDeleteEvent</a></li>
<li class=""><a href="#event_rowSelectEvent" title="rowSelectEvent">rowSelectEvent</a></li>
<li class=""><a href="#event_rowUnhighlightEvent" title="rowUnhighlightEvent">rowUnhighlightEvent</a></li>
<li class=""><a href="#event_rowUnselectEvent" title="rowUnselectEvent">rowUnselectEvent</a></li>
<li class=""><a href="#event_rowUpdateEvent" title="rowUpdateEvent">rowUpdateEvent</a></li>
<li class=""><a href="#event_selectionModeChange" title="selectionModeChange">selectionModeChange</a></li>
<li class=""><a href="#event_sortedByChange" title="sortedByChange">sortedByChange</a></li>
<li class=""><a href="#event_summaryChange" title="summaryChange">summaryChange</a></li>
<li class=""><a href="#event_tableBlurEvent" title="tableBlurEvent">tableBlurEvent</a></li>
<li class=""><a href="#event_tableClickEvent" title="tableClickEvent">tableClickEvent</a></li>
<li class=""><a href="#event_tableDblclickEvent" title="tableDblclickEvent">tableDblclickEvent</a></li>
<li class=""><a href="#event_tableFocusEvent" title="tableFocusEvent">tableFocusEvent</a></li>
<li class=""><a href="#event_tableKeyEvent" title="tableKeyEvent">tableKeyEvent</a></li>
<li class=""><a href="#event_tableMousedownEvent" title="tableMousedownEvent">tableMousedownEvent</a></li>
<li class=""><a href="#event_tableMouseoutEvent" title="tableMouseoutEvent">tableMouseoutEvent</a></li>
<li class=""><a href="#event_tableMouseoverEvent" title="tableMouseoverEvent">tableMouseoverEvent</a></li>
<li class=""><a href="#event_tableMouseupEvent" title="tableMouseupEvent">tableMouseupEvent</a></li>
<li class=""><a href="#event_tableMsgHideEvent" title="tableMsgHideEvent">tableMsgHideEvent</a></li>
<li class=""><a href="#event_tableMsgShowEvent" title="tableMsgShowEvent">tableMsgShowEvent</a></li>
<li class=""><a href="#event_tbodyFocusEvent" title="tbodyFocusEvent">tbodyFocusEvent</a></li>
<li class=""><a href="#event_tbodyKeyEvent" title="tbodyKeyEvent">tbodyKeyEvent</a></li>
<li class=""><a href="#event_theadCellClickEvent" title="theadCellClickEvent">theadCellClickEvent</a></li>
<li class=""><a href="#event_theadCellDblclickEvent" title="theadCellDblclickEvent">theadCellDblclickEvent</a></li>
<li class=""><a href="#event_theadCellMousedownEvent" title="theadCellMousedownEvent">theadCellMousedownEvent</a></li>
<li class=""><a href="#event_theadCellMouseoutEvent" title="theadCellMouseoutEvent">theadCellMouseoutEvent</a></li>
<li class=""><a href="#event_theadCellMouseoverEvent" title="theadCellMouseoverEvent">theadCellMouseoverEvent</a></li>
<li class=""><a href="#event_theadCellMouseupEvent" title="theadCellMouseupEvent">theadCellMouseupEvent</a></li>
<li class=""><a href="#event_theadFocusEvent" title="theadFocusEvent">theadFocusEvent</a></li>
<li class=""><a href="#event_theadKeyEvent" title="theadKeyEvent">theadKeyEvent</a></li>
<li class=""><a href="#event_theadLabelClickEvent" title="theadLabelClickEvent">theadLabelClickEvent</a></li>
<li class=""><a href="#event_theadLabelDblclickEvent" title="theadLabelDblclickEvent">theadLabelDblclickEvent</a></li>
<li class=""><a href="#event_theadLabelMousedownEvent" title="theadLabelMousedownEvent">theadLabelMousedownEvent</a></li>
<li class=""><a href="#event_theadLabelMouseoutEvent" title="theadLabelMouseoutEvent">theadLabelMouseoutEvent</a></li>
<li class=""><a href="#event_theadLabelMouseoverEvent" title="theadLabelMouseoverEvent">theadLabelMouseoverEvent</a></li>
<li class=""><a href="#event_theadLabelMouseupEvent" title="theadLabelMouseupEvent">theadLabelMouseupEvent</a></li>
<li class=""><a href="#event_theadRowClickEvent" title="theadRowClickEvent">theadRowClickEvent</a></li>
<li class=""><a href="#event_theadRowDblclickEvent" title="theadRowDblclickEvent">theadRowDblclickEvent</a></li>
<li class=""><a href="#event_theadRowMousedownEvent" title="theadRowMousedownEvent">theadRowMousedownEvent</a></li>
<li class=""><a href="#event_theadRowMouseoutEvent" title="theadRowMouseoutEvent">theadRowMouseoutEvent</a></li>
<li class=""><a href="#event_theadRowMouseoverEvent" title="theadRowMouseoverEvent">theadRowMouseoverEvent</a></li>
<li class=""><a href="#event_theadRowMouseupEvent" title="theadRowMouseupEvent">theadRowMouseupEvent</a></li>
<li class=""><a href="#event_undisableEvent" title="undisableEvent">undisableEvent</a></li>
<li class=""><a href="#event_unselectAllCellsEvent" title="unselectAllCellsEvent">unselectAllCellsEvent</a></li>
<li class=""><a href="#event_unselectAllRowsEvent" title="unselectAllRowsEvent">unselectAllRowsEvent</a></li>
</ul>
</div>
<div id="configList" class="module">
<h4>Configuration Attributes</h4>
<ul class="content">
<li class=""><a href="#config_caption" title="caption">caption</a></li>
<li class=""><a href="#config_currencyOptions" title="currencyOptions">currencyOptions</a></li>
<li class=" deprecated"><a href="#config_currencySymbol" title="currencySymbol">currencySymbol</a></li>
<li class=""><a href="#config_dateOptions" title="dateOptions">dateOptions</a></li>
<li class=""><a href="#config_draggableColumns" title="draggableColumns">draggableColumns</a></li>
<li class=""><a href="#config_dynamicData" title="dynamicData">dynamicData</a></li>
<li class=""><a href="#config_formatRow" title="formatRow">formatRow</a></li>
<li class=""><a href="#config_generateRequest" title="generateRequest">generateRequest</a></li>
<li class=""><a href="#config_initialLoad" title="initialLoad">initialLoad</a></li>
<li class=""><a href="#config_initialRequest" title="initialRequest">initialRequest</a></li>
<li class=""><a href="#config_MSG_EMPTY" title="MSG_EMPTY">MSG_EMPTY</a></li>
<li class=""><a href="#config_MSG_ERROR" title="MSG_ERROR">MSG_ERROR</a></li>
<li class=""><a href="#config_MSG_LOADING" title="MSG_LOADING">MSG_LOADING</a></li>
<li class=""><a href="#config_MSG_SORTASC" title="MSG_SORTASC">MSG_SORTASC</a></li>
<li class=""><a href="#config_MSG_SORTDESC" title="MSG_SORTDESC">MSG_SORTDESC</a></li>
<li class=""><a href="#config_numberOptions" title="numberOptions">numberOptions</a></li>
<li class=""><a href="#config_paginator" title="paginator">paginator</a></li>
<li class=""><a href="#config_renderLoopSize" title="renderLoopSize">renderLoopSize</a></li>
<li class=""><a href="#config_selectionMode" title="selectionMode">selectionMode</a></li>
<li class=""><a href="#config_sortedBy" title="sortedBy">sortedBy</a></li>
<li class=""><a href="#config_summary" title="summary">summary</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": "", "host": "YAHOO.widget.Column", "name": "abbr", "url": "YAHOO.widget.Column.html#property_abbr", "type": "property"}, {"access": "", "host": "YAHOO.util.Chain", "name": "add", "url": "YAHOO.util.Chain.html#method_add", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "addRow", "url": "YAHOO.widget.DataTable.html#method_addRow", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "addRows", "url": "YAHOO.widget.DataTable.html#method_addRows", "type": "method"}, {"access": "private", "host": "YAHOO.widget.ColumnSet", "name": "_aDefinitions", "url": "YAHOO.widget.ColumnSet.html#property__aDefinitions", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_aDynFunctions", "url": "YAHOO.widget.DataTable.html#property__aDynFunctions", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_aSelections", "url": "YAHOO.widget.DataTable.html#property__aSelections", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "asyncSubmitter", "url": "YAHOO.widget.BaseCellEditor.html#property_asyncSubmitter", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "attach", "url": "YAHOO.widget.BaseCellEditor.html#method_attach", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeCaptionChange", "url": "YAHOO.widget.DataTable.html#event_beforeCaptionChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeCurrencyOptionsChange", "url": "YAHOO.widget.DataTable.html#event_beforeCurrencyOptionsChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeCurrencySymbolChange", "url": "YAHOO.widget.DataTable.html#event_beforeCurrencySymbolChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeDateOptionsChange", "url": "YAHOO.widget.DataTable.html#event_beforeDateOptionsChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeDraggableColumnsChange", "url": "YAHOO.widget.DataTable.html#event_beforeDraggableColumnsChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeDynamicDataChange", "url": "YAHOO.widget.DataTable.html#event_beforeDynamicDataChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeFormatRowChange", "url": "YAHOO.widget.DataTable.html#event_beforeFormatRowChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeGenerateRequestChange", "url": "YAHOO.widget.DataTable.html#event_beforeGenerateRequestChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeInitialLoadChange", "url": "YAHOO.widget.DataTable.html#event_beforeInitialLoadChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeInitialRequestChange", "url": "YAHOO.widget.DataTable.html#event_beforeInitialRequestChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeMSG_EMPTYChange", "url": "YAHOO.widget.DataTable.html#event_beforeMSG_EMPTYChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeMSG_ERRORChange", "url": "YAHOO.widget.DataTable.html#event_beforeMSG_ERRORChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeMSG_LOADINGChange", "url": "YAHOO.widget.DataTable.html#event_beforeMSG_LOADINGChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeMSG_SORTASCChange", "url": "YAHOO.widget.DataTable.html#event_beforeMSG_SORTASCChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeMSG_SORTDESCChange", "url": "YAHOO.widget.DataTable.html#event_beforeMSG_SORTDESCChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeNumberOptionsChange", "url": "YAHOO.widget.DataTable.html#event_beforeNumberOptionsChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforePaginatorChange", "url": "YAHOO.widget.DataTable.html#event_beforePaginatorChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeRenderEvent", "url": "YAHOO.widget.DataTable.html#event_beforeRenderEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeRenderLoopSizeChange", "url": "YAHOO.widget.DataTable.html#event_beforeRenderLoopSizeChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeSelectionModeChange", "url": "YAHOO.widget.DataTable.html#event_beforeSelectionModeChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeSortedByChange", "url": "YAHOO.widget.DataTable.html#event_beforeSortedByChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "beforeSummaryChange", "url": "YAHOO.widget.DataTable.html#event_beforeSummaryChange", "type": "event"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_bInit", "url": "YAHOO.widget.DataTable.html#property__bInit", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "block", "url": "YAHOO.widget.BaseCellEditor.html#method_block", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "blurEvent", "url": "YAHOO.widget.BaseCellEditor.html#event_blurEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "buttonClickEvent", "url": "YAHOO.widget.DataTable.html#event_buttonClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DateCellEditor", "name": "calendar", "url": "YAHOO.widget.DateCellEditor.html#property_calendar", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateCellEditor", "name": "calendarOptions", "url": "YAHOO.widget.DateCellEditor.html#property_calendarOptions", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "cancel", "url": "YAHOO.widget.BaseCellEditor.html#method_cancel", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cancelCellEditor", "url": "YAHOO.widget.DataTable.html#method_cancelCellEditor", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "cancelEvent", "url": "YAHOO.widget.BaseCellEditor.html#event_cancelEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "caption", "url": "YAHOO.widget.DataTable.html#config_caption", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "captionChange", "url": "YAHOO.widget.DataTable.html#event_captionChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellClickEvent", "url": "YAHOO.widget.DataTable.html#event_cellClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellDblclickEvent", "url": "YAHOO.widget.DataTable.html#event_cellDblclickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "CellEditor.CLASS_CELLEDITOR", "url": "YAHOO.widget.BaseCellEditor.html#property_CellEditor.CLASS_CELLEDITOR", "type": "property"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "CellEditor._nCount", "url": "YAHOO.widget.BaseCellEditor.html#property_CellEditor._nCount", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellFormatEvent", "url": "YAHOO.widget.DataTable.html#event_cellFormatEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellHighlightEvent", "url": "YAHOO.widget.DataTable.html#event_cellHighlightEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellMousedownEvent", "url": "YAHOO.widget.DataTable.html#event_cellMousedownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellMouseoutEvent", "url": "YAHOO.widget.DataTable.html#event_cellMouseoutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellMouseoverEvent", "url": "YAHOO.widget.DataTable.html#event_cellMouseoverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellMouseupEvent", "url": "YAHOO.widget.DataTable.html#event_cellMouseupEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellSelectEvent", "url": "YAHOO.widget.DataTable.html#event_cellSelectEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellUnhighlightEvent", "url": "YAHOO.widget.DataTable.html#event_cellUnhighlightEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellUnselectEvent", "url": "YAHOO.widget.DataTable.html#event_cellUnselectEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "cellUpdateEvent", "url": "YAHOO.widget.DataTable.html#event_cellUpdateEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "checkboxClickEvent", "url": "YAHOO.widget.DataTable.html#event_checkboxClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.CheckboxCellEditor", "name": "checkboxes", "url": "YAHOO.widget.CheckboxCellEditor.html#property_checkboxes", "type": "property"}, {"access": "", "host": "YAHOO.widget.CheckboxCellEditor", "name": "checkboxOptions", "url": "YAHOO.widget.CheckboxCellEditor.html#property_checkboxOptions", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "children", "url": "YAHOO.widget.Column.html#property_children", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "className", "url": "YAHOO.widget.Column.html#property_className", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_clearMinWidth", "url": "YAHOO.widget.DataTable.html#method__clearMinWidth", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "clearTextSelection", "url": "YAHOO.widget.DataTable.html#method_clearTextSelection", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_clearTrTemplateEl", "url": "YAHOO.widget.DataTable.html#method__clearTrTemplateEl", "type": "method"}, {"access": "private", "host": "YAHOO.util.ColumnResizer", "name": "clickValidator", "url": "YAHOO.util.ColumnResizer.html#method_clickValidator", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnHideEvent", "url": "YAHOO.widget.DataTable.html#event_columnHideEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnHighlightEvent", "url": "YAHOO.widget.DataTable.html#event_columnHighlightEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnInsertEvent", "url": "YAHOO.widget.DataTable.html#event_columnInsertEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "Column._nCount", "url": "YAHOO.widget.Column.html#property_Column._nCount", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnRemoveEvent", "url": "YAHOO.widget.DataTable.html#event_columnRemoveEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnReorderEvent", "url": "YAHOO.widget.DataTable.html#event_columnReorderEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnResizeEvent", "url": "YAHOO.widget.DataTable.html#event_columnResizeEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnSelectEvent", "url": "YAHOO.widget.DataTable.html#event_columnSelectEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.ColumnSet", "name": "ColumnSet._nCount", "url": "YAHOO.widget.ColumnSet.html#property_ColumnSet._nCount", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnSetWidthEvent", "url": "YAHOO.widget.DataTable.html#event_columnSetWidthEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnShowEvent", "url": "YAHOO.widget.DataTable.html#event_columnShowEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnSortEvent", "url": "YAHOO.widget.DataTable.html#event_columnSortEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnUnhighlightEvent", "url": "YAHOO.widget.DataTable.html#event_columnUnhighlightEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnUnselectEvent", "url": "YAHOO.widget.DataTable.html#event_columnUnselectEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "columnUnsetWidthEvent", "url": "YAHOO.widget.DataTable.html#event_columnUnsetWidthEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.Sort", "name": "compare", "url": "YAHOO.util.Sort.html#method_compare", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "configs", "url": "YAHOO.widget.DataTable.html#property_configs", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_createTrEl", "url": "YAHOO.widget.DataTable.html#method__createTrEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "currencyOptions", "url": "YAHOO.widget.Column.html#property_currencyOptions", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "currencyOptions", "url": "YAHOO.widget.DataTable.html#config_currencyOptions", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "currencyOptionsChange", "url": "YAHOO.widget.DataTable.html#event_currencyOptionsChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "currencySymbol", "url": "YAHOO.widget.DataTable.html#config_currencySymbol", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "currencySymbolChange", "url": "YAHOO.widget.DataTable.html#event_currencySymbolChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "dataReturnEvent", "url": "YAHOO.widget.DataTable.html#event_dataReturnEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._bDynStylesFallback", "url": "YAHOO.widget.DataTable.html#property_DataTable._bDynStylesFallback", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_ASC", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_ASC", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_BUTTON", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_BUTTON", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_CHECKBOX", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_CHECKBOX", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_COLTARGET", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_COLTARGET", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_DATA", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_DATA", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_DATATABLE", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_DATATABLE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_DEFAULT", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_DEFAULT", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_DESC", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_DESC", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_DISABLED", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_DISABLED", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_DRAGGABLE", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_DRAGGABLE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_DROPDOWN", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_DROPDOWN", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_EDITABLE", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_EDITABLE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_EDITOR", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_EDITOR", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_EMPTY", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_EMPTY", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_ERROR", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_ERROR", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_EVEN", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_EVEN", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_FIRST", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_FIRST", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_HIDDEN", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_HIDDEN", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_HIGHLIGHTED", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_HIGHLIGHTED", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_LABEL", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_LABEL", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_LAST", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_LAST", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_LINER", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_LINER", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_LOADING", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_LOADING", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_MASK", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_MASK", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_MESSAGE", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_MESSAGE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_NEXT", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_NEXT", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_ODD", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_ODD", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_PAGE", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_PAGE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_PAGINATOR", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_PAGINATOR", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_PREVIOUS", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_PREVIOUS", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_RADIO", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_RADIO", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_RESIZEABLE", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_RESIZEABLE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_RESIZER", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_RESIZER", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_RESIZERLINER", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_RESIZERLINER", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_RESIZERPROXY", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_RESIZERPROXY", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_SCROLLABLE", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_SCROLLABLE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_SELECTED", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_SELECTED", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.CLASS_SORTABLE", "url": "YAHOO.widget.DataTable.html#property_DataTable.CLASS_SORTABLE", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._cloneObject", "url": "YAHOO.widget.DataTable.html#method_DataTable._cloneObject", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._destroyColumnDragTargetEl", "url": "YAHOO.widget.DataTable.html#method_DataTable._destroyColumnDragTargetEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._destroyColumnResizerProxyEl", "url": "YAHOO.widget.DataTable.html#method_DataTable._destroyColumnResizerProxyEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.editCheckbox", "url": "YAHOO.widget.DataTable.html#method_DataTable.editCheckbox", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.editDate", "url": "YAHOO.widget.DataTable.html#method_DataTable.editDate", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.editDropdown", "url": "YAHOO.widget.DataTable.html#method_DataTable.editDropdown", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextboxCellEditor", "name": "DataTable.Editors", "url": "YAHOO.widget.TextboxCellEditor.html#property_DataTable.Editors", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.editRadio", "url": "YAHOO.widget.DataTable.html#method_DataTable.editRadio", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.editTextarea", "url": "YAHOO.widget.DataTable.html#method_DataTable.editTextarea", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.editTextbox", "url": "YAHOO.widget.DataTable.html#method_DataTable.editTextbox", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._elColumnDragTarget", "url": "YAHOO.widget.DataTable.html#property_DataTable._elColumnDragTarget", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._elColumnResizerProxy", "url": "YAHOO.widget.DataTable.html#property_DataTable._elColumnResizerProxy", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._elDynStyleNode", "url": "YAHOO.widget.DataTable.html#property_DataTable._elDynStyleNode", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatButton", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatButton", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatCheckbox", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatCheckbox", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatCurrency", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatCurrency", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatDate", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatDate", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatDefault", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatDefault", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatDropdown", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatDropdown", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatEmail", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatEmail", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatLink", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatLink", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatNumber", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatNumber", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatRadio", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatRadio", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.Formatter", "url": "YAHOO.widget.DataTable.html#property_DataTable.Formatter", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatText", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatText", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatTextarea", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatTextarea", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatTextbox", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatTextbox", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.formatTheadCell", "url": "YAHOO.widget.DataTable.html#method_DataTable.formatTheadCell", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._initColumnDragTargetEl", "url": "YAHOO.widget.DataTable.html#method_DataTable._initColumnDragTargetEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._initColumnResizerProxyEl", "url": "YAHOO.widget.DataTable.html#method_DataTable._initColumnResizerProxyEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._nCount", "url": "YAHOO.widget.DataTable.html#property_DataTable._nCount", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._nCurrentCount", "url": "YAHOO.widget.DataTable.html#property_DataTable._nCurrentCount", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "DataTable._oDynStyles", "url": "YAHOO.widget.DataTable.html#property_DataTable._oDynStyles", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "DataTable.validateNumber", "url": "YAHOO.widget.DataTable.html#method_DataTable.validateNumber", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "dateOptions", "url": "YAHOO.widget.Column.html#property_dateOptions", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "dateOptions", "url": "YAHOO.widget.DataTable.html#config_dateOptions", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "dateOptionsChange", "url": "YAHOO.widget.DataTable.html#event_dateOptionsChange", "type": "event"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_dd", "url": "YAHOO.widget.Column.html#property__dd", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_ddResizer", "url": "YAHOO.widget.Column.html#property__ddResizer", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_defaultPaginatorContainers", "url": "YAHOO.widget.DataTable.html#method__defaultPaginatorContainers", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "defaultValue", "url": "YAHOO.widget.BaseCellEditor.html#property_defaultValue", "type": "property"}, {"access": "", "host": "YAHOO.widget.DateCellEditor", "name": "defaultValue", "url": "YAHOO.widget.DateCellEditor.html#property_defaultValue", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "deleteRow", "url": "YAHOO.widget.DataTable.html#method_deleteRow", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "deleteRows", "url": "YAHOO.widget.DataTable.html#method_deleteRows", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_deleteTrEl", "url": "YAHOO.widget.DataTable.html#method__deleteTrEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "destroy", "url": "YAHOO.widget.BaseCellEditor.html#method_destroy", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "destroy", "url": "YAHOO.widget.DataTable.html#method_destroy", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "destroyCellEditor", "url": "YAHOO.widget.DataTable.html#method_destroyCellEditor", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyColgroupEl", "url": "YAHOO.widget.DataTable.html#method__destroyColgroupEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyColumnHelpers", "url": "YAHOO.widget.DataTable.html#method__destroyColumnHelpers", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyContainerEl", "url": "YAHOO.widget.DataTable.html#method__destroyContainerEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyDraggableColumns", "url": "YAHOO.widget.DataTable.html#method__destroyDraggableColumns", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyMsgTbodyEl", "url": "YAHOO.widget.DataTable.html#method__destroyMsgTbodyEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyPaginator", "url": "YAHOO.widget.DataTable.html#method__destroyPaginator", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyResizeableColumns", "url": "YAHOO.widget.DataTable.html#method__destroyResizeableColumns", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyTableEl", "url": "YAHOO.widget.DataTable.html#method__destroyTableEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyTbodyEl", "url": "YAHOO.widget.DataTable.html#method__destroyTbodyEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_destroyTheadEl", "url": "YAHOO.widget.DataTable.html#method__destroyTheadEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "disable", "url": "YAHOO.widget.DataTable.html#method_disable", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "disableBtns", "url": "YAHOO.widget.BaseCellEditor.html#property_disableBtns", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "disableEvent", "url": "YAHOO.widget.DataTable.html#event_disableEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "doAfterRender", "url": "YAHOO.widget.BaseCellEditor.html#method_doAfterRender", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "doBeforeLoadData", "url": "YAHOO.widget.DataTable.html#method_doBeforeLoadData", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "doBeforePaginatorChange", "url": "YAHOO.widget.DataTable.html#method_doBeforePaginatorChange", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "doBeforeShowCellEditor", "url": "YAHOO.widget.DataTable.html#method_doBeforeShowCellEditor", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "doBeforeSortColumn", "url": "YAHOO.widget.DataTable.html#method_doBeforeSortColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "draggableColumns", "url": "YAHOO.widget.DataTable.html#config_draggableColumns", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "draggableColumnsChange", "url": "YAHOO.widget.DataTable.html#event_draggableColumnsChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DropdownCellEditor", "name": "dropdown", "url": "YAHOO.widget.DropdownCellEditor.html#property_dropdown", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "dropdownChangeEvent", "url": "YAHOO.widget.DataTable.html#event_dropdownChangeEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DropdownCellEditor", "name": "dropdownOptions", "url": "YAHOO.widget.DropdownCellEditor.html#property_dropdownOptions", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "dropdownOptions", "url": "YAHOO.widget.Column.html#property_dropdownOptions", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "dynamicData", "url": "YAHOO.widget.DataTable.html#config_dynamicData", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "dynamicDataChange", "url": "YAHOO.widget.DataTable.html#event_dynamicDataChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.Column", "name": "editor", "url": "YAHOO.widget.Column.html#property_editor", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "editorBlockEvent", "url": "YAHOO.widget.DataTable.html#event_editorBlockEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "editorBlurEvent", "url": "YAHOO.widget.DataTable.html#event_editorBlurEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "editorCancelEvent", "url": "YAHOO.widget.DataTable.html#event_editorCancelEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "editorKeydownEvent", "url": "YAHOO.widget.DataTable.html#event_editorKeydownEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.ColumnResizer", "name": "editorOptions", "url": "YAHOO.util.ColumnResizer.html#property_editorOptions", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "editorRevertEvent", "url": "YAHOO.widget.DataTable.html#event_editorRevertEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "editorSaveEvent", "url": "YAHOO.widget.DataTable.html#event_editorSaveEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "editorShowEvent", "url": "YAHOO.widget.DataTable.html#event_editorShowEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "editorUnblockEvent", "url": "YAHOO.widget.DataTable.html#event_editorUnblockEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "editorUpdateEvent", "url": "YAHOO.widget.DataTable.html#event_editorUpdateEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_elCancelBtn", "url": "YAHOO.widget.BaseCellEditor.html#property__elCancelBtn", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elCaption", "url": "YAHOO.widget.DataTable.html#property__elCaption", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elColgroup", "url": "YAHOO.widget.DataTable.html#property__elColgroup", "type": "property"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_elContainer", "url": "YAHOO.widget.BaseCellEditor.html#property__elContainer", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elContainer", "url": "YAHOO.widget.DataTable.html#property__elContainer", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elMask", "url": "YAHOO.widget.DataTable.html#property__elMask", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elMsgTbody", "url": "YAHOO.widget.DataTable.html#property__elMsgTbody", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elMsgTd", "url": "YAHOO.widget.DataTable.html#property__elMsgTd", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elMsgTr", "url": "YAHOO.widget.DataTable.html#property__elMsgTr", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_elResizer", "url": "YAHOO.widget.Column.html#property__elResizer", "type": "property"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_elSaveBtn", "url": "YAHOO.widget.BaseCellEditor.html#property__elSaveBtn", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elTable", "url": "YAHOO.widget.DataTable.html#property__elTable", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elTbody", "url": "YAHOO.widget.DataTable.html#property__elTbody", "type": "property"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_elTd", "url": "YAHOO.widget.BaseCellEditor.html#property__elTd", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_elTh", "url": "YAHOO.widget.Column.html#property__elTh", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elThead", "url": "YAHOO.widget.DataTable.html#property__elThead", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_elThLabel", "url": "YAHOO.widget.Column.html#property__elThLabel", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_elThLiner", "url": "YAHOO.widget.Column.html#property__elThLiner", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_elTrTemplate", "url": "YAHOO.widget.DataTable.html#property__elTrTemplate", "type": "property"}, {"access": "", "host": "YAHOO.util.Chain", "name": "end", "url": "YAHOO.util.Chain.html#event_end", "type": "event"}, {"access": "", "host": "YAHOO.widget.Column", "name": "field", "url": "YAHOO.widget.Column.html#property_field", "type": "property"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "flat", "url": "YAHOO.widget.ColumnSet.html#property_flat", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "focus", "url": "YAHOO.widget.BaseCellEditor.html#method_focus", "type": "method"}, {"access": "", "host": "YAHOO.widget.CheckboxCellEditor", "name": "focus", "url": "YAHOO.widget.CheckboxCellEditor.html#method_focus", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateCellEditor", "name": "focus", "url": "YAHOO.widget.DateCellEditor.html#method_focus", "type": "method"}, {"access": "", "host": "YAHOO.widget.DropdownCellEditor", "name": "focus", "url": "YAHOO.widget.DropdownCellEditor.html#method_focus", "type": "method"}, {"access": "", "host": "YAHOO.widget.RadioCellEditor", "name": "focus", "url": "YAHOO.widget.RadioCellEditor.html#method_focus", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextareaCellEditor", "name": "focus", "url": "YAHOO.widget.TextareaCellEditor.html#method_focus", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextboxCellEditor", "name": "focus", "url": "YAHOO.widget.TextboxCellEditor.html#method_focus", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "focus", "url": "YAHOO.widget.DataTable.html#method_focus", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_focusEl", "url": "YAHOO.widget.DataTable.html#method__focusEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "focusTbodyEl", "url": "YAHOO.widget.DataTable.html#method_focusTbodyEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "focusTheadEl", "url": "YAHOO.widget.DataTable.html#method_focusTheadEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "formatCell", "url": "YAHOO.widget.DataTable.html#method_formatCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "formatRow", "url": "YAHOO.widget.DataTable.html#config_formatRow", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "formatRowChange", "url": "YAHOO.widget.DataTable.html#event_formatRowChange", "type": "event"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_formatTdEl", "url": "YAHOO.widget.DataTable.html#method__formatTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "formatter", "url": "YAHOO.widget.Column.html#property_formatter", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "generateRequest", "url": "YAHOO.widget.DataTable.html#config_generateRequest", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "generateRequestChange", "url": "YAHOO.widget.DataTable.html#event_generateRequestChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getAboveTdEl", "url": "YAHOO.widget.DataTable.html#method_getAboveTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getBelowTdEl", "url": "YAHOO.widget.DataTable.html#method_getBelowTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getBody", "url": "YAHOO.widget.DataTable.html#method_getBody", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getCell", "url": "YAHOO.widget.DataTable.html#method_getCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getCellEditor", "url": "YAHOO.widget.DataTable.html#method_getCellEditor", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getColEl", "url": "YAHOO.widget.Column.html#method_getColEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getColspan", "url": "YAHOO.widget.Column.html#method_getColspan", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "getColumn", "url": "YAHOO.widget.BaseCellEditor.html#method_getColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "getColumn", "url": "YAHOO.widget.ColumnSet.html#method_getColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getColumn", "url": "YAHOO.widget.DataTable.html#method_getColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "getColumnById", "url": "YAHOO.widget.ColumnSet.html#method_getColumnById", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getColumnById", "url": "YAHOO.widget.DataTable.html#method_getColumnById", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_getColumnClassnames", "url": "YAHOO.widget.DataTable.html#method__getColumnClassnames", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getColumnSet", "url": "YAHOO.widget.DataTable.html#method_getColumnSet", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getColumnSortDir", "url": "YAHOO.widget.DataTable.html#method_getColumnSortDir", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "getContainerEl", "url": "YAHOO.widget.BaseCellEditor.html#method_getContainerEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getContainerEl", "url": "YAHOO.widget.DataTable.html#method_getContainerEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getDataSource", "url": "YAHOO.widget.DataTable.html#method_getDataSource", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "getDataTable", "url": "YAHOO.widget.BaseCellEditor.html#method_getDataTable", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getDefinition", "url": "YAHOO.widget.Column.html#method_getDefinition", "type": "method"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "getDefinitions", "url": "YAHOO.widget.ColumnSet.html#method_getDefinitions", "type": "method"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "getDescendants", "url": "YAHOO.widget.ColumnSet.html#method_getDescendants", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getField", "url": "YAHOO.widget.Column.html#method_getField", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getFirstTdEl", "url": "YAHOO.widget.DataTable.html#method_getFirstTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getFirstTrEl", "url": "YAHOO.widget.DataTable.html#method_getFirstTrEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "getId", "url": "YAHOO.widget.BaseCellEditor.html#method_getId", "type": "method"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "getId", "url": "YAHOO.widget.ColumnSet.html#method_getId", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getId", "url": "YAHOO.widget.Column.html#method_getId", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getId", "url": "YAHOO.widget.DataTable.html#method_getId", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "getInputValue", "url": "YAHOO.widget.BaseCellEditor.html#method_getInputValue", "type": "method"}, {"access": "", "host": "YAHOO.widget.CheckboxCellEditor", "name": "getInputValue", "url": "YAHOO.widget.CheckboxCellEditor.html#method_getInputValue", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateCellEditor", "name": "getInputValue", "url": "YAHOO.widget.DateCellEditor.html#method_getInputValue", "type": "method"}, {"access": "", "host": "YAHOO.widget.DropdownCellEditor", "name": "getInputValue", "url": "YAHOO.widget.DropdownCellEditor.html#method_getInputValue", "type": "method"}, {"access": "", "host": "YAHOO.widget.RadioCellEditor", "name": "getInputValue", "url": "YAHOO.widget.RadioCellEditor.html#method_getInputValue", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextareaCellEditor", "name": "getInputValue", "url": "YAHOO.widget.TextareaCellEditor.html#method_getInputValue", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextboxCellEditor", "name": "getInputValue", "url": "YAHOO.widget.TextboxCellEditor.html#method_getInputValue", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getKey", "url": "YAHOO.widget.Column.html#method_getKey", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getKeyIndex", "url": "YAHOO.widget.Column.html#method_getKeyIndex", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getLastSelectedCell", "url": "YAHOO.widget.DataTable.html#method_getLastSelectedCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getLastSelectedRecord", "url": "YAHOO.widget.DataTable.html#method_getLastSelectedRecord", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getLastTdEl", "url": "YAHOO.widget.DataTable.html#method_getLastTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getLastTrEl", "url": "YAHOO.widget.DataTable.html#method_getLastTrEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getMsgTbodyEl", "url": "YAHOO.widget.DataTable.html#method_getMsgTbodyEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getMsgTdEl", "url": "YAHOO.widget.DataTable.html#method_getMsgTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getNextTdEl", "url": "YAHOO.widget.DataTable.html#method_getNextTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getNextTrEl", "url": "YAHOO.widget.DataTable.html#method_getNextTrEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getParent", "url": "YAHOO.widget.Column.html#method_getParent", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getPreviousTdEl", "url": "YAHOO.widget.DataTable.html#method_getPreviousTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getPreviousTrEl", "url": "YAHOO.widget.DataTable.html#method_getPreviousTrEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "getRecord", "url": "YAHOO.widget.BaseCellEditor.html#method_getRecord", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getRecord", "url": "YAHOO.widget.DataTable.html#method_getRecord", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getRecordIndex", "url": "YAHOO.widget.DataTable.html#method_getRecordIndex", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getRecordSet", "url": "YAHOO.widget.DataTable.html#method_getRecordSet", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getResizerEl", "url": "YAHOO.widget.Column.html#method_getResizerEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getRow", "url": "YAHOO.widget.DataTable.html#method_getRow", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getRowspan", "url": "YAHOO.widget.Column.html#method_getRowspan", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getSanitizedKey", "url": "YAHOO.widget.Column.html#method_getSanitizedKey", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getSelectedCells", "url": "YAHOO.widget.DataTable.html#method_getSelectedCells", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getSelectedColumns", "url": "YAHOO.widget.DataTable.html#method_getSelectedColumns", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getSelectedRows", "url": "YAHOO.widget.DataTable.html#method_getSelectedRows", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getSelectedTdEls", "url": "YAHOO.widget.DataTable.html#method_getSelectedTdEls", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getSelectedTrEls", "url": "YAHOO.widget.DataTable.html#method_getSelectedTrEls", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_getSelectionAnchor", "url": "YAHOO.widget.DataTable.html#method__getSelectionAnchor", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_getSelectionTrigger", "url": "YAHOO.widget.DataTable.html#method__getSelectionTrigger", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getState", "url": "YAHOO.widget.DataTable.html#method_getState", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getTableEl", "url": "YAHOO.widget.DataTable.html#method_getTableEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getTbodyEl", "url": "YAHOO.widget.DataTable.html#method_getTbodyEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "getTdEl", "url": "YAHOO.widget.BaseCellEditor.html#method_getTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getTdEl", "url": "YAHOO.widget.DataTable.html#method_getTdEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getTdLinerEl", "url": "YAHOO.widget.DataTable.html#method_getTdLinerEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getTheadEl", "url": "YAHOO.widget.DataTable.html#method_getTheadEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getThEl", "url": "YAHOO.widget.Column.html#method_getThEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getThEl", "url": "YAHOO.widget.DataTable.html#method_getThEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getThLInerEl", "url": "YAHOO.widget.Column.html#method_getThLInerEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getThLinerEl", "url": "YAHOO.widget.DataTable.html#method_getThLinerEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "getTreeIndex", "url": "YAHOO.widget.Column.html#method_getTreeIndex", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getTrEl", "url": "YAHOO.widget.DataTable.html#method_getTrEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "getTrIndex", "url": "YAHOO.widget.DataTable.html#method_getTrIndex", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_getTrTemplateEl", "url": "YAHOO.widget.DataTable.html#method__getTrTemplateEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleCellBlockSelectionByKey", "url": "YAHOO.widget.DataTable.html#method__handleCellBlockSelectionByKey", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleCellBlockSelectionByMouse", "url": "YAHOO.widget.DataTable.html#method__handleCellBlockSelectionByMouse", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleCellRangeSelectionByKey", "url": "YAHOO.widget.DataTable.html#method__handleCellRangeSelectionByKey", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleCellRangeSelectionByMouse", "url": "YAHOO.widget.DataTable.html#method__handleCellRangeSelectionByMouse", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "handleDataReturnPayload", "url": "YAHOO.widget.DataTable.html#method_handleDataReturnPayload", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "handleDisabledBtns", "url": "YAHOO.widget.BaseCellEditor.html#method_handleDisabledBtns", "type": "method"}, {"access": "", "host": "YAHOO.widget.CheckboxCellEditor", "name": "handleDisabledBtns", "url": "YAHOO.widget.CheckboxCellEditor.html#method_handleDisabledBtns", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateCellEditor", "name": "handleDisabledBtns", "url": "YAHOO.widget.DateCellEditor.html#method_handleDisabledBtns", "type": "method"}, {"access": "", "host": "YAHOO.widget.DropdownCellEditor", "name": "handleDisabledBtns", "url": "YAHOO.widget.DropdownCellEditor.html#method_handleDisabledBtns", "type": "method"}, {"access": "", "host": "YAHOO.widget.RadioCellEditor", "name": "handleDisabledBtns", "url": "YAHOO.widget.RadioCellEditor.html#method_handleDisabledBtns", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextareaCellEditor", "name": "handleDisabledBtns", "url": "YAHOO.widget.TextareaCellEditor.html#method_handleDisabledBtns", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handlePaginatorChange", "url": "YAHOO.widget.DataTable.html#method__handlePaginatorChange", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleSingleCellSelectionByKey", "url": "YAHOO.widget.DataTable.html#method__handleSingleCellSelectionByKey", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleSingleCellSelectionByMouse", "url": "YAHOO.widget.DataTable.html#method__handleSingleCellSelectionByMouse", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleSingleSelectionByKey", "url": "YAHOO.widget.DataTable.html#method__handleSingleSelectionByKey", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleSingleSelectionByMouse", "url": "YAHOO.widget.DataTable.html#method__handleSingleSelectionByMouse", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleStandardSelectionByKey", "url": "YAHOO.widget.DataTable.html#method__handleStandardSelectionByKey", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_handleStandardSelectionByMouse", "url": "YAHOO.widget.DataTable.html#method__handleStandardSelectionByMouse", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerCellClickEvent", "url": "YAHOO.widget.DataTable.html#event_headerCellClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerCellDblclickEvent", "url": "YAHOO.widget.DataTable.html#event_headerCellDblclickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerCellMousedownEvent", "url": "YAHOO.widget.DataTable.html#event_headerCellMousedownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerCellMouseoutEvent", "url": "YAHOO.widget.DataTable.html#event_headerCellMouseoutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerCellMouseoverEvent", "url": "YAHOO.widget.DataTable.html#event_headerCellMouseoverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerLabelClickEvent", "url": "YAHOO.widget.DataTable.html#event_headerLabelClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerLabelDbllickEvent", "url": "YAHOO.widget.DataTable.html#event_headerLabelDbllickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerLabelMousedownEvent", "url": "YAHOO.widget.DataTable.html#event_headerLabelMousedownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerLabelMouseoutEvent", "url": "YAHOO.widget.DataTable.html#event_headerLabelMouseoutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerLabelMouseoverEvent", "url": "YAHOO.widget.DataTable.html#event_headerLabelMouseoverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerRowClickEvent", "url": "YAHOO.widget.DataTable.html#event_headerRowClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerRowDblclickEvent", "url": "YAHOO.widget.DataTable.html#event_headerRowDblclickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerRowMousedownEvent", "url": "YAHOO.widget.DataTable.html#event_headerRowMousedownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerRowMouseoutEvent", "url": "YAHOO.widget.DataTable.html#event_headerRowMouseoutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "headerRowMouseoverEvent", "url": "YAHOO.widget.DataTable.html#event_headerRowMouseoverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "headers", "url": "YAHOO.widget.ColumnSet.html#property_headers", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "hidden", "url": "YAHOO.widget.Column.html#property_hidden", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "hideColumn", "url": "YAHOO.widget.DataTable.html#method_hideColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "hideTableMessage", "url": "YAHOO.widget.DataTable.html#method_hideTableMessage", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "highlightCell", "url": "YAHOO.widget.DataTable.html#method_highlightCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "highlightColumn", "url": "YAHOO.widget.DataTable.html#method_highlightColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "highlightRow", "url": "YAHOO.widget.DataTable.html#method_highlightRow", "type": "method"}, {"access": "private", "host": "YAHOO.util.Chain", "name": "id", "url": "YAHOO.util.Chain.html#property_id", "type": "property"}, {"access": "private", "host": "YAHOO.widget.ColumnSet", "name": "_init", "url": "YAHOO.widget.ColumnSet.html#method__init", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "initAttributes", "url": "YAHOO.widget.DataTable.html#method_initAttributes", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initCaptionEl", "url": "YAHOO.widget.DataTable.html#method__initCaptionEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initCellEditing", "url": "YAHOO.widget.DataTable.html#method__initCellEditing", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initCellEditorEl", "url": "YAHOO.widget.DataTable.html#method__initCellEditorEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initColgroupEl", "url": "YAHOO.widget.DataTable.html#method__initColgroupEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initColumnHelpers", "url": "YAHOO.widget.DataTable.html#method__initColumnHelpers", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initColumnSet", "url": "YAHOO.widget.DataTable.html#method__initColumnSet", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initColumnSort", "url": "YAHOO.widget.DataTable.html#method__initColumnSort", "type": "method"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_initConfigs", "url": "YAHOO.widget.BaseCellEditor.html#method__initConfigs", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initConfigs", "url": "YAHOO.widget.DataTable.html#method__initConfigs", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initContainerEl", "url": "YAHOO.widget.DataTable.html#method__initContainerEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initDataSource", "url": "YAHOO.widget.DataTable.html#method__initDataSource", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initDomElements", "url": "YAHOO.widget.DataTable.html#method__initDomElements", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initDraggableColumns", "url": "YAHOO.widget.DataTable.html#method__initDraggableColumns", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "initEvent", "url": "YAHOO.widget.DataTable.html#event_initEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_initEvents", "url": "YAHOO.widget.BaseCellEditor.html#method__initEvents", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initEvents", "url": "YAHOO.widget.DataTable.html#method__initEvents", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "initializeTable", "url": "YAHOO.widget.DataTable.html#method_initializeTable", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "initialLoad", "url": "YAHOO.widget.DataTable.html#config_initialLoad", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "initialLoadChange", "url": "YAHOO.widget.DataTable.html#event_initialLoadChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "initialRequest", "url": "YAHOO.widget.DataTable.html#config_initialRequest", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "initialRequestChange", "url": "YAHOO.widget.DataTable.html#event_initialRequestChange", "type": "event"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initMsgTbodyEl", "url": "YAHOO.widget.DataTable.html#method__initMsgTbodyEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initRecordSet", "url": "YAHOO.widget.DataTable.html#method__initRecordSet", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initResizeableColumns", "url": "YAHOO.widget.DataTable.html#method__initResizeableColumns", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initTableEl", "url": "YAHOO.widget.DataTable.html#method__initTableEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initTbodyEl", "url": "YAHOO.widget.DataTable.html#method__initTbodyEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initTheadEl", "url": "YAHOO.widget.DataTable.html#method__initTheadEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_initThEl", "url": "YAHOO.widget.DataTable.html#method__initThEl", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_insertColgroupColEl", "url": "YAHOO.widget.DataTable.html#method__insertColgroupColEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "insertColumn", "url": "YAHOO.widget.DataTable.html#method_insertColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "invalidDataEvent", "url": "YAHOO.widget.BaseCellEditor.html#event_invalidDataEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "isActive", "url": "YAHOO.widget.BaseCellEditor.html#property_isActive", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "isSelected", "url": "YAHOO.widget.DataTable.html#method_isSelected", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "key", "url": "YAHOO.widget.Column.html#property_key", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "keydownEvent", "url": "YAHOO.widget.BaseCellEditor.html#event_keydownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "keys", "url": "YAHOO.widget.ColumnSet.html#property_keys", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "label", "url": "YAHOO.widget.Column.html#property_label", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "LABEL_CANCEL", "url": "YAHOO.widget.BaseCellEditor.html#property_LABEL_CANCEL", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "LABEL_SAVE", "url": "YAHOO.widget.BaseCellEditor.html#property_LABEL_SAVE", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "linkClickEvent", "url": "YAHOO.widget.DataTable.html#event_linkClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.Column", "name": "maxAutoWidth", "url": "YAHOO.widget.Column.html#property_maxAutoWidth", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "minWidth", "url": "YAHOO.widget.Column.html#property_minWidth", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "move", "url": "YAHOO.widget.BaseCellEditor.html#method_move", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextareaCellEditor", "name": "move", "url": "YAHOO.widget.TextareaCellEditor.html#method_move", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextboxCellEditor", "name": "move", "url": "YAHOO.widget.TextboxCellEditor.html#method_move", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_EMPTY", "url": "YAHOO.widget.DataTable.html#config_MSG_EMPTY", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_EMPTYChange", "url": "YAHOO.widget.DataTable.html#event_MSG_EMPTYChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_ERROR", "url": "YAHOO.widget.DataTable.html#config_MSG_ERROR", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_ERRORChange", "url": "YAHOO.widget.DataTable.html#event_MSG_ERRORChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_LOADING", "url": "YAHOO.widget.DataTable.html#config_MSG_LOADING", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_LOADINGChange", "url": "YAHOO.widget.DataTable.html#event_MSG_LOADINGChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_SORTASC", "url": "YAHOO.widget.DataTable.html#config_MSG_SORTASC", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_SORTASCChange", "url": "YAHOO.widget.DataTable.html#event_MSG_SORTASCChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_SORTDESC", "url": "YAHOO.widget.DataTable.html#config_MSG_SORTDESC", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "MSG_SORTDESCChange", "url": "YAHOO.widget.DataTable.html#event_MSG_SORTDESCChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DropdownCellEditor", "name": "multiple", "url": "YAHOO.widget.DropdownCellEditor.html#property_multiple", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_nColspan", "url": "YAHOO.widget.Column.html#property__nColspan", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_nIndex", "url": "YAHOO.widget.DataTable.html#property__nIndex", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_nKeyIndex", "url": "YAHOO.widget.Column.html#property__nKeyIndex", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_nRowspan", "url": "YAHOO.widget.Column.html#property__nRowspan", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_nTdCount", "url": "YAHOO.widget.DataTable.html#property__nTdCount", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_nTrCount", "url": "YAHOO.widget.DataTable.html#property__nTrCount", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_nTreeIndex", "url": "YAHOO.widget.Column.html#property__nTreeIndex", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "numberOptions", "url": "YAHOO.widget.DataTable.html#config_numberOptions", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "numberOptionsChange", "url": "YAHOO.widget.DataTable.html#event_numberOptionsChange", "type": "event"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_nWidth", "url": "YAHOO.widget.Column.html#property__nWidth", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_oAnchorCell", "url": "YAHOO.widget.DataTable.html#property__oAnchorCell", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_oAnchorRecord", "url": "YAHOO.widget.DataTable.html#property__oAnchorRecord", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_oCellEditor", "url": "YAHOO.widget.DataTable.html#property__oCellEditor", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_oChainRender", "url": "YAHOO.widget.DataTable.html#property__oChainRender", "type": "property"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_oColumn", "url": "YAHOO.widget.BaseCellEditor.html#property__oColumn", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_oColumnSet", "url": "YAHOO.widget.DataTable.html#property__oColumnSet", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_oDataSource", "url": "YAHOO.widget.DataTable.html#property__oDataSource", "type": "property"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_oDataTable", "url": "YAHOO.widget.BaseCellEditor.html#property__oDataTable", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onDataReturnAppendRows", "url": "YAHOO.widget.DataTable.html#method_onDataReturnAppendRows", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onDataReturnInitializeTable", "url": "YAHOO.widget.DataTable.html#method_onDataReturnInitializeTable", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onDataReturnInsertRows", "url": "YAHOO.widget.DataTable.html#method_onDataReturnInsertRows", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onDataReturnReplaceRows", "url": "YAHOO.widget.DataTable.html#method_onDataReturnReplaceRows", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onDataReturnSetRecords", "url": "YAHOO.widget.DataTable.html#method_onDataReturnSetRecords", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onDataReturnSetRows", "url": "YAHOO.widget.DataTable.html#method_onDataReturnSetRows", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onDataReturnUpdateRows", "url": "YAHOO.widget.DataTable.html#method_onDataReturnUpdateRows", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onDocumentClick", "url": "YAHOO.widget.DataTable.html#method__onDocumentClick", "type": "method"}, {"access": "", "host": "YAHOO.util.ColumnResizer", "name": "onDrag", "url": "YAHOO.util.ColumnResizer.html#method_onDrag", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onDropdownChange", "url": "YAHOO.widget.DataTable.html#method__onDropdownChange", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onEditorBlockEvent", "url": "YAHOO.widget.DataTable.html#method__onEditorBlockEvent", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEditorBlockEvent", "url": "YAHOO.widget.DataTable.html#method_onEditorBlockEvent", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onEditorBlurEvent", "url": "YAHOO.widget.DataTable.html#method__onEditorBlurEvent", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEditorBlurEvent", "url": "YAHOO.widget.DataTable.html#method_onEditorBlurEvent", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onEditorCancelEvent", "url": "YAHOO.widget.DataTable.html#method__onEditorCancelEvent", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onEditorKeydownEvent", "url": "YAHOO.widget.DataTable.html#method__onEditorKeydownEvent", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onEditorRevertEvent", "url": "YAHOO.widget.DataTable.html#method__onEditorRevertEvent", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onEditorSaveEvent", "url": "YAHOO.widget.DataTable.html#method__onEditorSaveEvent", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onEditorShowEvent", "url": "YAHOO.widget.DataTable.html#method__onEditorShowEvent", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onEditorUnblockEvent", "url": "YAHOO.widget.DataTable.html#method__onEditorUnblockEvent", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEditorUnblockEvent", "url": "YAHOO.widget.DataTable.html#method_onEditorUnblockEvent", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventCancelCellEditor", "url": "YAHOO.widget.DataTable.html#method_onEventCancelCellEditor", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventEditCell", "url": "YAHOO.widget.DataTable.html#method_onEventEditCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventFormatCell", "url": "YAHOO.widget.DataTable.html#method_onEventFormatCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventHighlightCell", "url": "YAHOO.widget.DataTable.html#method_onEventHighlightCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventHighlightColumn", "url": "YAHOO.widget.DataTable.html#method_onEventHighlightColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventHighlightRow", "url": "YAHOO.widget.DataTable.html#method_onEventHighlightRow", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventSaveCellEditor", "url": "YAHOO.widget.DataTable.html#method_onEventSaveCellEditor", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventSelectCell", "url": "YAHOO.widget.DataTable.html#method_onEventSelectCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventSelectColumn", "url": "YAHOO.widget.DataTable.html#method_onEventSelectColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventSelectRow", "url": "YAHOO.widget.DataTable.html#method_onEventSelectRow", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventShowCellEditor", "url": "YAHOO.widget.DataTable.html#method_onEventShowCellEditor", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventSortColumn", "url": "YAHOO.widget.DataTable.html#method_onEventSortColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventUnhighlightCell", "url": "YAHOO.widget.DataTable.html#method_onEventUnhighlightCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventUnhighlightColumn", "url": "YAHOO.widget.DataTable.html#method_onEventUnhighlightColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onEventUnhighlightRow", "url": "YAHOO.widget.DataTable.html#method_onEventUnhighlightRow", "type": "method"}, {"access": "", "host": "YAHOO.util.ColumnResizer", "name": "onMouseDown", "url": "YAHOO.util.ColumnResizer.html#method_onMouseDown", "type": "method"}, {"access": "", "host": "YAHOO.util.ColumnResizer", "name": "onMouseUp", "url": "YAHOO.util.ColumnResizer.html#method_onMouseUp", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onPaginatorChange", "url": "YAHOO.widget.DataTable.html#method_onPaginatorChange", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onPaginatorChangeRequest", "url": "YAHOO.widget.DataTable.html#method_onPaginatorChangeRequest", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onRenderChainEnd", "url": "YAHOO.widget.DataTable.html#method__onRenderChainEnd", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "onShow", "url": "YAHOO.widget.DataTable.html#method_onShow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTableDblclick", "url": "YAHOO.widget.DataTable.html#method__onTableDblclick", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTableFocus", "url": "YAHOO.widget.DataTable.html#method__onTableFocus", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTableKeypress", "url": "YAHOO.widget.DataTable.html#method__onTableKeypress", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTableMousedown", "url": "YAHOO.widget.DataTable.html#method__onTableMousedown", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTableMouseout", "url": "YAHOO.widget.DataTable.html#method__onTableMouseout", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTableMouseover", "url": "YAHOO.widget.DataTable.html#method__onTableMouseover", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTableMouseup", "url": "YAHOO.widget.DataTable.html#method__onTableMouseup", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTbodyClick", "url": "YAHOO.widget.DataTable.html#method__onTbodyClick", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTbodyFocus", "url": "YAHOO.widget.DataTable.html#method__onTbodyFocus", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTbodyKeydown", "url": "YAHOO.widget.DataTable.html#method__onTbodyKeydown", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTheadClick", "url": "YAHOO.widget.DataTable.html#method__onTheadClick", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTheadFocus", "url": "YAHOO.widget.DataTable.html#method__onTheadFocus", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_onTheadKeydown", "url": "YAHOO.widget.DataTable.html#method__onTheadKeydown", "type": "method"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_oParent", "url": "YAHOO.widget.Column.html#property__oParent", "type": "property"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_oRecord", "url": "YAHOO.widget.BaseCellEditor.html#property__oRecord", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_oRecordSet", "url": "YAHOO.widget.DataTable.html#property__oRecordSet", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "paginator", "url": "YAHOO.widget.DataTable.html#config_paginator", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "paginatorChange", "url": "YAHOO.widget.DataTable.html#event_paginatorChange", "type": "event"}, {"access": "", "host": "YAHOO.util.Chain", "name": "pause", "url": "YAHOO.util.Chain.html#method_pause", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "postRenderEvent", "url": "YAHOO.widget.DataTable.html#event_postRenderEvent", "type": "event"}, {"access": "private", "host": "YAHOO.util.Chain", "name": "q", "url": "YAHOO.util.Chain.html#property_q", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "radioClickEvent", "url": "YAHOO.widget.DataTable.html#event_radioClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.RadioCellEditor", "name": "radioOptions", "url": "YAHOO.widget.RadioCellEditor.html#property_radioOptions", "type": "property"}, {"access": "", "host": "YAHOO.widget.RadioCellEditor", "name": "radios", "url": "YAHOO.widget.RadioCellEditor.html#property_radios", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "refreshView", "url": "YAHOO.widget.DataTable.html#method_refreshView", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_removeColgroupColEl", "url": "YAHOO.widget.DataTable.html#method__removeColgroupColEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "removeColumn", "url": "YAHOO.widget.DataTable.html#method_removeColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "render", "url": "YAHOO.widget.BaseCellEditor.html#method_render", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "render", "url": "YAHOO.widget.DataTable.html#method_render", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "renderBtns", "url": "YAHOO.widget.BaseCellEditor.html#method_renderBtns", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "renderEvent", "url": "YAHOO.widget.DataTable.html#event_renderEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "renderForm", "url": "YAHOO.widget.BaseCellEditor.html#method_renderForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.CheckboxCellEditor", "name": "renderForm", "url": "YAHOO.widget.CheckboxCellEditor.html#method_renderForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateCellEditor", "name": "renderForm", "url": "YAHOO.widget.DateCellEditor.html#method_renderForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.DropdownCellEditor", "name": "renderForm", "url": "YAHOO.widget.DropdownCellEditor.html#method_renderForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.RadioCellEditor", "name": "renderForm", "url": "YAHOO.widget.RadioCellEditor.html#method_renderForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextareaCellEditor", "name": "renderForm", "url": "YAHOO.widget.TextareaCellEditor.html#method_renderForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextboxCellEditor", "name": "renderForm", "url": "YAHOO.widget.TextboxCellEditor.html#method_renderForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "renderLoopSize", "url": "YAHOO.widget.DataTable.html#config_renderLoopSize", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "renderLoopSizeChange", "url": "YAHOO.widget.DataTable.html#event_renderLoopSizeChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "renderPaginator", "url": "YAHOO.widget.DataTable.html#method_renderPaginator", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_reorderColgroupColEl", "url": "YAHOO.widget.DataTable.html#method__reorderColgroupColEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "reorderColumn", "url": "YAHOO.widget.DataTable.html#method_reorderColumn", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_repaintGecko", "url": "YAHOO.widget.DataTable.html#method__repaintGecko", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_repaintOpera", "url": "YAHOO.widget.DataTable.html#method__repaintOpera", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_repaintWebkit", "url": "YAHOO.widget.DataTable.html#method__repaintWebkit", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "resetCellEditor", "url": "YAHOO.widget.DataTable.html#method_resetCellEditor", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "resetForm", "url": "YAHOO.widget.BaseCellEditor.html#method_resetForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.CheckboxCellEditor", "name": "resetForm", "url": "YAHOO.widget.CheckboxCellEditor.html#method_resetForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.DateCellEditor", "name": "resetForm", "url": "YAHOO.widget.DateCellEditor.html#method_resetForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.DropdownCellEditor", "name": "resetForm", "url": "YAHOO.widget.DropdownCellEditor.html#method_resetForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.RadioCellEditor", "name": "resetForm", "url": "YAHOO.widget.RadioCellEditor.html#method_resetForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextareaCellEditor", "name": "resetForm", "url": "YAHOO.widget.TextareaCellEditor.html#method_resetForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.TextboxCellEditor", "name": "resetForm", "url": "YAHOO.widget.TextboxCellEditor.html#method_resetForm", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "resetInvalidData", "url": "YAHOO.widget.BaseCellEditor.html#property_resetInvalidData", "type": "property"}, {"access": "", "host": "YAHOO.util.ColumnResizer", "name": "resetResizerEl", "url": "YAHOO.util.ColumnResizer.html#method_resetResizerEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "resizeable", "url": "YAHOO.widget.Column.html#property_resizeable", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_restoreMinWidth", "url": "YAHOO.widget.DataTable.html#method__restoreMinWidth", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "revertEvent", "url": "YAHOO.widget.BaseCellEditor.html#event_revertEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowAddEvent", "url": "YAHOO.widget.DataTable.html#event_rowAddEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowClickEvent", "url": "YAHOO.widget.DataTable.html#event_rowClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowDblclickEvent", "url": "YAHOO.widget.DataTable.html#event_rowDblclickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowDeleteEvent", "url": "YAHOO.widget.DataTable.html#event_rowDeleteEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowHighlightEvent", "url": "YAHOO.widget.DataTable.html#event_rowHighlightEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowMousedownEvent", "url": "YAHOO.widget.DataTable.html#event_rowMousedownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowMouseoutEvent", "url": "YAHOO.widget.DataTable.html#event_rowMouseoutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowMouseoverEvent", "url": "YAHOO.widget.DataTable.html#event_rowMouseoverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowMouseupEvent", "url": "YAHOO.widget.DataTable.html#event_rowMouseupEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowsAddEvent", "url": "YAHOO.widget.DataTable.html#event_rowsAddEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowsDeleteEvent", "url": "YAHOO.widget.DataTable.html#event_rowsDeleteEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowSelectEvent", "url": "YAHOO.widget.DataTable.html#event_rowSelectEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowUnhighlightEvent", "url": "YAHOO.widget.DataTable.html#event_rowUnhighlightEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowUnselectEvent", "url": "YAHOO.widget.DataTable.html#event_rowUnselectEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "rowUpdateEvent", "url": "YAHOO.widget.DataTable.html#event_rowUpdateEvent", "type": "event"}, {"access": "", "host": "YAHOO.util.Chain", "name": "run", "url": "YAHOO.util.Chain.html#method_run", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_runRenderChain", "url": "YAHOO.widget.DataTable.html#method__runRenderChain", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "save", "url": "YAHOO.widget.BaseCellEditor.html#method_save", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "saveCellEditor", "url": "YAHOO.widget.DataTable.html#method_saveCellEditor", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "saveEvent", "url": "YAHOO.widget.BaseCellEditor.html#event_saveEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "select", "url": "YAHOO.widget.DataTable.html#method_select", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "selectCell", "url": "YAHOO.widget.DataTable.html#method_selectCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "selectColumn", "url": "YAHOO.widget.DataTable.html#method_selectColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "selected", "url": "YAHOO.widget.Column.html#property_selected", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "selectionMode", "url": "YAHOO.widget.DataTable.html#config_selectionMode", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "selectionModeChange", "url": "YAHOO.widget.DataTable.html#event_selectionModeChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "selectRow", "url": "YAHOO.widget.DataTable.html#method_selectRow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_setColumnWidth", "url": "YAHOO.widget.DataTable.html#method__setColumnWidth", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "setColumnWidth", "url": "YAHOO.widget.DataTable.html#method_setColumnWidth", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_setColumnWidthDynFunction", "url": "YAHOO.widget.DataTable.html#method__setColumnWidthDynFunction", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_setColumnWidthDynStyles", "url": "YAHOO.widget.DataTable.html#method__setColumnWidthDynStyles", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_setFirstRow", "url": "YAHOO.widget.DataTable.html#method__setFirstRow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_setLastRow", "url": "YAHOO.widget.DataTable.html#method__setLastRow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_setRowStripes", "url": "YAHOO.widget.DataTable.html#method__setRowStripes", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_setSelections", "url": "YAHOO.widget.DataTable.html#method__setSelections", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_sFirstTrId", "url": "YAHOO.widget.DataTable.html#property__sFirstTrId", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "show", "url": "YAHOO.widget.BaseCellEditor.html#method_show", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "showCellEditor", "url": "YAHOO.widget.DataTable.html#method_showCellEditor", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "showColumn", "url": "YAHOO.widget.DataTable.html#method_showColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "showEvent", "url": "YAHOO.widget.BaseCellEditor.html#event_showEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "showTableMessage", "url": "YAHOO.widget.DataTable.html#method_showTableMessage", "type": "method"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_sId", "url": "YAHOO.widget.BaseCellEditor.html#property__sId", "type": "property"}, {"access": "private", "host": "YAHOO.widget.ColumnSet", "name": "_sId", "url": "YAHOO.widget.ColumnSet.html#property__sId", "type": "property"}, {"access": "private", "host": "YAHOO.widget.Column", "name": "_sId", "url": "YAHOO.widget.Column.html#property__sId", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_sId", "url": "YAHOO.widget.DataTable.html#property__sId", "type": "property"}, {"access": "", "host": "YAHOO.widget.DropdownCellEditor", "name": "size", "url": "YAHOO.widget.DropdownCellEditor.html#property_size", "type": "property"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_sLastTrId", "url": "YAHOO.widget.DataTable.html#property__sLastTrId", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "sortable", "url": "YAHOO.widget.Column.html#property_sortable", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "sortColumn", "url": "YAHOO.widget.DataTable.html#method_sortColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "sortedBy", "url": "YAHOO.widget.DataTable.html#config_sortedBy", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "sortedByChange", "url": "YAHOO.widget.DataTable.html#event_sortedByChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.Column", "name": "sortOptions.defaultDir", "url": "YAHOO.widget.Column.html#property_sortOptions.defaultDir", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "sortOptions.defaultOrder", "url": "YAHOO.widget.Column.html#property_sortOptions.defaultOrder", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "sortOptions.field", "url": "YAHOO.widget.Column.html#property_sortOptions.field", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "sortOptions.sortFunction", "url": "YAHOO.widget.Column.html#property_sortOptions.sortFunction", "type": "property"}, {"access": "", "host": "YAHOO.util.ColumnResizer", "name": "startDrag", "url": "YAHOO.util.ColumnResizer.html#method_startDrag", "type": "method"}, {"access": "", "host": "YAHOO.util.Chain", "name": "stop", "url": "YAHOO.util.Chain.html#method_stop", "type": "method"}, {"access": "private", "host": "YAHOO.widget.BaseCellEditor", "name": "_sType", "url": "YAHOO.widget.BaseCellEditor.html#property__sType", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "summary", "url": "YAHOO.widget.DataTable.html#config_summary", "type": "config"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "summaryChange", "url": "YAHOO.widget.DataTable.html#event_summaryChange", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "_syncColWidths", "url": "YAHOO.widget.DataTable.html#method__syncColWidths", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableBlurEvent", "url": "YAHOO.widget.DataTable.html#event_tableBlurEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableClickEvent", "url": "YAHOO.widget.DataTable.html#event_tableClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableDblclickEvent", "url": "YAHOO.widget.DataTable.html#event_tableDblclickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableFocusEvent", "url": "YAHOO.widget.DataTable.html#event_tableFocusEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableKeyEvent", "url": "YAHOO.widget.DataTable.html#event_tableKeyEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableMousedownEvent", "url": "YAHOO.widget.DataTable.html#event_tableMousedownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableMouseoutEvent", "url": "YAHOO.widget.DataTable.html#event_tableMouseoutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableMouseoverEvent", "url": "YAHOO.widget.DataTable.html#event_tableMouseoverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableMouseupEvent", "url": "YAHOO.widget.DataTable.html#event_tableMouseupEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableMsgHideEvent", "url": "YAHOO.widget.DataTable.html#event_tableMsgHideEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tableMsgShowEvent", "url": "YAHOO.widget.DataTable.html#event_tableMsgShowEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tbodyFocusEvent", "url": "YAHOO.widget.DataTable.html#event_tbodyFocusEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "tbodyKeyEvent", "url": "YAHOO.widget.DataTable.html#event_tbodyKeyEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.TextareaCellEditor", "name": "textarea", "url": "YAHOO.widget.TextareaCellEditor.html#property_textarea", "type": "property"}, {"access": "", "host": "YAHOO.widget.TextboxCellEditor", "name": "textbox", "url": "YAHOO.widget.TextboxCellEditor.html#property_textbox", "type": "property"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadCellClickEvent", "url": "YAHOO.widget.DataTable.html#event_theadCellClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadCellDblclickEvent", "url": "YAHOO.widget.DataTable.html#event_theadCellDblclickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadCellMousedownEvent", "url": "YAHOO.widget.DataTable.html#event_theadCellMousedownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadCellMouseoutEvent", "url": "YAHOO.widget.DataTable.html#event_theadCellMouseoutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadCellMouseoverEvent", "url": "YAHOO.widget.DataTable.html#event_theadCellMouseoverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadCellMouseupEvent", "url": "YAHOO.widget.DataTable.html#event_theadCellMouseupEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadFocusEvent", "url": "YAHOO.widget.DataTable.html#event_theadFocusEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadKeyEvent", "url": "YAHOO.widget.DataTable.html#event_theadKeyEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadLabelClickEvent", "url": "YAHOO.widget.DataTable.html#event_theadLabelClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadLabelDblclickEvent", "url": "YAHOO.widget.DataTable.html#event_theadLabelDblclickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadLabelMousedownEvent", "url": "YAHOO.widget.DataTable.html#event_theadLabelMousedownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadLabelMouseoutEvent", "url": "YAHOO.widget.DataTable.html#event_theadLabelMouseoutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadLabelMouseoverEvent", "url": "YAHOO.widget.DataTable.html#event_theadLabelMouseoverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadLabelMouseupEvent", "url": "YAHOO.widget.DataTable.html#event_theadLabelMouseupEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadRowClickEvent", "url": "YAHOO.widget.DataTable.html#event_theadRowClickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadRowDblclickEvent", "url": "YAHOO.widget.DataTable.html#event_theadRowDblclickEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadRowMousedownEvent", "url": "YAHOO.widget.DataTable.html#event_theadRowMousedownEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadRowMouseoutEvent", "url": "YAHOO.widget.DataTable.html#event_theadRowMouseoutEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadRowMouseoverEvent", "url": "YAHOO.widget.DataTable.html#event_theadRowMouseoverEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "theadRowMouseupEvent", "url": "YAHOO.widget.DataTable.html#event_theadRowMouseupEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "toString", "url": "YAHOO.widget.BaseCellEditor.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "toString", "url": "YAHOO.widget.ColumnSet.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.Column", "name": "toString", "url": "YAHOO.widget.Column.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "toString", "url": "YAHOO.widget.DataTable.html#method_toString", "type": "method"}, {"access": "", "host": "YAHOO.widget.ColumnSet", "name": "tree", "url": "YAHOO.widget.ColumnSet.html#property_tree", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "unblock", "url": "YAHOO.widget.BaseCellEditor.html#method_unblock", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "undisable", "url": "YAHOO.widget.DataTable.html#method_undisable", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "undisableEvent", "url": "YAHOO.widget.DataTable.html#event_undisableEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unhighlightCell", "url": "YAHOO.widget.DataTable.html#method_unhighlightCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unhighlightColumn", "url": "YAHOO.widget.DataTable.html#method_unhighlightColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unhighlightRow", "url": "YAHOO.widget.DataTable.html#method_unhighlightRow", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unselectAllCells", "url": "YAHOO.widget.DataTable.html#method_unselectAllCells", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unselectAllCellsEvent", "url": "YAHOO.widget.DataTable.html#event_unselectAllCellsEvent", "type": "event"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unselectAllRows", "url": "YAHOO.widget.DataTable.html#method_unselectAllRows", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unselectAllRowsEvent", "url": "YAHOO.widget.DataTable.html#event_unselectAllRowsEvent", "type": "event"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_unselectAllTdEls", "url": "YAHOO.widget.DataTable.html#method__unselectAllTdEls", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_unselectAllTrEls", "url": "YAHOO.widget.DataTable.html#method__unselectAllTrEls", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unselectCell", "url": "YAHOO.widget.DataTable.html#method_unselectCell", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unselectColumn", "url": "YAHOO.widget.DataTable.html#method_unselectColumn", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "unselectRow", "url": "YAHOO.widget.DataTable.html#method_unselectRow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_unsetFirstRow", "url": "YAHOO.widget.DataTable.html#method__unsetFirstRow", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_unsetLastRow", "url": "YAHOO.widget.DataTable.html#method__unsetLastRow", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "updateCell", "url": "YAHOO.widget.DataTable.html#method_updateCell", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_updatePaginator", "url": "YAHOO.widget.DataTable.html#method__updatePaginator", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "updateRow", "url": "YAHOO.widget.DataTable.html#method_updateRow", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "updateRows", "url": "YAHOO.widget.DataTable.html#method_updateRows", "type": "method"}, {"access": "private", "host": "YAHOO.widget.DataTable", "name": "_updateTrEl", "url": "YAHOO.widget.DataTable.html#method__updateTrEl", "type": "method"}, {"access": "", "host": "YAHOO.widget.DataTable", "name": "validateColumnWidths", "url": "YAHOO.widget.DataTable.html#method_validateColumnWidths", "type": "method"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "validator", "url": "YAHOO.widget.BaseCellEditor.html#property_validator", "type": "property"}, {"access": "", "host": "YAHOO.widget.BaseCellEditor", "name": "value", "url": "YAHOO.widget.BaseCellEditor.html#property_value", "type": "property"}, {"access": "", "host": "YAHOO.widget.CheckboxCellEditor", "name": "value", "url": "YAHOO.widget.CheckboxCellEditor.html#property_value", "type": "property"}, {"access": "", "host": "YAHOO.widget.Column", "name": "width", "url": "YAHOO.widget.Column.html#property_width", "type": "property"}];
</script>
</body>
</html>