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

Uses of Interface
com.bea.wlw.netui.tags.DataAccessProvider

Packages that use DataAccessProvider
com.bea.wlw.netui.databinding.script.common   
com.bea.wlw.netui.tags   
com.bea.wlw.netui.tags.databinding.cellrepeater   
com.bea.wlw.netui.tags.databinding.grid   
com.bea.wlw.netui.tags.databinding.repeater   
com.bea.wlw.netui.tags.naming   
 

Uses of DataAccessProvider in com.bea.wlw.netui.databinding.script.common
 

Constructors in com.bea.wlw.netui.databinding.script.common with parameters of type DataAccessProvider
DataAccessProviderBean(DataAccessProvider provider)
           
 

Uses of DataAccessProvider in com.bea.wlw.netui.tags
 

Methods in com.bea.wlw.netui.tags that return DataAccessProvider
 DataAccessProvider DataAccessProvider.getProviderParent()
          Get the parent DataAccessProvider of a DataAccessProvider.
 

Uses of DataAccessProvider in com.bea.wlw.netui.tags.databinding.cellrepeater
 

Classes in com.bea.wlw.netui.tags.databinding.cellrepeater that implement DataAccessProvider
 class CellRepeater
           The CellRepeater tag is a repeating, databound tag that renders its body each cell of a table of the specified dimensions.
 

Methods in com.bea.wlw.netui.tags.databinding.cellrepeater that return DataAccessProvider
 DataAccessProvider CellRepeater.getProviderParent()
          Get the parent DataAccessProvider for this tag.
 

Uses of DataAccessProvider in com.bea.wlw.netui.tags.databinding.grid
 

Classes in com.bea.wlw.netui.tags.databinding.grid that implement DataAccessProvider
 class Grid
          A <netui-data:grid...> tag is the containing tag of a tag set that renders regular data with the ability to page, sort, and filter the data set.
 

Methods in com.bea.wlw.netui.tags.databinding.grid that return DataAccessProvider
 DataAccessProvider Grid.getProviderParent()
          Get the parent DataAccessProvider for this tag.
 

Uses of DataAccessProvider in com.bea.wlw.netui.tags.databinding.repeater
 

Classes in com.bea.wlw.netui.tags.databinding.repeater that implement DataAccessProvider
 class Repeater
          The <netui-data:repeater> tag is a markup-generic tag that repeats over a data set.
 

Methods in com.bea.wlw.netui.tags.databinding.repeater that return DataAccessProvider
 DataAccessProvider Repeater.getProviderParent()
          Get the parent DataAccessProvider for this tag.
 

Uses of DataAccessProvider in com.bea.wlw.netui.tags.naming
 

Methods in com.bea.wlw.netui.tags.naming that return DataAccessProvider
protected  DataAccessProvider IndexedNameInterceptor.getCurrentProvider()
          A default method to find the "current" DataAccessProvider.
 


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