This package contains a set of classes for composing and generating HTML forms that resemble the Oracle Forms structure: a form consists of blocks, which consist of properties and may have multiple rows.
To define a custom form you do not need to derive this forms class. You just create instances of form element classes and define triggers to handle form events associated to each form element.
Several form element classes are made available including an experimental file uploading form element class. |