Package com.jtri.struts

Interface Summary
FormConverter Base two way converter, this class extends Apache converter to solve back and forward Java Type to String.
ICallerForm A form with a set of buttons that call other forms.
 

Class Summary
ActionServices A set os common methods shared among action implementations.
BaseAction Base for Jtri Actions.
BetweenField Represents a pair of string representations of date values.
BigDecimalConverter Bidirectional converter between BigDecimal and String
BooleanConverter A class to convert from Boolean to Boolean.
Call This class contains all data of the call lifecycle: Caller form, parameters, caller field and caller options.
CallServices Service class with common calling methods used by different action implementations.
DataTile DataTile is equivalent to PageInfo on the web side.
DateConverter A Converter between Date and String.
DoubleConverter  
EditAction Action implementation with default logic for multi-form Edit Window.
EnumConverter  
FilterAction Action implementation for filter forms.
FilterForm The base struts' form for filters.
FilterServices Common services invoked by the Action class of Filters and filtered windows.
FilterWrapper  
IntegerConverter A converter between Integer and String.
LongConverter Converter Between Long and String
LoveAction This Action implementation is the base for List Of ValuE kind of window and drop downs.
LoveForm Base form for List Of ValuEs kind of window.
LoveRow Represents each row of a selection list.
MaskConverter  
MenuAction Deprecated.  
MenuForm Deprecated.  
PagedForm Root Form class that implements add,naviagation,multiple sub forms, call and save capability.
PasswordConfirmedConverter  
PortletSupport  
RowFactory A Factory class to initialize new Rows.
StringBooleanConverter A Converter between Boolean and String.
StringConverter Field converter from String to String.
TabButton INCOMPLETE.
ToolBarManager Represents a set of buttons identified by property-state pairs.
Validations Extension for Struts validations to support composite names and status.