blob: d25f45648255b728242da255a488851bb4cfcea9 [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>org.odftoolkit.simple.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="org.odftoolkit.simple.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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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/draw/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/odftoolkit/simple/meta/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/odftoolkit/simple/form/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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">
<h1 title="Package" class="title">Package&nbsp;org.odftoolkit.simple.form</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a></td>
<td class="colLast">
<div class="block">This class represents form object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/FormContainer.html" title="interface in org.odftoolkit.simple.form">FormContainer</a></td>
<td class="colLast">
<div class="block">FormContainer is a container which maintains Form(s) as element(s).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/FormProvider.html" title="interface in org.odftoolkit.simple.form">FormProvider</a></td>
<td class="colLast">
<div class="block">FormProvider provides the methods to create and get form instance in a way
that is implementation-independent.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/AbstractFormContainer.html" title="class in org.odftoolkit.simple.form">AbstractFormContainer</a></td>
<td class="colLast">
<div class="block">AbstractFormContainer is an abstract implementation of the FormContainer
interface, with a default implementation for every method defined in
FormContainer, except getFormContainerElement().</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/Button.html" title="class in org.odftoolkit.simple.form">Button</a></td>
<td class="colLast">
<div class="block">This class represents the form control of Button, provides methods to get/set
the form properties and the style formatting of this control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/CheckBox.html" title="class in org.odftoolkit.simple.form">CheckBox</a></td>
<td class="colLast">
<div class="block">This class represents the form control of Check Box, provides methods to
get/set the form properties and the style formatting of this control.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/ComboBox.html" title="class in org.odftoolkit.simple.form">ComboBox</a></td>
<td class="colLast">
<div class="block">This class represents the form control of Combo Box, provides methods to
get/set the form properties and the style formatting of this control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/CurrencyField.html" title="class in org.odftoolkit.simple.form">CurrencyField</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/DateField.html" title="class in org.odftoolkit.simple.form">DateField</a></td>
<td class="colLast">
<div class="block">This class represents a date field of form.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/Field.html" title="class in org.odftoolkit.simple.form">Field</a></td>
<td class="colLast">
<div class="block">This class represents the form control of Field, provides methods to get/set
the form properties and the style formatting of this control.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></td>
<td class="colLast">
<div class="block">This class represents the form control, which provides the methods to get/set
the control properties and style and layout properties of its binding drawing
shape.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/FormTypeDefinition.html" title="class in org.odftoolkit.simple.form">FormTypeDefinition</a></td>
<td class="colLast">
<div class="block">This class defines the common used constants in form handling methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/Label.html" title="class in org.odftoolkit.simple.form">Label</a></td>
<td class="colLast">
<div class="block">This class represents the form control of Label, provides methods to get/set
the form properties and the style formatting of this control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/ListBox.html" title="class in org.odftoolkit.simple.form">ListBox</a></td>
<td class="colLast">
<div class="block">This class represents the form control of List Box, provides methods to
get/set the form properties and the style formatting of this control.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/NumericField.html" title="class in org.odftoolkit.simple.form">NumericField</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/OOForm.html" title="class in org.odftoolkit.simple.form">OOForm</a></td>
<td class="colLast">
<div class="block">This class implements the interface of Form according to the implementation
of OpenOffice.org.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/OOFormProvider.html" title="class in org.odftoolkit.simple.form">OOFormProvider</a></td>
<td class="colLast">
<div class="block">This class provide method to create/get the form instance implemented in
Apache Open Office way.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/PatternField.html" title="class in org.odftoolkit.simple.form">PatternField</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/RadioButton.html" title="class in org.odftoolkit.simple.form">RadioButton</a></td>
<td class="colLast">
<div class="block">This class represents the form control of radio button, provides methods to
get/set the form properties and the style formatting of this control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/TextBox.html" title="class in org.odftoolkit.simple.form">TextBox</a></td>
<td class="colLast">
<div class="block">This class represents the form control of Text Box, provides methods to
get/set the form properties and the style formatting of this control.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/TimeField.html" title="class in org.odftoolkit.simple.form">TimeField</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/FormTypeDefinition.FormCheckboxState.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormCheckboxState</a></td>
<td class="colLast">
<div class="block">Common used state for a check box from users perspective.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/FormTypeDefinition.FormCommandType.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormCommandType</a></td>
<td class="colLast">
<div class="block">Common used command type of form from users perspective. *
This attibute specifies the type of command to execute on a data source.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/FormTypeDefinition.FormImageLocation.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormImageLocation</a></td>
<td class="colLast">
<div class="block">Common used image position of form from users perspective.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/odftoolkit/simple/form/FormTypeDefinition.FormListSourceType.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormListSourceType</a></td>
<td class="colLast">
<div class="block">Common used source type of entry list from users perspective.</div>
</td>
</tr>
</tbody>
</table>
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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/draw/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/odftoolkit/simple/meta/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/odftoolkit/simple/form/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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>