WebObjects 5.2.3

Uses of Interface
com.webobjects.directtoweb.EditPageInterface

Packages that use EditPageInterface
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
 

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 Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.