|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.form.FormFixedText
public class FormFixedText
| Field Summary | |
|---|---|
protected String |
formDisabled
|
protected String |
formFor
|
protected String |
formLabel
|
protected String |
formMultiLine
|
protected String |
formPrintable
|
protected FormProperties |
formProperties
|
protected String |
formTitle
|
protected OfficeEvents |
officeEvents
|
| Constructor Summary | |
|---|---|
FormFixedText()
|
|
| Method Summary | |
|---|---|
String |
getFormDisabled()
Gets the value of the formDisabled property. |
String |
getFormFor()
Gets the value of the formFor property. |
String |
getFormLabel()
Gets the value of the formLabel property. |
String |
getFormMultiLine()
Gets the value of the formMultiLine property. |
String |
getFormPrintable()
Gets the value of the formPrintable property. |
FormProperties |
getFormProperties()
Gets the value of the formProperties property. |
String |
getFormTitle()
Gets the value of the formTitle property. |
OfficeEvents |
getOfficeEvents()
Gets the value of the officeEvents property. |
void |
setFormDisabled(String value)
Sets the value of the formDisabled property. |
void |
setFormFor(String value)
Sets the value of the formFor property. |
void |
setFormLabel(String value)
Sets the value of the formLabel property. |
void |
setFormMultiLine(String value)
Sets the value of the formMultiLine property. |
void |
setFormPrintable(String value)
Sets the value of the formPrintable property. |
void |
setFormProperties(FormProperties value)
Sets the value of the formProperties 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 formDisabled
protected String formFor
protected String formLabel
protected String formMultiLine
protected String formPrintable
protected FormProperties formProperties
protected String formTitle
protected OfficeEvents officeEvents
| Constructor Detail |
|---|
public FormFixedText()
| Method Detail |
|---|
public String getFormDisabled()
Stringpublic String getFormFor()
Stringpublic String getFormLabel()
Stringpublic String getFormMultiLine()
Stringpublic String getFormPrintable()
Stringpublic FormProperties getFormProperties()
FormPropertiespublic String getFormTitle()
Stringpublic OfficeEvents getOfficeEvents()
OfficeEventspublic void setFormDisabled(String value)
value - allowed object is Stringpublic void setFormFor(String value)
value - allowed object is Stringpublic void setFormLabel(String value)
value - allowed object is Stringpublic void setFormMultiLine(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 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 | ||||||||