Package de.mguennewig.pobjform

This package contains the PObjForm library, which support Swing dialogs and HTML forms that use the metadata of the PObjects library.

See:
          Description

Interface Summary
ArrayElement Class description goes here.
ButtonElement Interface for all button elements.
CheckboxElement Class description goes here.
FormElement Interface for all form elements.
HeadingElement Interface for all heading elements.
InputElement Class description goes here.
LinkElement Interface for all link elements.
PObjForm Abstract base class for rendering forms based on meta-data from the PObject library.
RadioElement Class description goes here.
RecordElement Interface for form elements that group different form elements together.
ReferenceElement An input element to select one entry from possible entries of a referenced table.
SpacerElement A form element that presents a space or line.
StringElement Class description goes here.
TextAreaElement Class description goes here.
TextElement A form element that presents static text.
ValueElement Interface for all form elements that handle editable values.
 

Class Summary
AbstractArrayElement Abstract array element.
AbstractButtonElement Abstract implementation for a button form element.
AbstractFormElement Abstract implementation of an form element.
AbstractInputElement Abstract implementation of an input element.
AbstractLinkElement Abstract base implementation for a form element that shows a link.
AbstractPObjForm Abstract base class for rendering forms based on meta-data from the PObject library.
AbstractRecordElement Abstract implementation of an record element.
AbstractSpacerElement Common base class for all spacer element implementations.
AbstractTextElement Common base class for all text element implementations.
AbstractValueElement Abstract implementation of an value element.
Message An encapsulation of an individual message returned by the PObjForm.validate() method of an form, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus placeholder objects that can be used for parametric replacement in the message text.
Messages Container for messages in a set of properties.
ReferenceModel The model for the combo box used by ReferenceElement's.
 

Package de.mguennewig.pobjform Description

This package contains the PObjForm library, which support Swing dialogs and HTML forms that use the metadata of the PObjects library.