|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.form.FormTextarea
public class FormTextarea
| Field Summary | |
|---|---|
protected String |
formConvertEmptyToNull
|
protected String |
formCurrentValue
|
protected String |
formDataField
|
protected String |
formDisabled
|
protected String |
formLinkedCell
|
protected String |
formMaxLength
|
protected String |
formPrintable
|
protected FormProperties |
formProperties
|
protected String |
formReadonly
|
protected String |
formTabIndex
|
protected String |
formTabStop
|
protected String |
formTitle
|
protected String |
formValue
|
protected OfficeEvents |
officeEvents
|
protected List<TextP> |
textP
|
| Constructor Summary | |
|---|---|
FormTextarea()
|
|
| Method Summary | |
|---|---|
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 |
getFormLinkedCell()
Gets the value of the formLinkedCell 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 |
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. |
List<TextP> |
getTextP()
Gets the value of the textP 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 |
setFormLinkedCell(String value)
Sets the value of the formLinkedCell 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 |
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 |
|---|
protected String formConvertEmptyToNull
protected String formCurrentValue
protected String formDataField
protected String formDisabled
protected String formLinkedCell
protected String formMaxLength
protected String formPrintable
protected FormProperties formProperties
protected String formReadonly
protected String formTabIndex
protected String formTabStop
protected String formTitle
protected String formValue
protected OfficeEvents officeEvents
protected List<TextP> textP
| Constructor Detail |
|---|
public FormTextarea()
| Method Detail |
|---|
public String getFormConvertEmptyToNull()
Stringpublic String getFormCurrentValue()
Stringpublic String getFormDataField()
Stringpublic String getFormDisabled()
Stringpublic String getFormLinkedCell()
Stringpublic String getFormMaxLength()
Stringpublic String getFormPrintable()
Stringpublic FormProperties getFormProperties()
FormPropertiespublic String getFormReadonly()
Stringpublic String getFormTabIndex()
Stringpublic String getFormTabStop()
Stringpublic String getFormTitle()
Stringpublic String getFormValue()
Stringpublic OfficeEvents getOfficeEvents()
OfficeEventspublic List<TextP> getTextP()
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 textP property.
For example, to add a new item, do as follows:
getTextP().add(newItem);
Objects of the following type(s) are allowed in the list TextP
public void setFormConvertEmptyToNull(String value)
value - allowed object is Stringpublic void setFormCurrentValue(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 setFormLinkedCell(String value)
value - allowed object is Stringpublic void setFormMaxLength(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 setFormReadonly(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 setFormValue(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 | ||||||||