Package com.jtri.base

Interface Summary
IEditForm A form with edit buttons to add new items and save all contents.
IFilter Represents a filter object that references a resolver (FilterDB) to query language.
IFilterDB  
IMapped  
INavigateForm A Form with next and back buttonsets.
IPagedInfoForm A multipaged enabled form.
IRootForm Used to identify MultiPage MultiForm enabled Forms
 

Class Summary
BaseDTO The Data Transfer Object is the base class for each row of information in a form.
BetweenFilterField This filter field implements logic to render 'Between', '<' or '>' commands based upon datafields.
Cusco Cusco is a unplugged session
DynaFilter This is the default class for a filter that knows how to resolve itself back to sql.
DynaFilterField The base class for filter fields.
FieldMapping This class describes how to retrieve a property from the model object to the form field converting to and from the proper java type.
FieldPath Represents a javabean property path.
FilterFieldEnum  
FilterFieldNullable This Filter Field is intended to loves where a null/empty string value should be tested with "is null"
FilterFieldTest A Filter Field used to test a field with some constant expression.
FixedFilter This is a filter with a fixed Query, independent if Field values.
JtriUtils A bunch of useful static methods
OrFilterField  
OuterEqual This comparator checks if two objects are the same by comparison of each property that exists in both objects.
PageInfo PageInfo contem os dados referentes a paginacao de um form de dados, e um link para a colecao de dados enviada (complementar)...
PageStructure This holds page-set information for a collection, and metadata for resolving persistence and data reloading.
Row A Row is a transfer object that represent a map of links to other rows and one or more beans that contain properties.