org.jopendocument.model.form
Class FormRadio

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

public class FormRadio
extends java.lang.Object


Constructor Summary
FormRadio()
           
 
Method Summary
 java.lang.String getFormCurrentSelected()
          Gets the value of the formCurrentSelected property.
 java.lang.String getFormDataField()
          Gets the value of the formDataField property.
 java.lang.String getFormDisabled()
          Gets the value of the formDisabled property.
 java.lang.String getFormImageAlign()
          Gets the value of the formImageAlign property.
 java.lang.String getFormImagePosition()
          Gets the value of the formImagePosition property.
 java.lang.String getFormLabel()
          Gets the value of the formLabel property.
 java.lang.String getFormLinkedCell()
          Gets the value of the formLinkedCell property.
 java.lang.String getFormPrintable()
          Gets the value of the formPrintable property.
 FormProperties getFormProperties()
          Gets the value of the formProperties property.
 java.lang.String getFormSelected()
          Gets the value of the formSelected 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.
 java.lang.String getFormValue()
          Gets the value of the formValue property.
 java.lang.String getFormVisualEffect()
          Gets the value of the formVisualEffect property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 void setFormCurrentSelected(java.lang.String value)
          Sets the value of the formCurrentSelected property.
 void setFormDataField(java.lang.String value)
          Sets the value of the formDataField property.
 void setFormDisabled(java.lang.String value)
          Sets the value of the formDisabled property.
 void setFormImageAlign(java.lang.String value)
          Sets the value of the formImageAlign property.
 void setFormImagePosition(java.lang.String value)
          Sets the value of the formImagePosition property.
 void setFormLabel(java.lang.String value)
          Sets the value of the formLabel property.
 void setFormLinkedCell(java.lang.String value)
          Sets the value of the formLinkedCell 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 setFormSelected(java.lang.String value)
          Sets the value of the formSelected 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 setFormValue(java.lang.String value)
          Sets the value of the formValue property.
 void setFormVisualEffect(java.lang.String value)
          Sets the value of the formVisualEffect 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

FormRadio

public FormRadio()
Method Detail

getFormCurrentSelected

public java.lang.String getFormCurrentSelected()
Gets the value of the formCurrentSelected property.

Returns:
possible object is String

getFormDataField

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

Returns:
possible object is String

getFormDisabled

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

Returns:
possible object is String

getFormImageAlign

public java.lang.String getFormImageAlign()
Gets the value of the formImageAlign property.

Returns:
possible object is String

getFormImagePosition

public java.lang.String getFormImagePosition()
Gets the value of the formImagePosition property.

Returns:
possible object is String

getFormLabel

public java.lang.String getFormLabel()
Gets the value of the formLabel property.

Returns:
possible object is String

getFormLinkedCell

public java.lang.String getFormLinkedCell()
Gets the value of the formLinkedCell 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

getFormSelected

public java.lang.String getFormSelected()
Gets the value of the formSelected property.

Returns:
possible object is String

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

getFormValue

public java.lang.String getFormValue()
Gets the value of the formValue property.

Returns:
possible object is String

getFormVisualEffect

public java.lang.String getFormVisualEffect()
Gets the value of the formVisualEffect property.

Returns:
possible object is String

getOfficeEvents

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

Returns:
possible object is OfficeEvents

setFormCurrentSelected

public void setFormCurrentSelected(java.lang.String value)
Sets the value of the formCurrentSelected property.

Parameters:
value - allowed object is String

setFormDataField

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

Parameters:
value - allowed object is String

setFormDisabled

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

Parameters:
value - allowed object is String

setFormImageAlign

public void setFormImageAlign(java.lang.String value)
Sets the value of the formImageAlign property.

Parameters:
value - allowed object is String

setFormImagePosition

public void setFormImagePosition(java.lang.String value)
Sets the value of the formImagePosition property.

Parameters:
value - allowed object is String

setFormLabel

public void setFormLabel(java.lang.String value)
Sets the value of the formLabel property.

Parameters:
value - allowed object is String

setFormLinkedCell

public void setFormLinkedCell(java.lang.String value)
Sets the value of the formLinkedCell 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

setFormSelected

public void setFormSelected(java.lang.String value)
Sets the value of the formSelected property.

Parameters:
value - allowed object is String

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

setFormValue

public void setFormValue(java.lang.String value)
Sets the value of the formValue property.

Parameters:
value - allowed object is String

setFormVisualEffect

public void setFormVisualEffect(java.lang.String value)
Sets the value of the formVisualEffect 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