Interface | Description |
---|---|
Form |
This class represents form object.
|
FormContainer |
FormContainer is a container which maintains Form(s) as element(s).
|
FormProvider |
FormProvider provides the methods to create and get form instance in a way
that is implementation-independent.
|
Class | Description |
---|---|
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 |
Enum | Description |
---|---|
FormTypeDefinition.FormCheckboxState |
Common used state for a check box from users perspective.
|
FormTypeDefinition.FormCommandType |
Common used command type of form from users perspective. *
This attibute specifies the type of command to execute on a data source.
|
FormTypeDefinition.FormImageLocation |
Common used image position of form from users perspective.
|
FormTypeDefinition.FormListSourceType |
Common used source type of entry list from users perspective.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.