PATH |
- Implemented by:
- D2WListPage
- Package:
- com.webobjects.directtoweb
This interface is the return value for the selectPageForEntityNamed
method that creates a select page. The methods defined by this interface initialize the newly created page.
- Managing the Data Source
- setDataSource
- Managing the Next Page Parameters
- nextPageDelegate
- setNextPageDelegate
- Managing the Selected Object
- selectedObject
- setSelectedObject
dataSource
. This data source contains the group of objects from which the user makes a selection.nextPageDelegate
. When the user selects an object on the select page, Direct to Web invokes the nextPage
method on the next page delegate.anObject
. This method can be used to set the default selected object.© 2001 Apple Computer, Inc.