|
BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormatTag.Formatter | |
|---|---|
| com.bea.wlw.netui.tags.databinding.grid.column | |
| com.bea.wlw.netui.tags.html | |
| Uses of FormatTag.Formatter in com.bea.wlw.netui.tags.databinding.grid.column |
|---|
| Methods in com.bea.wlw.netui.tags.databinding.grid.column with parameters of type FormatTag.Formatter | |
|---|---|
void |
FormattableColumn.addFormatter(FormatTag.Formatter formatter)
Add a FormatTag to this
tag. |
| Uses of FormatTag.Formatter in com.bea.wlw.netui.tags.html |
|---|
| Subclasses of FormatTag.Formatter in com.bea.wlw.netui.tags.html | |
|---|---|
static class |
FormatDate.DateFormatter
Internal FormatTag.Formatter which uses SimpleDateFormat. |
static class |
FormatNumber.NumberFormatter
Internal FormatTag.Formatter which uses NumberFormat. |
static class |
FormatString.StringFormatter
Internal FormatTag.Formatter which performs its own string parsing and formatting. |
| Methods in com.bea.wlw.netui.tags.html with parameters of type FormatTag.Formatter | |
|---|---|
void |
TextBox.addFormatter(FormatTag.Formatter formatter)
Adds a FormatTag.Formatter to the TextBox's set of formatters |
void |
TextArea.addFormatter(FormatTag.Formatter formatter)
Adds a FormatTag.Formatter to the TextArea's set of formatters |
void |
Select.addFormatter(FormatTag.Formatter formatter)
Adds a FormatTag.Formatter to the Select's set of formatters |
void |
Label.addFormatter(FormatTag.Formatter formatter)
Adds a FormatTag.Formatter to the Label's set of formatters |
void |
Formattable.addFormatter(FormatTag.Formatter formatter)
Adds a FormatTag.Formatter instance to the 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. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||