|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.form.FormImageFrame
public class FormImageFrame
Field Summary | |
---|---|
protected String |
formDataField
|
protected String |
formDisabled
|
protected String |
formImageData
|
protected String |
formPrintable
|
protected FormProperties |
formProperties
|
protected String |
formReadonly
|
protected String |
formTitle
|
protected OfficeEvents |
officeEvents
|
Constructor Summary | |
---|---|
FormImageFrame()
|
Method Summary | |
---|---|
String |
getFormDataField()
Gets the value of the formDataField property. |
String |
getFormDisabled()
Gets the value of the formDisabled property. |
String |
getFormImageData()
Gets the value of the formImageData 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 |
getFormTitle()
Gets the value of the formTitle property. |
OfficeEvents |
getOfficeEvents()
Gets the value of the officeEvents property. |
void |
setFormDataField(String value)
Sets the value of the formDataField property. |
void |
setFormDisabled(String value)
Sets the value of the formDisabled property. |
void |
setFormImageData(String value)
Sets the value of the formImageData 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 |
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 formDataField
protected String formDisabled
protected String formImageData
protected String formPrintable
protected FormProperties formProperties
protected String formReadonly
protected String formTitle
protected OfficeEvents officeEvents
Constructor Detail |
---|
public FormImageFrame()
Method Detail |
---|
public String getFormDataField()
String
public String getFormDisabled()
String
public String getFormImageData()
String
public String getFormPrintable()
String
public FormProperties getFormProperties()
FormProperties
public String getFormReadonly()
String
public String getFormTitle()
String
public OfficeEvents getOfficeEvents()
OfficeEvents
public void setFormDataField(String value)
value
- allowed object is String
public void setFormDisabled(String value)
value
- allowed object is String
public void setFormImageData(String value)
value
- allowed object is String
public void setFormPrintable(String value)
value
- allowed object is String
public void setFormProperties(FormProperties value)
value
- allowed object is FormProperties
public void setFormReadonly(String value)
value
- allowed object is String
public void setFormTitle(String value)
value
- allowed object is String
public 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 |