org.jopendocument.model.form
Class FormValueRange

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

public class FormValueRange
extends Object


Field Summary
protected  String formCurrentValue
           
protected  String formDelayForRepeat
           
protected  String formDisabled
           
protected  String formLinkedCell
           
protected  String formMaxValue
           
protected  String formMinValue
           
protected  String formOrientation
           
protected  String formPageStepSize
           
protected  String formPrintable
           
protected  FormProperties formProperties
           
protected  String formStepSize
           
protected  String formTabIndex
           
protected  String formTabStop
           
protected  String formTitle
           
protected  String formValue
           
protected  OfficeEvents officeEvents
           
 
Constructor Summary
FormValueRange()
           
 
Method Summary
 String getFormCurrentValue()
          Gets the value of the formCurrentValue property.
 String getFormDelayForRepeat()
          Gets the value of the formDelayForRepeat property.
 String getFormDisabled()
          Gets the value of the formDisabled property.
 String getFormLinkedCell()
          Gets the value of the formLinkedCell property.
 String getFormMaxValue()
          Gets the value of the formMaxValue property.
 String getFormMinValue()
          Gets the value of the formMinValue property.
 String getFormOrientation()
          Gets the value of the formOrientation property.
 String getFormPageStepSize()
          Gets the value of the formPageStepSize property.
 String getFormPrintable()
          Gets the value of the formPrintable property.
 FormProperties getFormProperties()
          Gets the value of the formProperties property.
 String getFormStepSize()
          Gets the value of the formStepSize property.
 String getFormTabIndex()
          Gets the value of the formTabIndex property.
 String getFormTabStop()
          Gets the value of the formTabStop property.
 String getFormTitle()
          Gets the value of the formTitle property.
 String getFormValue()
          Gets the value of the formValue property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 void setFormCurrentValue(String value)
          Sets the value of the formCurrentValue property.
 void setFormDelayForRepeat(String value)
          Sets the value of the formDelayForRepeat property.
 void setFormDisabled(String value)
          Sets the value of the formDisabled property.
 void setFormLinkedCell(String value)
          Sets the value of the formLinkedCell property.
 void setFormMaxValue(String value)
          Sets the value of the formMaxValue property.
 void setFormMinValue(String value)
          Sets the value of the formMinValue property.
 void setFormOrientation(String value)
          Sets the value of the formOrientation property.
 void setFormPageStepSize(String value)
          Sets the value of the formPageStepSize property.
 void setFormPrintable(String value)
          Sets the value of the formPrintable property.
 void setFormProperties(FormProperties value)
          Sets the value of the formProperties property.
 void setFormStepSize(String value)
          Sets the value of the formStepSize property.
 void setFormTabIndex(String value)
          Sets the value of the formTabIndex property.
 void setFormTabStop(String value)
          Sets the value of the formTabStop property.
 void setFormTitle(String value)
          Sets the value of the formTitle property.
 void setFormValue(String value)
          Sets the value of the formValue 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

formCurrentValue

protected String formCurrentValue

formDelayForRepeat

protected String formDelayForRepeat

formDisabled

protected String formDisabled

formLinkedCell

protected String formLinkedCell

formMaxValue

protected String formMaxValue

formMinValue

protected String formMinValue

formOrientation

protected String formOrientation

formPageStepSize

protected String formPageStepSize

formPrintable

protected String formPrintable

formProperties

protected FormProperties formProperties

formStepSize

protected String formStepSize

formTabIndex

protected String formTabIndex

formTabStop

protected String formTabStop

formTitle

protected String formTitle

formValue

protected String formValue

officeEvents

protected OfficeEvents officeEvents
Constructor Detail

FormValueRange

public FormValueRange()
Method Detail

getFormCurrentValue

public String getFormCurrentValue()
Gets the value of the formCurrentValue property.

Returns:
possible object is String

getFormDelayForRepeat

public String getFormDelayForRepeat()
Gets the value of the formDelayForRepeat property.

Returns:
possible object is String

getFormDisabled

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

Returns:
possible object is String

getFormLinkedCell

public String getFormLinkedCell()
Gets the value of the formLinkedCell property.

Returns:
possible object is String

getFormMaxValue

public String getFormMaxValue()
Gets the value of the formMaxValue property.

Returns:
possible object is String

getFormMinValue

public String getFormMinValue()
Gets the value of the formMinValue property.

Returns:
possible object is String

getFormOrientation

public String getFormOrientation()
Gets the value of the formOrientation property.

Returns:
possible object is String

getFormPageStepSize

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

getFormStepSize

public String getFormStepSize()
Gets the value of the formStepSize property.

Returns:
possible object is String

getFormTabIndex

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

Returns:
possible object is String

getFormTabStop

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

Returns:
possible object is String

getFormTitle

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

Returns:
possible object is String

getFormValue

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

Returns:
possible object is String

getOfficeEvents

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

Returns:
possible object is OfficeEvents

setFormCurrentValue

public void setFormCurrentValue(String value)
Sets the value of the formCurrentValue property.

Parameters:
value - allowed object is String

setFormDelayForRepeat

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

setFormLinkedCell

public void setFormLinkedCell(String value)
Sets the value of the formLinkedCell property.

Parameters:
value - allowed object is String

setFormMaxValue

public void setFormMaxValue(String value)
Sets the value of the formMaxValue property.

Parameters:
value - allowed object is String

setFormMinValue

public void setFormMinValue(String value)
Sets the value of the formMinValue property.

Parameters:
value - allowed object is String

setFormOrientation

public void setFormOrientation(String value)
Sets the value of the formOrientation property.

Parameters:
value - allowed object is String

setFormPageStepSize

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

setFormStepSize

public void setFormStepSize(String value)
Sets the value of the formStepSize property.

Parameters:
value - allowed object is String

setFormTabIndex

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

Parameters:
value - allowed object is String

setFormTabStop

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

setFormValue

public void setFormValue(String value)
Sets the value of the formValue 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.