|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.form.FormListbox
public class FormListbox
| 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 |
|---|
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 Detail |
|---|
public FormListbox()
| Method Detail |
|---|
public String getFormBoundColumn()
Stringpublic String getFormDataField()
Stringpublic String getFormDisabled()
Stringpublic String getFormDropdown()
Stringpublic String getFormLinkedCell()
Stringpublic String getFormListLinkageType()
Stringpublic String getFormListSource()
Stringpublic String getFormListSourceType()
Stringpublic String getFormMultiple()
Stringpublic List<FormOption> getFormOption()
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
public String getFormPrintable()
Stringpublic FormProperties getFormProperties()
FormPropertiespublic String getFormSize()
Stringpublic String getFormSourceCellRange()
Stringpublic String getFormTabIndex()
Stringpublic String getFormTabStop()
Stringpublic String getFormTitle()
Stringpublic OfficeEvents getOfficeEvents()
OfficeEventspublic void setFormBoundColumn(String value)
value - allowed object is Stringpublic void setFormDataField(String value)
value - allowed object is Stringpublic void setFormDisabled(String value)
value - allowed object is Stringpublic void setFormDropdown(String value)
value - allowed object is Stringpublic void setFormLinkedCell(String value)
value - allowed object is Stringpublic void setFormListLinkageType(String value)
value - allowed object is Stringpublic void setFormListSource(String value)
value - allowed object is Stringpublic void setFormListSourceType(String value)
value - allowed object is Stringpublic void setFormMultiple(String value)
value - allowed object is Stringpublic void setFormPrintable(String value)
value - allowed object is Stringpublic void setFormProperties(FormProperties value)
value - allowed object is FormPropertiespublic void setFormSize(String value)
value - allowed object is Stringpublic void setFormSourceCellRange(String value)
value - allowed object is Stringpublic void setFormTabIndex(String value)
value - allowed object is Stringpublic void setFormTabStop(String value)
value - allowed object is Stringpublic void setFormTitle(String value)
value - allowed object is Stringpublic void setOfficeEvents(OfficeEvents value)
value - allowed object is OfficeEvents
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||