fixed the resizable text area with IE problem fixed the ad space with IE problem merged the 7.2.0 and 7.1.4 change logs
174 lines
6.5 KiB
HTML
174 lines
6.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<!--NewPage-->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>
|
|
YAHOO.ext.grid.SingleSelectionModel
|
|
</TITLE>
|
|
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
|
|
</HEAD>
|
|
<SCRIPT>
|
|
function asd()
|
|
{
|
|
parent.document.title="YAHOO.ext.grid.SingleSelectionModel";
|
|
}
|
|
</SCRIPT>
|
|
<BODY BGCOLOR="white" onload="asd();" style="margin:15px;">
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<H2>Class YAHOO.ext.grid.SingleSelectionModel</H2>
|
|
<PRE>Object
|
|
|
|
|
+--<a href='YAHOO.ext.grid.DefaultSelectionModel.html'>YAHOO.ext.grid.DefaultSelectionModel</a>
|
|
|
|
|
+--<b>YAHOO.ext.grid.SingleSelectionModel</b>
|
|
</PRE>
|
|
|
|
|
|
<HR>
|
|
<DL>
|
|
<!-- Class definition -->
|
|
<DT>class
|
|
<B>YAHOO.ext.grid.SingleSelectionModel</B>
|
|
|
|
<DT>extends <a href='YAHOO.ext.grid.DefaultSelectionModel.html'>YAHOO.ext.grid.DefaultSelectionModel</a>
|
|
|
|
|
|
</DL>
|
|
|
|
<P>
|
|
<BR/>Extends <a href="YAHOO.ext.grid.DefaultSelectionModel.html#">YAHOO.ext.grid.DefaultSelectionModel</a> to allow only one row to be selected at a time. <br><br>
|
|
<BR/><I>Defined in <a href='overview-summary-SelectionModel.js.html'>SelectionModel.js</a></I><BR/><BR/>
|
|
</P>
|
|
|
|
<HR>
|
|
|
|
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
|
|
|
<!-- ======== END NESTED CLASS SUMMARY ======== -->
|
|
|
|
|
|
<!-- =========== FIELD SUMMARY =========== -->
|
|
|
|
|
|
|
|
|
|
<A NAME=""><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
<TD class="title-cell"><B>Fields inherited from class <A HREF="YAHOO.ext.grid.DefaultSelectionModel.html">YAHOO.ext.grid.DefaultSelectionModel</A></B></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD><CODE>
|
|
<a href="YAHOO.ext.grid.DefaultSelectionModel.html#onRowSelect">onRowSelect</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#onSelectionChange">onSelectionChange</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#events">events</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#locked">locked</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#addListener">addListener</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#removeListener">removeListener</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#fireEvent">fireEvent</a>
|
|
</CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
|
|
|
|
|
|
<!-- =========== END FIELD SUMMARY =========== -->
|
|
|
|
|
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
|
|
<A NAME="constructor_summary"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TD COLSPAN="2" class="title-cell">
|
|
Constructor Summary
|
|
</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="YAHOO.ext.grid.SingleSelectionModel.html#YAHOO.ext.grid.SingleSelectionModel()">YAHOO.ext.grid.SingleSelectionModel</A>
|
|
</B>
|
|
()
|
|
</CODE>
|
|
<BR>
|
|
|
|
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<!-- ======== END CONSTRUCTOR SUMMARY ======== -->
|
|
|
|
|
|
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
|
|
|
|
|
|
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
<TD class="title-cell"><B>Methods inherited from class <a href="YAHOO.ext.grid.DefaultSelectionModel.html">YAHOO.ext.grid.DefaultSelectionModel</a></B></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD><CODE>
|
|
<!-- Inherited methods -->
|
|
<a href="YAHOO.ext.grid.DefaultSelectionModel.html#lock">lock</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#unlock">unlock</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#isLocked">isLocked</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#selectRowsById">selectRowsById</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#getCount">getCount</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#selectFirstRow">selectFirstRow</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#selectNext">selectNext</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#selectPrevious">selectPrevious</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#getSelectedRows">getSelectedRows</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#getSelectedRowIds">getSelectedRowIds</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#clearSelections">clearSelections</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#selectAll">selectAll</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#hasSelection">hasSelection</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#isSelected">isSelected</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#isSelectable">isSelectable</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#focusRow">focusRow</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#selectRow">selectRow</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#selectRows">selectRows</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#deselectRow">deselectRow</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#selectRange">selectRange</a>, <a href="YAHOO.ext.grid.DefaultSelectionModel.html#deselectRange">deselectRange</a>
|
|
</CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
|
|
<P>
|
|
<!-- ========== END METHOD SUMMARY =========== -->
|
|
|
|
|
|
<!-- ============ FIELD DETAIL START =========== -->
|
|
|
|
|
|
<!-- ============ FIELD DETAIL END =========== -->
|
|
|
|
<!-- ========= CONSTRUCTOR DETAIL START ======== -->
|
|
|
|
<A NAME="constructor_detail"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TD COLSPAN="1" class="title-cell">
|
|
Constructor Detail
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<A NAME="YAHOO.ext.grid.SingleSelectionModel()"><!-- --></A><H3>
|
|
YAHOO.ext.grid.SingleSelectionModel</H3>
|
|
<PRE><B>YAHOO.ext.grid.SingleSelectionModel</B>()</PRE>
|
|
|
|
|
|
|
|
|
|
</UL>
|
|
|
|
|
|
<!-- Constructor return value(s) -->
|
|
|
|
<!-- End constructor return value(s) -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES -->
|
|
|
|
<HR/>
|
|
<!-- END ADDITIONAL ATTRIBUTES -->
|
|
|
|
<!-- ========= CONSTRUCTOR DETAIL END ======== -->
|
|
|
|
|
|
<!-- ============ METHOD DETAIL START ========== -->
|
|
|
|
|
|
<!-- ============ METHOD DETAIL END ========== -->
|
|
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
|
|
<HR>
|
|
<FONT SIZE="-1">
|
|
|
|
</FONT>
|
|
<div class="jsdoc_ctime">Documentation generated by <a href="http://jsdoc.sourceforge.net/" target="_parent">JSDoc</a> on Sat Oct 14 06:07:10 2006</div>
|
|
</BODY>
|
|
</HTML>
|