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.grid.datacontext.DataContext

Packages that use DataContext
com.bea.wlw.netui.tags.databinding.grid   
com.bea.wlw.netui.tags.databinding.grid.datacontext   
 

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

Methods in com.bea.wlw.netui.tags.databinding.grid that return DataContext
 DataContext GridContext.getDataContext()
          Get the DataContext that contains the data the Grid will render
 DataContext Grid.getDataContext()
           
 

Methods in com.bea.wlw.netui.tags.databinding.grid with parameters of type DataContext
 void GridContext.setDataContext(DataContext dataContext)
          Set the DataContext object that the Grid uses to render data from a data set.
 

Uses of DataContext in com.bea.wlw.netui.tags.databinding.grid.datacontext
 

Subclasses of DataContext in com.bea.wlw.netui.tags.databinding.grid.datacontext
 class EmptyDataContext
          A final class that is the default DataContext in a GridContext; it allows clients to interact with a GridContext when the DataContext has not been initialized because of an error or an exception.
 class RowSetDataContext
           
 

Methods in com.bea.wlw.netui.tags.databinding.grid.datacontext that return DataContext
static DataContext DataContextFactory.createDataContext(Object dataSource)
           
static DataContext DataContextFactory.createEmptyDataContext()
           
 


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