Uses of Interface
com.jtri.base.IPagedInfoForm

Packages that use IPagedInfoForm
com.jtri.base   
com.jtri.struts   
 

Uses of IPagedInfoForm in com.jtri.base
 

Subinterfaces of IPagedInfoForm in com.jtri.base
 interface IRootForm
          Used to identify MultiPage MultiForm enabled Forms
 

Classes in com.jtri.base that implement IPagedInfoForm
 class BaseDTO
          The Data Transfer Object is the base class for each row of information in a form.
 

Methods in com.jtri.base with parameters of type IPagedInfoForm
static boolean BaseDTO.removeNew(java.util.List infos, IPagedInfoForm iform)
           
static void BaseDTO.buildPageInfos(PageStructure psf, IPagedInfoForm form, Row parent)
           
 

Uses of IPagedInfoForm in com.jtri.struts
 

Classes in com.jtri.struts that implement IPagedInfoForm
 class LoveForm
          Base form for List Of ValuEs kind of window.
 class LoveRow
          Represents each row of a selection list.
 class PagedForm
          Root Form class that implements add,naviagation,multiple sub forms, call and save capability.
 

Methods in com.jtri.struts with parameters of type IPagedInfoForm
 void FilterServices.processFilter(Cusco cusco, java.lang.String wndName, javax.servlet.http.HttpServletResponse response, PageStructure ps, IPagedInfoForm form)