org.jopendocument.model.form
Class FormImageFrame

java.lang.Object
  extended by org.jopendocument.model.form.FormImageFrame

public class FormImageFrame
extends Object


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

formDataField

protected String formDataField

formDisabled

protected String formDisabled

formImageData

protected String formImageData

formPrintable

protected String formPrintable

formProperties

protected FormProperties formProperties

formReadonly

protected String formReadonly

formTitle

protected String formTitle

officeEvents

protected OfficeEvents officeEvents
Constructor Detail

FormImageFrame

public FormImageFrame()
Method Detail

getFormDataField

public String getFormDataField()
Gets the value of the formDataField property.

Returns:
possible object is String

getFormDisabled

public String getFormDisabled()
Gets the value of the formDisabled property.

Returns:
possible object is String

getFormImageData

public String getFormImageData()
Gets the value of the formImageData property.

Returns:
possible object is String

getFormPrintable

public String getFormPrintable()
Gets the value of the formPrintable property.

Returns:
possible object is String

getFormProperties

public FormProperties getFormProperties()
Gets the value of the formProperties property.

Returns:
possible object is FormProperties

getFormReadonly

public String getFormReadonly()
Gets the value of the formReadonly property.

Returns:
possible object is String

getFormTitle

public String getFormTitle()
Gets the value of the formTitle property.

Returns:
possible object is String

getOfficeEvents

public OfficeEvents getOfficeEvents()
Gets the value of the officeEvents property.

Returns:
possible object is OfficeEvents

setFormDataField

public void setFormDataField(String value)
Sets the value of the formDataField property.

Parameters:
value - allowed object is String

setFormDisabled

public void setFormDisabled(String value)
Sets the value of the formDisabled property.

Parameters:
value - allowed object is String

setFormImageData

public void setFormImageData(String value)
Sets the value of the formImageData property.

Parameters:
value - allowed object is String

setFormPrintable

public void setFormPrintable(String value)
Sets the value of the formPrintable property.

Parameters:
value - allowed object is String

setFormProperties

public void setFormProperties(FormProperties value)
Sets the value of the formProperties property.

Parameters:
value - allowed object is FormProperties

setFormReadonly

public void setFormReadonly(String value)
Sets the value of the formReadonly property.

Parameters:
value - allowed object is String

setFormTitle

public void setFormTitle(String value)
Sets the value of the formTitle property.

Parameters:
value - allowed object is String

setOfficeEvents

public void setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property.

Parameters:
value - allowed object is OfficeEvents


Copyright © 2010 jOpenDocument All Rights Reserved.