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.base.StructuredBaseTag

Packages that use StructuredBaseTag
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   
com.bea.wlw.netui.tags.databinding.repeater   
com.bea.wlw.netui.tags.databinding.repeater.choice   
com.bea.wlw.netui.tags.databinding.repeater.pad   
 

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

Subclasses of StructuredBaseTag 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.
 class GridComponent
          An abstract base class for all tags that can be contained directly inside of a Grid tag.
 

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

Subclasses of StructuredBaseTag 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 StructuredBaseTag in com.bea.wlw.netui.tags.databinding.grid.pager
 

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

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

Subclasses of StructuredBaseTag 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.
 

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

Subclasses of StructuredBaseTag in com.bea.wlw.netui.tags.databinding.repeater
 class RepeaterComponent
          The base class for tags that are part of the Repeater tag set and participate in the structured nature of Repeater rendering.
 class RepeaterFooter
          This tag is used to render the footer of a Repeater.
 class RepeaterHeader
          This tag is used to render the header of a Repeater.
 class RepeaterItem
          This tag is used to render each item in the data set.
 

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

Subclasses of StructuredBaseTag in com.bea.wlw.netui.tags.databinding.repeater.choice
 class Choice
          A tag that when nested in a RepeaterItem allows its body to be rendered conditionally.
 

Uses of StructuredBaseTag in com.bea.wlw.netui.tags.databinding.repeater.pad
 

Subclasses of StructuredBaseTag in com.bea.wlw.netui.tags.databinding.repeater.pad
 class Pad
           A tag that affects the number of items that are rendered in a Repeater.
 


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