org.jopendocument.model.form
Class FormListbox

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

public class FormListbox
extends Object


Field Summary
protected  String formBoundColumn
           
protected  String formDataField
           
protected  String formDisabled
           
protected  String formDropdown
           
protected  String formLinkedCell
           
protected  String formListLinkageType
           
protected  String formListSource
           
protected  String formListSourceType
           
protected  String formMultiple
           
protected  List<FormOption> formOption
           
protected  String formPrintable
           
protected  FormProperties formProperties
           
protected  String formSize
           
protected  String formSourceCellRange
           
protected  String formTabIndex
           
protected  String formTabStop
           
protected  String formTitle
           
protected  OfficeEvents officeEvents
           
 
Constructor Summary
FormListbox()
           
 
Method Summary
 String getFormBoundColumn()
          Gets the value of the formBoundColumn 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.
 String getFormLinkedCell()
          Gets the value of the formLinkedCell property.
 String getFormListLinkageType()
          Gets the value of the formListLinkageType property.
 String getFormListSource()
          Gets the value of the formListSource property.
 String getFormListSourceType()
          Gets the value of the formListSourceType property.
 String getFormMultiple()
          Gets the value of the formMultiple property.
 List<FormOption> getFormOption()
          Gets the value of the formOption property.
 String getFormPrintable()
          Gets the value of the formPrintable property.
 FormProperties getFormProperties()
          Gets the value of the formProperties 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.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 void setFormBoundColumn(String value)
          Sets the value of the formBoundColumn 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 setFormListLinkageType(String value)
          Sets the value of the formListLinkageType property.
 void setFormListSource(String value)
          Sets the value of the formListSource property.
 void setFormListSourceType(String value)
          Sets the value of the formListSourceType property.
 void setFormMultiple(String value)
          Sets the value of the formMultiple property.
 void setFormPrintable(String value)
          Sets the value of the formPrintable property.
 void setFormProperties(FormProperties value)
          Sets the value of the formProperties 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 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

formBoundColumn

protected String formBoundColumn

formDataField

protected String formDataField

formDisabled

protected String formDisabled

formDropdown

protected String formDropdown

formLinkedCell

protected String formLinkedCell

formListLinkageType

protected String formListLinkageType

formListSource

protected String formListSource

formListSourceType

protected String formListSourceType

formMultiple

protected String formMultiple

formOption

protected List<FormOption> formOption

formPrintable

protected String formPrintable

formProperties

protected FormProperties formProperties

formSize

protected String formSize

formSourceCellRange

protected String formSourceCellRange

formTabIndex

protected String formTabIndex

formTabStop

protected String formTabStop

formTitle

protected String formTitle

officeEvents

protected OfficeEvents officeEvents
Constructor Detail

FormListbox

public FormListbox()
Method Detail

getFormBoundColumn

public String getFormBoundColumn()
Gets the value of the formBoundColumn 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

getFormLinkedCell

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

Returns:
possible object is String

getFormListLinkageType

public String getFormListLinkageType()
Gets the value of the formListLinkageType 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

getFormMultiple

public String getFormMultiple()
Gets the value of the formMultiple property.

Returns:
possible object is String

getFormOption

public List<FormOption> getFormOption()
Gets the value of the formOption 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 formOption property.

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

 getFormOption().add(newItem);
 

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


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

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

getOfficeEvents

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

Returns:
possible object is OfficeEvents

setFormBoundColumn

public void setFormBoundColumn(String value)
Sets the value of the formBoundColumn 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

setFormListLinkageType

public void setFormListLinkageType(String value)
Sets the value of the formListLinkageType 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

setFormMultiple

public void setFormMultiple(String value)
Sets the value of the formMultiple 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

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

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.