Project Wonder 5.0

er.directtoweb.delegates
Annotation Type ERDBranchDelegate.D2WDelegate


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface ERDBranchDelegate.D2WDelegate

Runtime flags for the delegate, so you can have one delegate for all tasks.


Optional Element Summary
 String availablePages
          Returns the names of the pages where you can have this method.
 String availableTasks
          Returns the names of the tasks where you can have this method.
 String scope
          Returns the names of the scope where you can have this method.
 

scope

public abstract String scope
Returns the names of the scope where you can have this method. One of "selection,object"

Default:
""

availableTasks

public abstract String availableTasks
Returns the names of the tasks where you can have this method. Example "query,select"

Default:
""

availablePages

public abstract String availablePages
Returns the names of the pages where you can have this method. Example "ListWebMaster,QueryWebMaster"

Default:
""

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.