org.jopendocument.model.form
Class FormGrid

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

public class FormGrid
extends java.lang.Object


Constructor Summary
FormGrid()
           
 
Method Summary
 java.util.List<FormColumn> getFormColumn()
          Gets the value of the formColumn property.
 java.lang.String getFormDisabled()
          Gets the value of the formDisabled property.
 java.lang.String getFormPrintable()
          Gets the value of the formPrintable property.
 FormProperties getFormProperties()
          Gets the value of the formProperties property.
 java.lang.String getFormTabIndex()
          Gets the value of the formTabIndex property.
 java.lang.String getFormTabStop()
          Gets the value of the formTabStop property.
 java.lang.String getFormTitle()
          Gets the value of the formTitle property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 void setFormDisabled(java.lang.String value)
          Sets the value of the formDisabled property.
 void setFormPrintable(java.lang.String value)
          Sets the value of the formPrintable property.
 void setFormProperties(FormProperties value)
          Sets the value of the formProperties property.
 void setFormTabIndex(java.lang.String value)
          Sets the value of the formTabIndex property.
 void setFormTabStop(java.lang.String value)
          Sets the value of the formTabStop property.
 void setFormTitle(java.lang.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormGrid

public FormGrid()
Method Detail

getFormColumn

public java.util.List<FormColumn> getFormColumn()
Gets the value of the formColumn property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the formColumn property.

For example, to add a new item, do as follows:

 getFormColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list FormColumn


getFormDisabled

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

Returns:
possible object is String

getFormPrintable

public java.lang.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

getFormTabIndex

public java.lang.String getFormTabIndex()
Gets the value of the formTabIndex property.

Returns:
possible object is String

getFormTabStop

public java.lang.String getFormTabStop()
Gets the value of the formTabStop property.

Returns:
possible object is String

getFormTitle

public java.lang.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(java.lang.String value)
Sets the value of the formDisabled property.

Parameters:
value - allowed object is String

setFormPrintable

public void setFormPrintable(java.lang.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

setFormTabIndex

public void setFormTabIndex(java.lang.String value)
Sets the value of the formTabIndex property.

Parameters:
value - allowed object is String

setFormTabStop

public void setFormTabStop(java.lang.String value)
Sets the value of the formTabStop property.

Parameters:
value - allowed object is String

setFormTitle

public void setFormTitle(java.lang.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