blob: 9ebf7ab8e2ad7f2bb1c05b299ef9e746bbdb4aae [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:19 CET 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface org.odftoolkit.simple.form.Form (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="Uses of Interface org.odftoolkit.simple.form.Form (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><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/odftoolkit/simple/form//class-useForm.html" target="_top">Frames</a></li>
<li><a href="Form.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.odftoolkit.simple.form.Form" class="title">Uses of Interface<br>org.odftoolkit.simple.form.Form</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.odftoolkit.simple">org.odftoolkit.simple</a></td>
<td class="colLast">
<div class="block">Provide high level methods to frequently used ODF documents</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.odftoolkit.simple.form">org.odftoolkit.simple.form</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.odftoolkit.simple">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a> in <a href="../../../../../org/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a> that return <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">TextDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/TextDocument.html#createForm(java.lang.String)">createForm</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Create a form with specified name in this text document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">TextDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/TextDocument.html#getFormByName(java.lang.String)">getFormByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a> that return types with arguments of type <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&gt;</code></td>
<td class="colLast"><span class="strong">TextDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/TextDocument.html#getFormIterator()">getFormIterator</a></strong>()</code>
<div class="block">Get a form iterator to traverse all the forms in this document.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/package-summary.html">org.odftoolkit.simple</a> with parameters of type <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">TextDocument.</span><code><strong><a href="../../../../../org/odftoolkit/simple/TextDocument.html#removeForm(org.odftoolkit.simple.form.Form)">removeForm</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;form)</code>
<div class="block">Remove a form with the specified name in this document.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.odftoolkit.simple.form">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a> in <a href="../../../../../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a> that implement <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html" title="class in org.odftoolkit.simple.form">OOForm</a></strong></code>
<div class="block">This class implements the interface of Form according to the implementation
of OpenOffice.org.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a> that return <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">AbstractFormContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/AbstractFormContainer.html#createForm(java.lang.String)">createForm</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">FormContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/FormContainer.html#createForm(java.lang.String)">createForm</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">create and add a form into this container.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">FormProvider.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/FormProvider.html#createForm(java.lang.String, org.odftoolkit.odfdom.dom.element.office.OfficeFormsElement)">createForm</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
org.odftoolkit.odfdom.dom.element.office.OfficeFormsElement&nbsp;parent)</code>
<div class="block">Create a form in a way that is implementation-independent.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">OOFormProvider.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOFormProvider.html#createForm(java.lang.String, org.odftoolkit.odfdom.dom.element.office.OfficeFormsElement)">createForm</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
org.odftoolkit.odfdom.dom.element.office.OfficeFormsElement&nbsp;parent)</code>
<div class="block">Create a form in Apache Open Office way.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">AbstractFormContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/AbstractFormContainer.html#getFormByName(java.lang.String)">getFormByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">FormContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/FormContainer.html#getFormByName(java.lang.String)">getFormByName</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
<div class="block">Return a form whose name is a given value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">OOForm.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOForm.html#getInstance(org.odftoolkit.odfdom.dom.element.form.FormFormElement)">getInstance</a></strong>(org.odftoolkit.odfdom.dom.element.form.FormFormElement&nbsp;element)</code>
<div class="block">Get a form instance by an instance of <code>FormFormElement</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">FormProvider.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/FormProvider.html#getInstanceOf(org.odftoolkit.odfdom.dom.element.form.FormFormElement)">getInstanceOf</a></strong>(org.odftoolkit.odfdom.dom.element.form.FormFormElement&nbsp;element)</code>
<div class="block">Get a form instance by a <code>FormFormElement</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></code></td>
<td class="colLast"><span class="strong">OOFormProvider.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/OOFormProvider.html#getInstanceOf(org.odftoolkit.odfdom.dom.element.form.FormFormElement)">getInstanceOf</a></strong>(org.odftoolkit.odfdom.dom.element.form.FormFormElement&nbsp;element)</code>
<div class="block">Get a form instance implemented in Apache Open Office way.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a> that return types with arguments of type <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&gt;</code></td>
<td class="colLast"><span class="strong">AbstractFormContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/AbstractFormContainer.html#getFormIterator()">getFormIterator</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&gt;</code></td>
<td class="colLast"><span class="strong">FormContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/FormContainer.html#getFormIterator()">getFormIterator</a></strong>()</code>
<div class="block">Get an iterator to traverse each form in this container.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/odftoolkit/simple/form/package-summary.html">org.odftoolkit.simple.form</a> with parameters of type <a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a>&gt;</code></td>
<td class="colLast"><span class="strong">CheckBox.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/CheckBox.html#getSimpleIterator(org.odftoolkit.simple.form.Form)">getSimpleIterator</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;container)</code>
<div class="block">Get a simple iterator for check boxes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a>&gt;</code></td>
<td class="colLast"><span class="strong">TextBox.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/TextBox.html#getSimpleIterator(org.odftoolkit.simple.form.Form)">getSimpleIterator</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;container)</code>
<div class="block">Get a simple iterator for text boxes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a>&gt;</code></td>
<td class="colLast"><span class="strong">ComboBox.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/ComboBox.html#getSimpleIterator(org.odftoolkit.simple.form.Form)">getSimpleIterator</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;container)</code>
<div class="block">Get a simple iterator for combo boxes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a>&gt;</code></td>
<td class="colLast"><span class="strong">Button.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Button.html#getSimpleIterator(org.odftoolkit.simple.form.Form)">getSimpleIterator</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;container)</code>
<div class="block">Get a simple iterator for buttons.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a>&gt;</code></td>
<td class="colLast"><span class="strong">ListBox.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/ListBox.html#getSimpleIterator(org.odftoolkit.simple.form.Form)">getSimpleIterator</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;container)</code>
<div class="block">Get a simple iterator for list boxes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a>&gt;</code></td>
<td class="colLast"><span class="strong">Field.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Field.html#getSimpleIterator(org.odftoolkit.simple.form.Form)">getSimpleIterator</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;container)</code>
<div class="block">Get a simple iterator for Field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a>&gt;</code></td>
<td class="colLast"><span class="strong">Label.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/Label.html#getSimpleIterator(org.odftoolkit.simple.form.Form)">getSimpleIterator</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;container)</code>
<div class="block">Get a simple iterator for labels.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="../../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a>&gt;</code></td>
<td class="colLast"><span class="strong">RadioButton.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/RadioButton.html#getSimpleIterator(org.odftoolkit.simple.form.Form)">getSimpleIterator</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;container)</code>
<div class="block">Get a simple iterator for radio buttons.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">AbstractFormContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/AbstractFormContainer.html#removeForm(org.odftoolkit.simple.form.Form)">removeForm</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;form)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">FormContainer.</span><code><strong><a href="../../../../../org/odftoolkit/simple/form/FormContainer.html#removeForm(org.odftoolkit.simple.form.Form)">removeForm</a></strong>(<a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;form)</code>
<div class="block">Remove the form and its binding shape.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/odftoolkit/simple/form//class-useForm.html" target="_top">Frames</a></li>
<li><a href="Form.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>
<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>