er.directtoweb
Interface ERDBranchDelegateInterface
- All Superinterfaces:
- NextPageDelegate
- All Known Implementing Classes:
- ERDBranchDelegate
- public interface ERDBranchDelegateInterface
- extends NextPageDelegate
Extension of the NextPageDelegate to provide branch
choices from the delegate to the template.
Method Summary |
NSArray |
branchChoicesForContext(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. |
branchChoicesForContext
public NSArray branchChoicesForContext(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.
Copyright © 2002 – 2004 Project Wonder.