blob: af257b8e2ddf70b0affddd9139fb40903f0653fa [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Fri Feb 22 10:35:16 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Row (Simple ODF API v0.8-incubating - http://incubator.apache.org/odftoolkit/)</title>
<meta name="date" content="2013-02-22">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Row (Simple ODF API v0.8-incubating - http://incubator.apache.org/odftoolkit/)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Row.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/odftoolkit/simple/table/DefaultCellValueAdapter.html" title="class in org.odftoolkit.simple.table"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/odftoolkit/simple/table/Row.html" target="_top">Frames</a></li>
<li><a href="Row.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.odftoolkit.simple.table</div>
<h2 title="Class Row" class="title">Class Row</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/odftoolkit/simple/Component.html" title="class in org.odftoolkit.simple">org.odftoolkit.simple.Component</a></li>
<li>
<ul class="inheritance">
<li>org.odftoolkit.simple.table.Row</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Row</span>
extends <a href="../../../../org/odftoolkit/simple/Component.html" title="class in org.odftoolkit.simple">Component</a></pre>
<div class="block">Row represents table row feature in ODF document.
<p>
Row provides methods to get table cells that belong to this table row.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/odftoolkit/simple/table/Cell.html" title="class in org.odftoolkit.simple.table">Cell</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getCellByIndex(int)">getCellByIndex</a></strong>(int&nbsp;index)</code>
<div class="block">Get a cell with a specific index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getCellCount()">getCellCount</a></strong>()</code>
<div class="block">Return the count of real cells in this row.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.odftoolkit.odfdom.incubator.doc.style.OdfStyle</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getDefaultCellStyle()">getDefaultCellStyle</a></strong>()</code>
<div class="block">Get the default cell style of this row.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getHeight()">getHeight</a></strong>()</code>
<div class="block">Return the height of the row (in Millimeter).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/odftoolkit/simple/table/Row.html" title="class in org.odftoolkit.simple.table">Row</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getInstance(org.odftoolkit.odfdom.dom.element.table.TableTableRowElement)">getInstance</a></strong>(org.odftoolkit.odfdom.dom.element.table.TableTableRowElement&nbsp;rowElement)</code>
<div class="block">Get the <code>Row</code> instance from the
<code>TableTableRowElement</code> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/odftoolkit/simple/table/Row.html" title="class in org.odftoolkit.simple.table">Row</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getNextRow()">getNextRow</a></strong>()</code>
<div class="block">Return the next row of the current row.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.odftoolkit.odfdom.dom.element.table.TableTableRowElement</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getOdfElement()">getOdfElement</a></strong>()</code>
<div class="block">Return an instance of <code>TableTableRowElement</code> which represents
this feature.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/odftoolkit/simple/table/Row.html" title="class in org.odftoolkit.simple.table">Row</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getPreviousRow()">getPreviousRow</a></strong>()</code>
<div class="block">Return the previous row of the current row.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getRowIndex()">getRowIndex</a></strong>()</code>
<div class="block">Return the index of this row in the owner table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#getTable()">getTable</a></strong>()</code>
<div class="block">Get owner table of the current row.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#isOptimalHeight()">isOptimalHeight</a></strong>()</code>
<div class="block">Return if the row always keeps its optimal height.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#setDefaultCellStyle(org.odftoolkit.odfdom.incubator.doc.style.OdfStyle)">setDefaultCellStyle</a></strong>(org.odftoolkit.odfdom.incubator.doc.style.OdfStyle&nbsp;style)</code>
<div class="block">Set the default cell style to this row.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#setHeight(double, boolean)">setHeight</a></strong>(double&nbsp;height,
boolean&nbsp;isMinHeight)</code>
<div class="block">Set the height/minimal height of the row (in Millimeter) according to the
second parameter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/table/Row.html#setUseOptimalHeight(boolean)">setUseOptimalHeight</a></strong>(boolean&nbsp;isUseOptimalHeight)</code>
<div class="block">Set if the row always keeps its optimal height.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.odftoolkit.simple.Component">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.odftoolkit.simple.<a href="../../../../org/odftoolkit/simple/Component.html" title="class in org.odftoolkit.simple">Component</a></h3>
<code><a href="../../../../org/odftoolkit/simple/Component.html#getComponentByElement(org.odftoolkit.odfdom.pkg.OdfElement)">getComponentByElement</a>, <a href="../../../../org/odftoolkit/simple/Component.html#getOwnerDocument()">getOwnerDocument</a>, <a href="../../../../org/odftoolkit/simple/Component.html#registerComponent(org.odftoolkit.simple.Component, org.odftoolkit.odfdom.pkg.OdfElement)">registerComponent</a>, <a href="../../../../org/odftoolkit/simple/Component.html#unregisterComponent(org.odftoolkit.odfdom.pkg.OdfElement)">unregisterComponent</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getInstance(org.odftoolkit.odfdom.dom.element.table.TableTableRowElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstance</h4>
<pre>public static&nbsp;<a href="../../../../org/odftoolkit/simple/table/Row.html" title="class in org.odftoolkit.simple.table">Row</a>&nbsp;getInstance(org.odftoolkit.odfdom.dom.element.table.TableTableRowElement&nbsp;rowElement)</pre>
<div class="block">Get the <code>Row</code> instance from the
<code>TableTableRowElement</code> instance.
<p>
Each <code>TableTableRowElement</code> instance has a one-to-one
relationship to a <code>Row</code> instance.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>rowElement</code> - the row element that need to get the corresponding
<code>Row</code> instance</dd>
<dt><span class="strong">Returns:</span></dt><dd>the <code>Row</code> instance represent the specified row element</dd></dl>
</li>
</ul>
<a name="getTable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTable</h4>
<pre>public&nbsp;<a href="../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table">Table</a>&nbsp;getTable()</pre>
<div class="block">Get owner table of the current row.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the parent table of this row</dd></dl>
</li>
</ul>
<a name="getHeight()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHeight</h4>
<pre>public&nbsp;double&nbsp;getHeight()</pre>
<div class="block">Return the height of the row (in Millimeter).
<p>
Return the minimal height, if the row height is not set,</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the height of the current row (in Millimeter).</dd></dl>
</li>
</ul>
<a name="setHeight(double, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHeight</h4>
<pre>public&nbsp;void&nbsp;setHeight(double&nbsp;height,
boolean&nbsp;isMinHeight)</pre>
<div class="block">Set the height/minimal height of the row (in Millimeter) according to the
second parameter.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>height</code> - the height/minimal height that will be set to the row (in
Millimeter).</dd><dd><code>isMinHeight</code> - if it is true, the row can fit the height to the text, vice
versa.</dd></dl>
</li>
</ul>
<a name="isOptimalHeight()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isOptimalHeight</h4>
<pre>public&nbsp;boolean&nbsp;isOptimalHeight()</pre>
<div class="block">Return if the row always keeps its optimal height.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if the row always keeps its optimal height; vice versa</dd></dl>
</li>
</ul>
<a name="setUseOptimalHeight(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUseOptimalHeight</h4>
<pre>public&nbsp;void&nbsp;setUseOptimalHeight(boolean&nbsp;isUseOptimalHeight)</pre>
<div class="block">Set if the row always keeps its optimal height.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>isUseOptimalHeight</code> - the flag that indicate row should keep its optimal height or
not</dd></dl>
</li>
</ul>
<a name="getOdfElement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOdfElement</h4>
<pre>public&nbsp;org.odftoolkit.odfdom.dom.element.table.TableTableRowElement&nbsp;getOdfElement()</pre>
<div class="block">Return an instance of <code>TableTableRowElement</code> which represents
this feature.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/odftoolkit/simple/Component.html#getOdfElement()">getOdfElement</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/odftoolkit/simple/Component.html" title="class in org.odftoolkit.simple">Component</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>an instance of <code>TableTableRowElement</code></dd></dl>
</li>
</ul>
<a name="getCellByIndex(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCellByIndex</h4>
<pre>public&nbsp;<a href="../../../../org/odftoolkit/simple/table/Cell.html" title="class in org.odftoolkit.simple.table">Cell</a>&nbsp;getCellByIndex(int&nbsp;index)</pre>
<div class="block">Get a cell with a specific index. The table will be automatically
expanded, when the given index is outside of the original table.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the cell index in this row</dd>
<dt><span class="strong">Returns:</span></dt><dd>the cell object in the given cell index</dd></dl>
</li>
</ul>
<a name="getCellCount()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCellCount</h4>
<pre>public&nbsp;int&nbsp;getCellCount()</pre>
<div class="block">Return the count of real cells in this row. The cells covered by top
cells are not counted.
<p>
Please note it might not equal to the column count of the owner table,
because some of them are the covered cells.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the cell count</dd></dl>
</li>
</ul>
<a name="getPreviousRow()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPreviousRow</h4>
<pre>public&nbsp;<a href="../../../../org/odftoolkit/simple/table/Row.html" title="class in org.odftoolkit.simple.table">Row</a>&nbsp;getPreviousRow()</pre>
<div class="block">Return the previous row of the current row.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the previous row before this row in the owner table</dd></dl>
</li>
</ul>
<a name="getNextRow()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNextRow</h4>
<pre>public&nbsp;<a href="../../../../org/odftoolkit/simple/table/Row.html" title="class in org.odftoolkit.simple.table">Row</a>&nbsp;getNextRow()</pre>
<div class="block">Return the next row of the current row.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the next row after this row in the owner table</dd></dl>
</li>
</ul>
<a name="setDefaultCellStyle(org.odftoolkit.odfdom.incubator.doc.style.OdfStyle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDefaultCellStyle</h4>
<pre>public&nbsp;void&nbsp;setDefaultCellStyle(org.odftoolkit.odfdom.incubator.doc.style.OdfStyle&nbsp;style)</pre>
<div class="block">Set the default cell style to this row.
<p>
The style should already exist in this document.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>style</code> - the cell style of the document</dd></dl>
</li>
</ul>
<a name="getDefaultCellStyle()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultCellStyle</h4>
<pre>public&nbsp;org.odftoolkit.odfdom.incubator.doc.style.OdfStyle&nbsp;getDefaultCellStyle()</pre>
<div class="block">Get the default cell style of this row.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the default cell style of this row</dd></dl>
</li>
</ul>
<a name="getRowIndex()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getRowIndex</h4>
<pre>public&nbsp;int&nbsp;getRowIndex()</pre>
<div class="block">Return the index of this row in the owner table.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the index of the row</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Row.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/odftoolkit/simple/table/DefaultCellValueAdapter.html" title="class in org.odftoolkit.simple.table"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/odftoolkit/simple/table/Table.html" title="class in org.odftoolkit.simple.table"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/odftoolkit/simple/table/Row.html" target="_top">Frames</a></li>
<li><a href="Row.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2010-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>