Project Wonder 5.0

er.directtoweb.delegates
Interface ERDBranchDelegateInterface

All Superinterfaces:
com.webobjects.directtoweb.NextPageDelegate
All Known Implementing Classes:
ERD2WControllerFactory.ERCCore, ERD2WControllerFactory.ERCCreate, ERD2WControllerFactory.ERCEdit, ERD2WControllerFactory.ERCInspect, ERD2WControllerFactory.ERCQuery, ERD2WControllerFactory.ERCSingleObject, ERD2WControllerFactory.ERD2WController, ERDBranchDelegate

public interface ERDBranchDelegateInterface
extends com.webobjects.directtoweb.NextPageDelegate

Extension of the NextPageDelegate to provide branch choices from the delegate to the template.


Method Summary
 com.webobjects.foundation.NSArray branchChoicesForContext(com.webobjects.directtoweb.D2WContext context)
          Calculates which branches to show in the display first asking the context for the key branchChoices if this returns null then using reflection all of the public methods that take a single WOComponent as a parameter are returned.
 
Methods inherited from interface com.webobjects.directtoweb.NextPageDelegate
nextPage
 

Method Detail

branchChoicesForContext

com.webobjects.foundation.NSArray branchChoicesForContext(com.webobjects.directtoweb.D2WContext context)
Calculates which branches to show in the display first asking the context for the key branchChoices if this returns null then using reflection all of the public methods that take a single WOComponent as a parameter are returned.

Parameters:
context - current D2W context
Returns:
array of branch names.

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.