htmldatatable.html

来自「j2ee帮助文档软件设计/软件工程 文件格式」· HTML 代码 · 共 1,182 行 · 第 1/5 页

HTML
1,182
字号
<A NAME="setColumnClasses(java.lang.String)"><!-- --></A><H3>setColumnClasses</H3><PRE>public void <B>setColumnClasses</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;columnClasses)</PRE><DL><DD><p>Set the value of the <code>columnClasses</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getDir()"><!-- --></A><H3>getDir</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getDir</B>()</PRE><DL><DD><p>Return the value of the <code>dir</code> property.</p> <p>Contents: Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).<P><DD><DL></DL></DD></DL><HR><A NAME="setDir(java.lang.String)"><!-- --></A><H3>setDir</H3><PRE>public void <B>setDir</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;dir)</PRE><DL><DD><p>Set the value of the <code>dir</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getFooterClass()"><!-- --></A><H3>getFooterClass</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getFooterClass</B>()</PRE><DL><DD><p>Return the value of the <code>footerClass</code> property.</p> <p>Contents: Space-separated list of CSS style class(es) that will be applied to any footer generated for this table.<P><DD><DL></DL></DD></DL><HR><A NAME="setFooterClass(java.lang.String)"><!-- --></A><H3>setFooterClass</H3><PRE>public void <B>setFooterClass</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;footerClass)</PRE><DL><DD><p>Set the value of the <code>footerClass</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getFrame()"><!-- --></A><H3>getFrame</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getFrame</B>()</PRE><DL><DD><p>Return the value of the <code>frame</code> property.</p> <p>Contents: Code specifying which sides of the frame surrounding this table will be visible.  Valid values are: none (no sides, default value); above (top side only); below (bottom side only); hsides (top and bottom sides only); vsides (right and left sides only); lhs (left hand side only); rhs (right hand side only); box (all four sides); and border (all four sides).<P><DD><DL></DL></DD></DL><HR><A NAME="setFrame(java.lang.String)"><!-- --></A><H3>setFrame</H3><PRE>public void <B>setFrame</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;frame)</PRE><DL><DD><p>Set the value of the <code>frame</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getHeaderClass()"><!-- --></A><H3>getHeaderClass</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getHeaderClass</B>()</PRE><DL><DD><p>Return the value of the <code>headerClass</code> property.</p> <p>Contents: Space-separated list of CSS style class(es) that will be applied to any header generated for this table.<P><DD><DL></DL></DD></DL><HR><A NAME="setHeaderClass(java.lang.String)"><!-- --></A><H3>setHeaderClass</H3><PRE>public void <B>setHeaderClass</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;headerClass)</PRE><DL><DD><p>Set the value of the <code>headerClass</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getLang()"><!-- --></A><H3>getLang</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getLang</B>()</PRE><DL><DD><p>Return the value of the <code>lang</code> property.</p> <p>Contents: Code describing the language used in the generated markup for this component.<P><DD><DL></DL></DD></DL><HR><A NAME="setLang(java.lang.String)"><!-- --></A><H3>setLang</H3><PRE>public void <B>setLang</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;lang)</PRE><DL><DD><p>Set the value of the <code>lang</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getOnclick()"><!-- --></A><H3>getOnclick</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getOnclick</B>()</PRE><DL><DD><p>Return the value of the <code>onclick</code> property.</p> <p>Contents: Javascript code executed when a pointer button is clicked over this element.<P><DD><DL></DL></DD></DL><HR><A NAME="setOnclick(java.lang.String)"><!-- --></A><H3>setOnclick</H3><PRE>public void <B>setOnclick</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;onclick)</PRE><DL><DD><p>Set the value of the <code>onclick</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getOndblclick()"><!-- --></A><H3>getOndblclick</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getOndblclick</B>()</PRE><DL><DD><p>Return the value of the <code>ondblclick</code> property.</p> <p>Contents: Javascript code executed when a pointer button is double clicked over this element.<P><DD><DL></DL></DD></DL><HR><A NAME="setOndblclick(java.lang.String)"><!-- --></A><H3>setOndblclick</H3><PRE>public void <B>setOndblclick</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;ondblclick)</PRE><DL><DD><p>Set the value of the <code>ondblclick</code> property.</p><P><DD><DL></DL></DD></DL><HR><A NAME="getOnkeydown()"><!-- --></A><H3>getOnkeydown</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getOnkeydown</B>()</PRE><DL><DD><p>Return the value of the <code>onkeydown</code> property.</p> <p>Contents: Javascript code executed when a key is pressed down over this element.<P><DD><DL></DL></DD></DL><HR><A NAME="setOnkeydown(java.lang.String)"><!-- --></A><H3>setOnkeydown</H3><PRE>public void <B>setOnkeydown</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interfac

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?