|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectPageInterface
This interface is implemented by pages returned by the D2W method
selectPageForEntityNamed
. Use methods defined in this interface to initialize a newly created select page.
Method Summary | |
---|---|
NextPageDelegate |
nextPageDelegate()
Returns the receiver's next page delegate. |
EOEnterpriseObject |
selectedObject()
Returns the object selected by the user. |
void |
setDataSource(EODataSource aDataSource)
Sets the receiver's data source. |
void |
setNextPageDelegate(NextPageDelegate nextPageDelegate)
Sets delegate object that receives call to nextPage method. |
void |
setSelectedObject(EOEnterpriseObject selectedObject)
Sets the receiver's selected object. |
Method Detail |
---|
void setDataSource(EODataSource aDataSource)
aDataSource
- data source containing the group of objects from which the user can make a selection.EOEnterpriseObject selectedObject()
void setSelectedObject(EOEnterpriseObject selectedObject)
selectedObject
- object that should be selected when the page is first displayedvoid setNextPageDelegate(NextPageDelegate nextPageDelegate)
nextPage
method.
When the user clicks 'Select' in the select page, Direct to Web invokes the
nextPage
method on nextPageDelegate
. The page returned
by that method call is the next page displayed. One normally uses this
delegate mechanism to initialize the next page.
nextPageDelegate
- delegate object that receives the call to nextPage
when the user selects an objectNextPageDelegate nextPageDelegate()
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |