org.jopendocument.model.form
Class FormGenericControl

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

public class FormGenericControl
extends Object


Field Summary
protected  FormProperties formProperties
           
protected  OfficeEvents officeEvents
           
 
Constructor Summary
FormGenericControl()
           
 
Method Summary
 FormProperties getFormProperties()
          Gets the value of the formProperties property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 void setFormProperties(FormProperties value)
          Sets the value of the formProperties 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

formProperties

protected FormProperties formProperties

officeEvents

protected OfficeEvents officeEvents
Constructor Detail

FormGenericControl

public FormGenericControl()
Method Detail

getFormProperties

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

Returns:
possible object is FormProperties

getOfficeEvents

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

Returns:
possible object is OfficeEvents

setFormProperties

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

Parameters:
value - allowed object is FormProperties

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.