📄 index-20.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Sun Feb 19 02:37:48 CST 2006 -->
<TITLE>
T - 索引
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="T - 索引";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">软件包</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">使用</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-19.html"><B>上一个字母</B></A>
<A HREF="index-21.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-20.html" target="_top"><B>框架</B></A>
<A HREF="index-20.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">$</A> <A HREF="index-2.html">A</A> <A HREF="index-3.html">B</A> <A HREF="index-4.html">C</A> <A HREF="index-5.html">D</A> <A HREF="index-6.html">E</A> <A HREF="index-7.html">F</A> <A HREF="index-8.html">G</A> <A HREF="index-9.html">H</A> <A HREF="index-10.html">I</A> <A HREF="index-11.html">J</A> <A HREF="index-12.html">K</A> <A HREF="index-13.html">L</A> <A HREF="index-14.html">M</A> <A HREF="index-15.html">N</A> <A HREF="index-16.html">O</A> <A HREF="index-17.html">P</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">Z</A> <A HREF="index-25.html">_</A> <HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="../net/conic/prototype/Try.html#these(java.lang.reflect.Method...)"><B>these(Method...)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Try.html" title="net.conic.prototype 中的类">Try</A> 中的静态方法
<DD>尝试将传入的方法对象数组逐个执行,如果有任何一个成功都将返回true
<DT><A HREF="../net/conic/prototype/form/TimedObserver.html" title="net.conic.prototype.form 中的类"><B>TimedObserver</B></A> - <A HREF="../net/conic/prototype/form/package-summary.html">net.conic.prototype.form</A> 中的 类<DD>基于定时机制的侦听对象内容变更的抽象类,与EventObserver的区别在于前者是定时轮循时侦听Value变更并执行回调,后者是事件发生时才执行回调。<DT><A HREF="../net/conic/prototype/form/TimedObserver.html#TimedObserver(net.conic.prototype.Object, int, net.conic.prototype.Function)"><B>TimedObserver(Object, int, Function)</B></A> -
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/TimedObserver.html" title="net.conic.prototype.form 中的类">TimedObserver</A> 的构造函数
<DD>此初始化构造方法在子类初始化通过调用此方法做初始化
<DT><A HREF="../net/conic/prototype/Number.html#times(net.conic.prototype.Iterator)"><B>times(Iterator)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Number.html" title="net.conic.prototype 中的类">Number</A> 中的方法
<DD>从0开始一直到当前数值对象做枚举迭代操作
<DT><A HREF="../net/conic/prototype/Enumerable.html#toArray()"><B>toArray()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Enumerable.html" title="net.conic.prototype 中的类">Enumerable</A> 中的方法
<DD>将迭代的元素集合以数组方式返回
<DT><A HREF="../net/conic/prototype/String.html#toArray()"><B>toArray()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>将字符串分解成单个字符的数组集合。
<DT><A HREF="../net/conic/prototype/Number.html#toColorPart()"><B>toColorPart()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Number.html" title="net.conic.prototype 中的类">Number</A> 中的方法
<DD>等同于toString(16),将数值类型以十六进制的字符串形式返回
<DT><A HREF="../net/conic/prototype/dom/Element.html#toggle(java.lang.Object...)"><B>toggle(Object...)</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/Element.html" title="net.conic.prototype.dom 中的类">Element</A> 中的静态方法
<DD>将可见的对象设置为不可见,不可见的对象设置为可见
<DT><A HREF="../net/conic/prototype/dom/Toggle.html" title="net.conic.prototype.dom 中的类"><B>Toggle</B></A> - <A HREF="../net/conic/prototype/dom/package-summary.html">net.conic.prototype.dom</A> 中的 类<DD>DOM元素可见状态的切换辅助类,整个类只提供一个静态方法@see #display(Object);<DT><A HREF="../net/conic/prototype/dom/Toggle.html#Toggle()"><B>Toggle()</B></A> -
类 net.conic.prototype.dom.<A HREF="../net/conic/prototype/dom/Toggle.html" title="net.conic.prototype.dom 中的类">Toggle</A> 的构造函数
<DD>
<DT><A HREF="../net/conic/prototype/String.html#toLowerCase()"><B>toLowerCase()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>返回一个字符串,该字符串中的字母被转换为小写字母。
<DT><A HREF="../net/conic/prototype/String.html#toQueryParams()"><B>toQueryParams()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>将一个querystring字符串对象拆分成js的Array对象,以NV(Name->Value)的方式存储,类似Hash.prototype增强方法
<DT><A HREF="../net/conic/prototype/Hash.html#toQueryString()"><B>toQueryString()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Hash.html" title="net.conic.prototype 中的类">Hash</A> 中的方法
<DD>将hash对象以querystring的形式返回
<DT><A HREF="../net/conic/prototype/form/ElementClassNames.html#toString()"><B>toString()</B></A> -
类 net.conic.prototype.form.<A HREF="../net/conic/prototype/form/ElementClassNames.html" title="net.conic.prototype.form 中的类">ElementClassNames</A> 中的方法
<DD>新所有的样式名以空格分隔方式返回
<DT><A HREF="../net/conic/prototype/Object.html#toString(int)"><B>toString(int)</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Object.html" title="net.conic.prototype 中的类">Object</A> 中的方法
<DD>
<DT><A HREF="../net/conic/prototype/String.html#toUpperCase()"><B>toUpperCase()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>返回一个字符串,该字符串中的字母被转换为小写字母。
<DT><A HREF="../net/conic/prototype/ajax/AjaxRequest.html#transport"><B>transport</B></A> -
类 net.conic.prototype.ajax.<A HREF="../net/conic/prototype/ajax/AjaxRequest.html" title="net.conic.prototype.ajax 中的类">AjaxRequest</A> 中的变量
<DD>当前实例内部了的xmlhttpRequest对象,同步请求(asynchronous:false)时候可以用当前成员变量取值
<DT><A HREF="../net/conic/prototype/Try.html" title="net.conic.prototype 中的类"><B>Try</B></A> - <A HREF="../net/conic/prototype/package-summary.html">net.conic.prototype</A> 中的 类<DD> <DT><A HREF="../net/conic/prototype/Try.html#Try()"><B>Try()</B></A> -
类 net.conic.prototype.<A HREF="../net/conic/prototype/Try.html" title="net.conic.prototype 中的类">Try</A> 的构造函数
<DD>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">软件包</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">使用</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-19.html"><B>上一个字母</B></A>
<A HREF="index-21.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-20.html" target="_top"><B>框架</B></A>
<A HREF="index-20.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">$</A> <A HREF="index-2.html">A</A> <A HREF="index-3.html">B</A> <A HREF="index-4.html">C</A> <A HREF="index-5.html">D</A> <A HREF="index-6.html">E</A> <A HREF="index-7.html">F</A> <A HREF="index-8.html">G</A> <A HREF="index-9.html">H</A> <A HREF="index-10.html">I</A> <A HREF="index-11.html">J</A> <A HREF="index-12.html">K</A> <A HREF="index-13.html">L</A> <A HREF="index-14.html">M</A> <A HREF="index-15.html">N</A> <A HREF="index-16.html">O</A> <A HREF="index-17.html">P</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">Z</A> <A HREF="index-25.html">_</A> <HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -