JFormattedTextFieldCellEditor bean

The JFormattedTextFieldCellEditor bean is a table cell editor component that supports edit code, edit word, formatting, and verification of iSeries data. Use it with a JFormattedTableColumn. The JFormattedTextFieldCellEditor bean has the same behavior as the JFormattedTextField bean, but with an extra feature: it implements the TableCellEditor interface. The getTableCellEditorComponent() method returns the original unformatted text. The actual formatting is performed by the cell renderer when the editing finishes.

By default, JFormattedTextFieldCellEditor uses the AS400FieldModel.

Related reference
JFormatted beans
JFormattedTextField bean
JFormattedTable bean
JFormattedTableColumn bean
JFormattedComboBoxCellEditor bean
JFormattedLabelCellRenderer bean
Related information
JFormattedTextFieldCellEditor