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.GridComponent

Packages that use GridComponent
com.bea.wlw.netui.tags.databinding.grid   
com.bea.wlw.netui.tags.databinding.grid.column   
com.bea.wlw.netui.tags.databinding.grid.pager   
com.bea.wlw.netui.tags.databinding.grid.style   
 

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

Subclasses of GridComponent in com.bea.wlw.netui.tags.databinding.grid
 class Columns
          This tag is a container for the columns that will render the header, data, and footer for each column in a Grid.
 

Uses of GridComponent in com.bea.wlw.netui.tags.databinding.grid.column
 

Subclasses of GridComponent in com.bea.wlw.netui.tags.databinding.grid.column
 class AnchorColumn
           A column that renders an HTML anchor into each data cell in the column.
 class BasicColumn
           A BasicColumn simply renders data from the data set into the page.
 class ExpressionColumn
          A column that can use expressions in addition to formatters to format the value of a data cell.
 class FormattableColumn
          The abstract base class of a GridColumn that can accept NetUI FormatTag tags.
 class GridColumn
           The abstract base class for all column tags that can be children of the Columns tag.
 class ImageColumn
           A column that renders an image in HTML into each data cell in a column.
 class SortFilterColumn
           The abstract base class of a grid column that is sortable and / or filterable.
 

Uses of GridComponent in com.bea.wlw.netui.tags.databinding.grid.pager
 

Subclasses of GridComponent in com.bea.wlw.netui.tags.databinding.grid.pager
 class Pager
          A navigation pager for the grid.
 

Uses of GridComponent in com.bea.wlw.netui.tags.databinding.grid.style
 

Subclasses of GridComponent in com.bea.wlw.netui.tags.databinding.grid.style
 class GridStyle
          A tag that allows parameterization of the style components of the HTML table that a Grid renders.
 


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