com.salmonllc.forms |
This package contains high level GUI components that create structures common to many web applications, including search forms, list forms and detail forms.
|
Java Source File Name | Type | Comment |
BaseForm.java | Class | Base class for forms. |
BaseListForm.java | Class | Implements Search/List form.
At the top will be a display box with a table for search criteria and a "Search" button.
Following will be another display box with a datatable to display the results from the
search. |
BaseListFormComponent.java | Class | This type is used as a typesafe container for ListForm Components. |
BaseListFormComponentVector.java | Class | |
CriteriaString.java | Class | Implements a string for SQL-command criteria. |
DateRange.java | Class | Encapsulates a range of dates with two entry fields. |
DetailForm.java | Class | Implements Detail form.
A display box is created containing a table with entry fields. |
DetailFormListener.java | Interface | Encapsulates user-defined methods to call before and after key events in the
Search/List/Detail forms. |
FormComponent.java | Class | This type is a type safe container for DetailForm Components. |
FormException.java | Class | Used to for form exceptions. |
ListForm.java | Class | Implements Search/List form.
At the top will be a display box with a table for search criteria and a "Search" button.
Following will be another display box with a datatable to display the results from the
search. |
ListFormListener.java | Interface | Encapsulates user-defined methods to call before and after key events in the
Search/List/Detail pages. |
ListInlineEditingForm.java | Class | |
ListInLineEditingFormListener.java | Interface | Encapsulates user-defined methods to call before and after key events in the
Search/List pages. |