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

com.bea.wlw.netui.tags.html
Interface Formattable

All Known Implementing Classes:
AnchorColumn, BasicColumn, ExpressionColumn, FormattableColumn, ImageColumn, Label, Select, SortFilterColumn, TextArea, TextBox

public interface Formattable

Interface that indicates whether or not a tag's output can be formatted with by a FormatTag.


Method Summary
 void addFormatter(FormatTag.Formatter formatter)
          Adds a FormatTag.Formatter instance to the tag's set of formatters.
 

Method Detail

addFormatter

void addFormatter(FormatTag.Formatter formatter)
Adds a FormatTag.Formatter instance to the tag's set of formatters.

Parameters:
formatter - - the formatter instance to add to the Formattable tag's set of formatters.

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