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.html.Formattable

Packages that use Formattable
com.bea.wlw.netui.tags.databinding.grid.column   
com.bea.wlw.netui.tags.html   
 

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

Classes in com.bea.wlw.netui.tags.databinding.grid.column that implement Formattable
 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 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 Formattable in com.bea.wlw.netui.tags.html
 

Classes in com.bea.wlw.netui.tags.html that implement Formattable
 class Label
          Generates styled text span based on an expression or literal value.
 class Select
          Renders a select containing a set of SelectOptions.
 class TextArea
          Renders a databound TextArea with the given attributes.
 class TextBox
          Renders a databound TextBox with the given attributes.
 


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