BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

Uses of Class
com.bea.wlw.netui.tags.databinding.invoke.AbstractCallMethod

Packages that use AbstractCallMethod
com.bea.wlw.netui.tags.databinding.invoke   
com.bea.wlw.netui.tags.databinding.repeater.choice   
 

Uses of AbstractCallMethod in com.bea.wlw.netui.tags.databinding.invoke
 

Subclasses of AbstractCallMethod in com.bea.wlw.netui.tags.databinding.invoke
 class CallControl
          A tag that is used to call a method on a control.
 class CallMethod
           An abstract base class for tags that are capable of reflectively invoking methods.
 class CallPageFlow
          A tag that is used to call a method on the current PageFlowController.
 

Uses of AbstractCallMethod in com.bea.wlw.netui.tags.databinding.repeater.choice
 

Subclasses of AbstractCallMethod in com.bea.wlw.netui.tags.databinding.repeater.choice
 class ChoiceMethod
          A ChoiceMethod tag is used in order to choose a particular Choice tag whose body should be rendered for the current data item in the Repeater.
 


BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.