blob: ffe16b1bde10d49c903a462bbc95b59c8a691044 [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>ComboBox (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="ComboBox (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/ComboBox.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/form/CheckBox.html" title="class in org.odftoolkit.simple.form"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/odftoolkit/simple/form/CurrencyField.html" title="class in org.odftoolkit.simple.form"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/odftoolkit/simple/form/ComboBox.html" target="_top">Frames</a></li>
<li><a href="ComboBox.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><a href="#fields_inherited_from_class_org.odftoolkit.simple.form.FormControl">Field</a>&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.form</div>
<h2 title="Class ComboBox" class="title">Class ComboBox</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><a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">org.odftoolkit.simple.form.FormControl</a></li>
<li>
<ul class="inheritance">
<li>org.odftoolkit.simple.form.ComboBox</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">ComboBox</span>
extends <a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></pre>
<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>
<dl><dt><span class="strong">Since:</span></dt>
<dd>0.8</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.odftoolkit.simple.form.FormControl">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.odftoolkit.simple.form.<a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></h3>
<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#drawingShape">drawingShape</a>, <a href="../../../../org/odftoolkit/simple/form/FormControl.html#formElement">formElement</a>, <a href="../../../../org/odftoolkit/simple/form/FormControl.html#mElement">mElement</a>, <a href="../../../../org/odftoolkit/simple/form/FormControl.html#mFormProperties">mFormProperties</a></code></li>
</ul>
</li>
</ul>
<!-- ========== 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>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#addItem(java.lang.String)">addItem</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;item)</code>
<div class="block">Add a list item to this combo box.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#addItems(java.lang.String[])">addItems</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;items)</code>
<div class="block">Add a group of list items to this combo box</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getCurrentValue()">getCurrentValue</a></strong>()</code>
<div class="block">Get the current value of this control, it override the default value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getDataField()">getDataField</a></strong>()</code>
<div class="block">Get the data field referenced by this combo box</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<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>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getEntries()">getEntries</a></strong>()</code>
<div class="block">Get the list entries if they are initiated through a list of string.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getFormDropdown()">getFormDropdown</a></strong>()</code>
<div class="block">Get the visibility of the drop-down list</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getId()">getId</a></strong>()</code>
<div class="block">Get the control id.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/odftoolkit/simple/form/ComboBox.html" title="class in org.odftoolkit.simple.form">ComboBox</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getInstanceOf(org.odftoolkit.odfdom.dom.element.form.FormComboboxElement)">getInstanceOf</a></strong>(org.odftoolkit.odfdom.dom.element.form.FormComboboxElement&nbsp;element)</code>
<div class="block">Get an instance of combo box by an instance of FormComboboxElement, while
searching the document content to make a bind with the DrawControl which
already reference to this check box.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getListSource()">getListSource</a></strong>()</code>
<div class="block">Get the source of this data list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/odftoolkit/simple/form/FormTypeDefinition.FormListSourceType.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormListSourceType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getListSourceType()">getListSourceType</a></strong>()</code>
<div class="block">Get the source type of the data list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getName()">getName</a></strong>()</code>
<div class="block">Get the control name.</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"><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="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#getValue()">getValue</a></strong>()</code>
<div class="block">Get the default value of this control.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#setControlImplementation(java.lang.String)">setControlImplementation</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;controlImpl)</code>
<div class="block">Set the implementation of this control.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#setCurrentValue(java.lang.String)">setCurrentValue</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;currentValue)</code>
<div class="block">Set the current value of this control, it override the default value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#setDataField(java.lang.String)">setDataField</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;dataField)</code>
<div class="block">Set the data field referenced by this combo box</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#setFormDropdown(boolean)">setFormDropdown</a></strong>(boolean&nbsp;isDropDown)</code>
<div class="block">Set the visibility of the drop-down list</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#setId(java.lang.String)">setId</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;id)</code>
<div class="block">Set the control id.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#setListSource(java.lang.String)">setListSource</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;listSource)</code>
<div class="block">Set the source of this data list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#setListSourceType(org.odftoolkit.simple.form.FormTypeDefinition.FormListSourceType)">setListSourceType</a></strong>(<a href="../../../../org/odftoolkit/simple/form/FormTypeDefinition.FormListSourceType.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormListSourceType</a>&nbsp;type)</code>
<div class="block">Set the source type of the data list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#setName(java.lang.String)">setName</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">Set the control name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/odftoolkit/simple/form/ComboBox.html#setValue(java.lang.String)">setValue</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;defaultValue)</code>
<div class="block">Set the default value of this control, it will be override by current
value.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.odftoolkit.simple.form.FormControl">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.odftoolkit.simple.form.<a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></h3>
<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#getDrawControl()">getDrawControl</a>, <a href="../../../../org/odftoolkit/simple/form/FormControl.html#getOdfElement()">getOdfElement</a>, <a href="../../../../org/odftoolkit/simple/form/FormControl.html#getRectangle()">getRectangle</a>, <a href="../../../../org/odftoolkit/simple/form/FormControl.html#remove()">remove</a>, <a href="../../../../org/odftoolkit/simple/form/FormControl.html#setAnchorType(org.odftoolkit.simple.style.StyleTypeDefinitions.AnchorType)">setAnchorType</a>, <a href="../../../../org/odftoolkit/simple/form/FormControl.html#setFormProperty(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, java.lang.String, java.lang.String, java.lang.Double, java.lang.String)">setFormProperty</a>, <a href="../../../../org/odftoolkit/simple/form/FormControl.html#setRectangle(org.odftoolkit.simple.draw.FrameRectangle)">setRectangle</a></code></li>
</ul>
<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="getInstanceOf(org.odftoolkit.odfdom.dom.element.form.FormComboboxElement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstanceOf</h4>
<pre>public static&nbsp;<a href="../../../../org/odftoolkit/simple/form/ComboBox.html" title="class in org.odftoolkit.simple.form">ComboBox</a>&nbsp;getInstanceOf(org.odftoolkit.odfdom.dom.element.form.FormComboboxElement&nbsp;element)</pre>
<div class="block">Get an instance of combo box by an instance of FormComboboxElement, while
searching the document content to make a bind with the DrawControl which
already reference to this check box.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>element</code> - - an instance of FormComboboxElement</dd>
<dt><span class="strong">Returns:</span></dt><dd>an instance of combo box</dd></dl>
</li>
</ul>
<a name="setControlImplementation(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setControlImplementation</h4>
<pre>public&nbsp;void&nbsp;setControlImplementation(<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;controlImpl)</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#setControlImplementation(java.lang.String)">FormControl</a></code></strong></div>
<div class="block">Set the implementation of this control.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#setControlImplementation(java.lang.String)">setControlImplementation</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>controlImpl</code> - - the implementation description of this control</dd></dl>
</li>
</ul>
<a name="getId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre>public&nbsp;<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;getId()</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#getId()">FormControl</a></code></strong></div>
<div class="block">Get the control id.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#getId()">getId</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the control id.</dd></dl>
</li>
</ul>
<a name="setId(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setId</h4>
<pre>public&nbsp;void&nbsp;setId(<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;id)</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#setId(java.lang.String)">FormControl</a></code></strong></div>
<div class="block">Set the control id.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#setId(java.lang.String)">setId</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - -the control id.</dd></dl>
</li>
</ul>
<a name="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public&nbsp;<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;getName()</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#getName()">FormControl</a></code></strong></div>
<div class="block">Get the control name.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#getName()">getName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the control name.</dd></dl>
</li>
</ul>
<a name="setName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setName</h4>
<pre>public&nbsp;void&nbsp;setName(<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)</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#setName(java.lang.String)">FormControl</a></code></strong></div>
<div class="block">Set the control name.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/odftoolkit/simple/form/FormControl.html#setName(java.lang.String)">setName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/odftoolkit/simple/form/FormControl.html" title="class in org.odftoolkit.simple.form">FormControl</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - - the control name.</dd></dl>
</li>
</ul>
<a name="setFormDropdown(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFormDropdown</h4>
<pre>public&nbsp;void&nbsp;setFormDropdown(boolean&nbsp;isDropDown)</pre>
<div class="block">Set the visibility of the drop-down list</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>isDropDown</code> - - specify if the drop-down list is visible</dd></dl>
</li>
</ul>
<a name="getFormDropdown()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFormDropdown</h4>
<pre>public&nbsp;boolean&nbsp;getFormDropdown()</pre>
<div class="block">Get the visibility of the drop-down list</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true means the drop-down list is visible; false means invisible</dd></dl>
</li>
</ul>
<a name="addItem(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addItem</h4>
<pre>public&nbsp;void&nbsp;addItem(<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;item)</pre>
<div class="block">Add a list item to this combo box.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>item</code> - - a list item</dd></dl>
</li>
</ul>
<a name="addItems(java.lang.String[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addItems</h4>
<pre>public&nbsp;void&nbsp;addItems(<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;items)</pre>
<div class="block">Add a group of list items to this combo box</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>items</code> - -a group of list items</dd></dl>
</li>
</ul>
<a name="getEntries()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntries</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<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>&gt;&nbsp;getEntries()</pre>
<div class="block">Get the list entries if they are initiated through a list of string.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the list entries</dd></dl>
</li>
</ul>
<a name="setListSourceType(org.odftoolkit.simple.form.FormTypeDefinition.FormListSourceType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setListSourceType</h4>
<pre>public&nbsp;void&nbsp;setListSourceType(<a href="../../../../org/odftoolkit/simple/form/FormTypeDefinition.FormListSourceType.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormListSourceType</a>&nbsp;type)</pre>
<div class="block">Set the source type of the data list.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - - the source type of this list</dd></dl>
</li>
</ul>
<a name="getListSourceType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListSourceType</h4>
<pre>public&nbsp;<a href="../../../../org/odftoolkit/simple/form/FormTypeDefinition.FormListSourceType.html" title="enum in org.odftoolkit.simple.form">FormTypeDefinition.FormListSourceType</a>&nbsp;getListSourceType()</pre>
<div class="block">Get the source type of the data list.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the source type of this list</dd></dl>
</li>
</ul>
<a name="setListSource(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setListSource</h4>
<pre>public&nbsp;void&nbsp;setListSource(<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;listSource)</pre>
<div class="block">Set the source of this data list.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>listSource</code> - - the source of this data list.</dd></dl>
</li>
</ul>
<a name="getListSource()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListSource</h4>
<pre>public&nbsp;<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;getListSource()</pre>
<div class="block">Get the source of this data list.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the source of this data list.</dd></dl>
</li>
</ul>
<a name="setDataField(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDataField</h4>
<pre>public&nbsp;void&nbsp;setDataField(<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;dataField)</pre>
<div class="block">Set the data field referenced by this combo box</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dataField</code> - - the data field referenced by this combo box</dd></dl>
</li>
</ul>
<a name="getDataField()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDataField</h4>
<pre>public&nbsp;<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;getDataField()</pre>
<div class="block">Get the data field referenced by this combo box</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the data field referenced by this combo box</dd></dl>
</li>
</ul>
<a name="setValue(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setValue</h4>
<pre>public&nbsp;void&nbsp;setValue(<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;defaultValue)</pre>
<div class="block">Set the default value of this control, it will be override by current
value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - - default value</dd></dl>
</li>
</ul>
<a name="getValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValue</h4>
<pre>public&nbsp;<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;getValue()</pre>
<div class="block">Get the default value of this control.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>default value</dd></dl>
</li>
</ul>
<a name="setCurrentValue(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCurrentValue</h4>
<pre>public&nbsp;void&nbsp;setCurrentValue(<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;currentValue)</pre>
<div class="block">Set the current value of this control, it override the default value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>currentValue</code> - - current value</dd></dl>
</li>
</ul>
<a name="getCurrentValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCurrentValue</h4>
<pre>public&nbsp;<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;getCurrentValue()</pre>
<div class="block">Get the current value of this control, it override the default value.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>current value</dd></dl>
</li>
</ul>
<a name="getSimpleIterator(org.odftoolkit.simple.form.Form)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getSimpleIterator</h4>
<pre>public static&nbsp;<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;&nbsp;getSimpleIterator(<a href="../../../../org/odftoolkit/simple/form/Form.html" title="interface in org.odftoolkit.simple.form">Form</a>&nbsp;container)</pre>
<div class="block">Get a simple iterator for combo boxes.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>container</code> - - an instance of form where to traverse the combo boxes s</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/ComboBox.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/form/CheckBox.html" title="class in org.odftoolkit.simple.form"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/odftoolkit/simple/form/CurrencyField.html" title="class in org.odftoolkit.simple.form"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/odftoolkit/simple/form/ComboBox.html" target="_top">Frames</a></li>
<li><a href="ComboBox.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><a href="#fields_inherited_from_class_org.odftoolkit.simple.form.FormControl">Field</a>&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>