Class Summary |
AbstractFormContainer |
AbstractFormContainer is an abstract implementation of the FormContainer
interface, with a default implementation for every method defined in
FormContainer, except getFormContainerElement(). |
Button |
This class represents the form control of Button, provides methods to get/set
the form properties and the style formatting of this control. |
CheckBox |
This class represents the form control of Check Box, provides methods to
get/set the form properties and the style formatting of this control. |
ComboBox |
This class represents the form control of Combo Box, provides methods to
get/set the form properties and the style formatting of this control. |
CurrencyField |
|
DateField |
This class represents a date field of form. |
Field |
This class represents the form control of Field, provides methods to get/set
the form properties and the style formatting of this control. |
FormControl |
This class represents the form control, which provides the methods to get/set
the control properties and style and layout properties of its binding drawing
shape. |
FormTypeDefinition |
This class defines the common used constants in form handling methods. |
Label |
This class represents the form control of Label, provides methods to get/set
the form properties and the style formatting of this control. |
ListBox |
This class represents the form control of List Box, provides methods to
get/set the form properties and the style formatting of this control. |
NumericField |
|
OOForm |
This class implements the interface of Form according to the implementation
of OpenOffice.org. |
OOFormProvider |
This class provide method to create/get the form instance implemented in
Apache Open Office way. |
PatternField |
|
RadioButton |
This class represents the form control of radio button, provides methods to
get/set the form properties and the style formatting of this control. |
TextBox |
This class represents the form control of Text Box, provides methods to
get/set the form properties and the style formatting of this control. |
TimeField |
|