org.jopendocument.model.form
Class FormFrame

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

public class FormFrame
extends Object


Field Summary
protected  String formDisabled
           
protected  String formFor
           
protected  String formLabel
           
protected  String formPrintable
           
protected  FormProperties formProperties
           
protected  String formTitle
           
protected  OfficeEvents officeEvents
           
 
Constructor Summary
FormFrame()
           
 
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 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 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

formDisabled

protected String formDisabled

formFor

protected String formFor

formLabel

protected String formLabel

formPrintable

protected String formPrintable

formProperties

protected FormProperties formProperties

formTitle

protected String formTitle

officeEvents

protected OfficeEvents officeEvents
Constructor Detail

FormFrame

public FormFrame()
Method Detail

getFormDisabled

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

Returns:
possible object is String

getFormFor

public String getFormFor()
Gets the value of the formFor property.

Returns:
possible object is String

getFormLabel

public String getFormLabel()
Gets the value of the formLabel 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

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

setFormDisabled

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

Parameters:
value - allowed object is String

setFormFor

public void setFormFor(String value)
Sets the value of the formFor property.

Parameters:
value - allowed object is String

setFormLabel

public void setFormLabel(String value)
Sets the value of the formLabel 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

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.