Name |
Description |
TScaffoldBase |
Base class for Active Record scaffold views. |
TScaffoldEditView |
Template control for editing an Active Record instance. |
TScaffoldListView |
TScaffoldListView displays a list of Active Records. |
TScaffoldSearch |
TScaffoldSearch provide a simple textbox and a button that is used
to perform search on a TScaffoldListView with ID given by {@link setListViewID ListViewID}. |
TScaffoldView |
TScaffoldView is a composite control consisting of TScaffoldListView
with a TScaffoldSearch. In addition, it will display a TScaffoldEditView
when an "edit" command is raised from the TScaffoldListView (when the
edit button is clicked). Futher more, the "add" button can be clicked
that shows an empty data TScaffoldListView for creating new records. |