org.jopendocument.model.form
Class FormCombobox

java.lang.Object
  extended by org.jopendocument.model.form.FormCombobox

public class FormCombobox
extends Object


Field Summary
protected  String formAutoComplete
           
protected  String formConvertEmptyToNull
           
protected  String formCurrentValue
           
protected  String formDataField
           
protected  String formDisabled
           
protected  String formDropdown
           
protected  List<FormItem> formItem
           
protected  String formLinkedCell
           
protected  String formListSource
           
protected  String formListSourceType
           
protected  String formMaxLength
           
protected  String formPrintable
           
protected  FormProperties formProperties
           
protected  String formReadonly
           
protected  String formSize
           
protected  String formSourceCellRange
           
protected  String formTabIndex
           
protected  String formTabStop
           
protected  String formTitle
           
protected  String formValue
           
protected  OfficeEvents officeEvents
           
 
Constructor Summary
FormCombobox()
           
 
Method Summary
 String getFormAutoComplete()
          Gets the value of the formAutoComplete property.
 String getFormConvertEmptyToNull()
          Gets the value of the formConvertEmptyToNull property.
 String getFormCurrentValue()
          Gets the value of the formCurrentValue property.
 String getFormDataField()
          Gets the value of the formDataField property.
 String getFormDisabled()
          Gets the value of the formDisabled property.
 String getFormDropdown()
          Gets the value of the formDropdown property.
 List<FormItem> getFormItem()
          Gets the value of the formItem property.
 String getFormLinkedCell()
          Gets the value of the formLinkedCell property.
 String getFormListSource()
          Gets the value of the formListSource property.
 String getFormListSourceType()
          Gets the value of the formListSourceType property.
 String getFormMaxLength()
          Gets the value of the formMaxLength property.
 String getFormPrintable()
          Gets the value of the formPrintable property.
 FormProperties getFormProperties()
          Gets the value of the formProperties property.
 String getFormReadonly()
          Gets the value of the formReadonly property.
 String getFormSize()
          Gets the value of the formSize property.
 String getFormSourceCellRange()
          Gets the value of the formSourceCellRange property.
 String getFormTabIndex()
          Gets the value of the formTabIndex property.
 String getFormTabStop()
          Gets the value of the formTabStop property.
 String getFormTitle()
          Gets the value of the formTitle property.
 String getFormValue()
          Gets the value of the formValue property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 void setFormAutoComplete(String value)
          Sets the value of the formAutoComplete property.
 void setFormConvertEmptyToNull(String value)
          Sets the value of the formConvertEmptyToNull property.
 void setFormCurrentValue(String value)
          Sets the value of the formCurrentValue property.
 void setFormDataField(String value)
          Sets the value of the formDataField property.
 void setFormDisabled(String value)
          Sets the value of the formDisabled property.
 void setFormDropdown(String value)
          Sets the value of the formDropdown property.
 void setFormLinkedCell(String value)
          Sets the value of the formLinkedCell property.
 void setFormListSource(String value)
          Sets the value of the formListSource property.
 void setFormListSourceType(String value)
          Sets the value of the formListSourceType property.
 void setFormMaxLength(String value)
          Sets the value of the formMaxLength property.
 void setFormPrintable(String value)
          Sets the value of the formPrintable property.
 void setFormProperties(FormProperties value)
          Sets the value of the formProperties property.
 void setFormReadonly(String value)
          Sets the value of the formReadonly property.
 void setFormSize(String value)
          Sets the value of the formSize property.
 void setFormSourceCellRange(String value)
          Sets the value of the formSourceCellRange property.
 void setFormTabIndex(String value)
          Sets the value of the formTabIndex property.
 void setFormTabStop(String value)
          Sets the value of the formTabStop property.
 void setFormTitle(String value)
          Sets the value of the formTitle property.
 void setFormValue(String value)
          Sets the value of the formValue property.
 void setOfficeEvents(OfficeEvents value)
          Sets the value of the officeEvents property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formAutoComplete

protected String formAutoComplete

formConvertEmptyToNull

protected String formConvertEmptyToNull

formCurrentValue

protected String formCurrentValue

formDataField

protected String formDataField

formDisabled

protected String formDisabled

formDropdown

protected String formDropdown

formItem

protected List<FormItem> formItem

formLinkedCell

protected String formLinkedCell

formListSource

protected String formListSource

formListSourceType

protected String formListSourceType

formMaxLength

protected String formMaxLength

formPrintable

protected String formPrintable

formProperties

protected FormProperties formProperties

formReadonly

protected String formReadonly

formSize

protected String formSize

formSourceCellRange

protected String formSourceCellRange

formTabIndex

protected String formTabIndex

formTabStop

protected String formTabStop

formTitle

protected String formTitle

formValue

protected String formValue

officeEvents

protected OfficeEvents officeEvents
Constructor Detail

FormCombobox

public FormCombobox()
Method Detail

getFormAutoComplete

public String getFormAutoComplete()
Gets the value of the formAutoComplete property.

Returns:
possible object is String

getFormConvertEmptyToNull

public String getFormConvertEmptyToNull()
Gets the value of the formConvertEmptyToNull property.

Returns:
possible object is String

getFormCurrentValue

public String getFormCurrentValue()
Gets the value of the formCurrentValue property.

Returns:
possible object is String

getFormDataField

public String getFormDataField()
Gets the value of the formDataField property.

Returns:
possible object is String

getFormDisabled

public String getFormDisabled()
Gets the value of the formDisabled property.

Returns:
possible object is String

getFormDropdown

public String getFormDropdown()
Gets the value of the formDropdown property.

Returns:
possible object is String

getFormItem

public List<FormItem> getFormItem()
Gets the value of the formItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the formItem property.

For example, to add a new item, do as follows:

 getFormItem().add(newItem);
 

Objects of the following type(s) are allowed in the list FormItem


getFormLinkedCell

public String getFormLinkedCell()
Gets the value of the formLinkedCell property.

Returns:
possible object is String

getFormListSource

public String getFormListSource()
Gets the value of the formListSource property.

Returns:
possible object is String

getFormListSourceType

public String getFormListSourceType()
Gets the value of the formListSourceType property.

Returns:
possible object is String

getFormMaxLength

public String getFormMaxLength()
Gets the value of the formMaxLength property.

Returns:
possible object is String

getFormPrintable

public String getFormPrintable()
Gets the value of the formPrintable property.

Returns:
possible object is String

getFormProperties

public FormProperties getFormProperties()
Gets the value of the formProperties property.

Returns:
possible object is FormProperties

getFormReadonly

public String getFormReadonly()
Gets the value of the formReadonly property.

Returns:
possible object is String

getFormSize

public String getFormSize()
Gets the value of the formSize property.

Returns:
possible object is String

getFormSourceCellRange

public String getFormSourceCellRange()
Gets the value of the formSourceCellRange property.

Returns:
possible object is String

getFormTabIndex

public String getFormTabIndex()
Gets the value of the formTabIndex property.

Returns:
possible object is String

getFormTabStop

public String getFormTabStop()
Gets the value of the formTabStop property.

Returns:
possible object is String

getFormTitle

public String getFormTitle()
Gets the value of the formTitle property.

Returns:
possible object is String

getFormValue

public String getFormValue()
Gets the value of the formValue property.

Returns:
possible object is String

getOfficeEvents

public OfficeEvents getOfficeEvents()
Gets the value of the officeEvents property.

Returns:
possible object is OfficeEvents

setFormAutoComplete

public void setFormAutoComplete(String value)
Sets the value of the formAutoComplete property.

Parameters:
value - allowed object is String

setFormConvertEmptyToNull

public void setFormConvertEmptyToNull(String value)
Sets the value of the formConvertEmptyToNull property.

Parameters:
value - allowed object is String

setFormCurrentValue

public void setFormCurrentValue(String value)
Sets the value of the formCurrentValue property.

Parameters:
value - allowed object is String

setFormDataField

public void setFormDataField(String value)
Sets the value of the formDataField property.

Parameters:
value - allowed object is String

setFormDisabled

public void setFormDisabled(String value)
Sets the value of the formDisabled property.

Parameters:
value - allowed object is String

setFormDropdown

public void setFormDropdown(String value)
Sets the value of the formDropdown property.

Parameters:
value - allowed object is String

setFormLinkedCell

public void setFormLinkedCell(String value)
Sets the value of the formLinkedCell property.

Parameters:
value - allowed object is String

setFormListSource

public void setFormListSource(String value)
Sets the value of the formListSource property.

Parameters:
value - allowed object is String

setFormListSourceType

public void setFormListSourceType(String value)
Sets the value of the formListSourceType property.

Parameters:
value - allowed object is String

setFormMaxLength

public void setFormMaxLength(String value)
Sets the value of the formMaxLength property.

Parameters:
value - allowed object is String

setFormPrintable

public void setFormPrintable(String value)
Sets the value of the formPrintable property.

Parameters:
value - allowed object is String

setFormProperties

public void setFormProperties(FormProperties value)
Sets the value of the formProperties property.

Parameters:
value - allowed object is FormProperties

setFormReadonly

public void setFormReadonly(String value)
Sets the value of the formReadonly property.

Parameters:
value - allowed object is String

setFormSize

public void setFormSize(String value)
Sets the value of the formSize property.

Parameters:
value - allowed object is String

setFormSourceCellRange

public void setFormSourceCellRange(String value)
Sets the value of the formSourceCellRange property.

Parameters:
value - allowed object is String

setFormTabIndex

public void setFormTabIndex(String value)
Sets the value of the formTabIndex property.

Parameters:
value - allowed object is String

setFormTabStop

public void setFormTabStop(String value)
Sets the value of the formTabStop property.

Parameters:
value - allowed object is String

setFormTitle

public void setFormTitle(String value)
Sets the value of the formTitle property.

Parameters:
value - allowed object is String

setFormValue

public void setFormValue(String value)
Sets the value of the formValue property.

Parameters:
value - allowed object is String

setOfficeEvents

public void setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property.

Parameters:
value - allowed object is OfficeEvents


Copyright © 2010 jOpenDocument All Rights Reserved.