WebObjects 5.1

Uses of Interface
com.webobjects.directtoweb.EditPageInterface

Packages that use EditPageInterface
com.webobjects.directtoweb   
 

Uses of EditPageInterface in com.webobjects.directtoweb
 

Classes in com.webobjects.directtoweb that implement EditPageInterface
 class BASInspectPage
           
 class D2WInspectPage
          The D2WInspectPage class provides behavior for the inspect page and edit page Direct to Web templates, specifically BASInspectPage, NEUInspectPage, and WOLInspectPage.
 class D2WTabInspectPage
          The D2WTabInspectPage class provides the behavior for the tab-inspect page Direct to Web templates, specifically NEUTabInspectPage and WOLTabInspectPage.
 class NEUInspectPage
           
 class NEUTabInspectPage
           
 class WOLInspectPage
           
 class WOLTabInspectPage
           
 

Methods in com.webobjects.directtoweb that return EditPageInterface
 EditPageInterface D2W.editPageForEntityNamed(String entityName, WOSession session)
          Returns an edit page (a WOComponent object implementing the EditPageInterface) for the entity identified by entityName.
 EditPageInterface D2W.editPageForNewObjectWithConfigurationNamed(String configurationName, WOSession session)
          Creates a new object and returns an edit page as a WOComponent implementing the EditPageInterface.
 EditPageInterface D2W.editPageForNewObjectWithEntityNamed(String entityName, WOSession session)
          Creates a new object and returns an edit page as a WOComponent implementing the EditPageInterface.
 


Last updated Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.