|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.form.FormCombobox
public class FormCombobox
| Constructor Summary | |
|---|---|
FormCombobox()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFormAutoComplete()
Gets the value of the formAutoComplete property. |
java.lang.String |
getFormConvertEmptyToNull()
Gets the value of the formConvertEmptyToNull property. |
java.lang.String |
getFormCurrentValue()
Gets the value of the formCurrentValue property. |
java.lang.String |
getFormDataField()
Gets the value of the formDataField property. |
java.lang.String |
getFormDisabled()
Gets the value of the formDisabled property. |
java.lang.String |
getFormDropdown()
Gets the value of the formDropdown property. |
java.util.List<FormItem> |
getFormItem()
Gets the value of the formItem property. |
java.lang.String |
getFormLinkedCell()
Gets the value of the formLinkedCell property. |
java.lang.String |
getFormListSource()
Gets the value of the formListSource property. |
java.lang.String |
getFormListSourceType()
Gets the value of the formListSourceType property. |
java.lang.String |
getFormMaxLength()
Gets the value of the formMaxLength property. |
java.lang.String |
getFormPrintable()
Gets the value of the formPrintable property. |
FormProperties |
getFormProperties()
Gets the value of the formProperties property. |
java.lang.String |
getFormReadonly()
Gets the value of the formReadonly property. |
java.lang.String |
getFormSize()
Gets the value of the formSize property. |
java.lang.String |
getFormSourceCellRange()
Gets the value of the formSourceCellRange property. |
java.lang.String |
getFormTabIndex()
Gets the value of the formTabIndex property. |
java.lang.String |
getFormTabStop()
Gets the value of the formTabStop property. |
java.lang.String |
getFormTitle()
Gets the value of the formTitle property. |
java.lang.String |
getFormValue()
Gets the value of the formValue property. |
OfficeEvents |
getOfficeEvents()
Gets the value of the officeEvents property. |
void |
setFormAutoComplete(java.lang.String value)
Sets the value of the formAutoComplete property. |
void |
setFormConvertEmptyToNull(java.lang.String value)
Sets the value of the formConvertEmptyToNull property. |
void |
setFormCurrentValue(java.lang.String value)
Sets the value of the formCurrentValue property. |
void |
setFormDataField(java.lang.String value)
Sets the value of the formDataField property. |
void |
setFormDisabled(java.lang.String value)
Sets the value of the formDisabled property. |
void |
setFormDropdown(java.lang.String value)
Sets the value of the formDropdown property. |
void |
setFormLinkedCell(java.lang.String value)
Sets the value of the formLinkedCell property. |
void |
setFormListSource(java.lang.String value)
Sets the value of the formListSource property. |
void |
setFormListSourceType(java.lang.String value)
Sets the value of the formListSourceType property. |
void |
setFormMaxLength(java.lang.String value)
Sets the value of the formMaxLength property. |
void |
setFormPrintable(java.lang.String value)
Sets the value of the formPrintable property. |
void |
setFormProperties(FormProperties value)
Sets the value of the formProperties property. |
void |
setFormReadonly(java.lang.String value)
Sets the value of the formReadonly property. |
void |
setFormSize(java.lang.String value)
Sets the value of the formSize property. |
void |
setFormSourceCellRange(java.lang.String value)
Sets the value of the formSourceCellRange property. |
void |
setFormTabIndex(java.lang.String value)
Sets the value of the formTabIndex property. |
void |
setFormTabStop(java.lang.String value)
Sets the value of the formTabStop property. |
void |
setFormTitle(java.lang.String value)
Sets the value of the formTitle property. |
void |
setFormValue(java.lang.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormCombobox()
| Method Detail |
|---|
public java.lang.String getFormAutoComplete()
Stringpublic java.lang.String getFormConvertEmptyToNull()
Stringpublic java.lang.String getFormCurrentValue()
Stringpublic java.lang.String getFormDataField()
Stringpublic java.lang.String getFormDisabled()
Stringpublic java.lang.String getFormDropdown()
Stringpublic java.util.List<FormItem> getFormItem()
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
public java.lang.String getFormLinkedCell()
Stringpublic java.lang.String getFormListSource()
Stringpublic java.lang.String getFormListSourceType()
Stringpublic java.lang.String getFormMaxLength()
Stringpublic java.lang.String getFormPrintable()
Stringpublic FormProperties getFormProperties()
FormPropertiespublic java.lang.String getFormReadonly()
Stringpublic java.lang.String getFormSize()
Stringpublic java.lang.String getFormSourceCellRange()
Stringpublic java.lang.String getFormTabIndex()
Stringpublic java.lang.String getFormTabStop()
Stringpublic java.lang.String getFormTitle()
Stringpublic java.lang.String getFormValue()
Stringpublic OfficeEvents getOfficeEvents()
OfficeEventspublic void setFormAutoComplete(java.lang.String value)
value - allowed object is Stringpublic void setFormConvertEmptyToNull(java.lang.String value)
value - allowed object is Stringpublic void setFormCurrentValue(java.lang.String value)
value - allowed object is Stringpublic void setFormDataField(java.lang.String value)
value - allowed object is Stringpublic void setFormDisabled(java.lang.String value)
value - allowed object is Stringpublic void setFormDropdown(java.lang.String value)
value - allowed object is Stringpublic void setFormLinkedCell(java.lang.String value)
value - allowed object is Stringpublic void setFormListSource(java.lang.String value)
value - allowed object is Stringpublic void setFormListSourceType(java.lang.String value)
value - allowed object is Stringpublic void setFormMaxLength(java.lang.String value)
value - allowed object is Stringpublic void setFormPrintable(java.lang.String value)
value - allowed object is Stringpublic void setFormProperties(FormProperties value)
value - allowed object is FormPropertiespublic void setFormReadonly(java.lang.String value)
value - allowed object is Stringpublic void setFormSize(java.lang.String value)
value - allowed object is Stringpublic void setFormSourceCellRange(java.lang.String value)
value - allowed object is Stringpublic void setFormTabIndex(java.lang.String value)
value - allowed object is Stringpublic void setFormTabStop(java.lang.String value)
value - allowed object is Stringpublic void setFormTitle(java.lang.String value)
value - allowed object is Stringpublic void setFormValue(java.lang.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 | ||||||||