PATH |
- Implemented by:
- D2WListPage
- D2WMasterDetailPage
- Package:
- com.webobjects.directtoweb
This interface is the return value for the listPageForEntityNamed
method that creates a list page. The methods defined by this interface initialize the newly created page.
- Managing the Data Source
- setDataSource
- Managing the Next Page Parameters
- setNextPage
- setNextPageDelegate
dataSource
. This data source contains the group of objects listed on the page.nextPageDelegate
. When the user clicks Return in the list page, Direct to Web invokes the nextPage
method on the next page delegate.© 2001 Apple Computer, Inc.