Uses of Interface
org.jaffa.presentation.portlet.component.IComponent

Packages that use IComponent
org.jaffa.components.finder   
org.jaffa.components.lookup   
org.jaffa.components.maint   
org.jaffa.presentation.portlet.component   
org.jaffa.presentation.portlet.session.ui   
 

Uses of IComponent in org.jaffa.components.finder
 

Classes in org.jaffa.components.finder that implement IComponent
 class FinderComponent
          Deprecated. This class is required by the object_finder_1_0 pattern. The object_finder_2_0 pattern has made this class redundant.
 class FinderComponent2
          This is the base class for all Finder components created by using the object_finder_2_0 pattern.
 

Uses of IComponent in org.jaffa.components.lookup
 

Classes in org.jaffa.components.lookup that implement IComponent
 class LookupComponent
          Deprecated. This class is required by the object_lookup_1_0 pattern. The object_lookup_2_0 pattern has made this class redundant.
 class LookupComponent2
          This is the base class for all Lookup components.
 

Uses of IComponent in org.jaffa.components.maint
 

Subinterfaces of IComponent in org.jaffa.components.maint
 interface ICreateComponent
          This interface will be implemented by all Create components.
 interface IDeleteComponent
          This interface will be implemented by all Delete components.
 interface IMaintComponent
          This interface will be implemented by all Maintenance components.
 interface IUpdateComponent
          This interface will be implemented by all Update components.
 

Classes in org.jaffa.components.maint that implement IComponent
 class CreateComponent
          This is an abstract implementation of the ICreateComponent interface.
 class DeleteComponent
          This is an abstract implementation of the IDeleteComponent interface.
 class MaintComponent
          Deprecated. This class is required by the object_maintenance_1_0 pattern. The object_maintenance_2_0 pattern has made this class redundant.
 class MaintComponent2
          This is the base class for all Maintenance components created by using the object_maintenance_2_0 pattern.
 class UpdateComponent
          This is an abstract implementation of the IUpdateComponent interface.
 

Uses of IComponent in org.jaffa.presentation.portlet.component
 

Classes in org.jaffa.presentation.portlet.component that implement IComponent
 class Component
          The base class for all Components
 

Uses of IComponent in org.jaffa.presentation.portlet.session.ui
 

Classes in org.jaffa.presentation.portlet.session.ui that implement IComponent
 class SessionExplorerComponent
           
 



Copyright © 2002-2004 JAFFA Project.