AS400FieldModel

AS400FieldModel is a field model designed particularly for iSeries users. This field model sets the following default properties:

dataAttributes
Instance of DataAttributes with:
  • autoAdvance: false
  • dataLength: 10
  • dataType: character
  • decimalPlaces: 0
  • decimalSymbol: .
  • reverseImageColor: java.awt.Color.red
formatter
Instance of EditcodeEditwordFormatter with:
  • currencySymbol: $
  • dateSeparator: /
  • editCode: None
  • editCodeParmType: None
  • editWord: Null
  • thousandSeparator: ,
keystroke verifier
Instance of NumericCharacterDocument with:
  • documentProperties: {tabSize=8}
validator
Instance of ComparisonRangeValidator with:
  • collatorStrength: PRIMARY
  • comparisonType: None
  • comparisonValue: Null
  • decompositionMode: NO
  • maximumRange: Null
  • minimumRange: Null
  • nullAllowed: True
  • validityCheckType: None

For additional information about Swing architecture, see the following Web site:

http://java.sun.com/products/jfc/tsc/articles/architecture/index.html

Related reference
JFormatted beans
JFormatted beans - FieldModel
JFormattedTextField bean
JFormattedLabel bean
JFormattedComboBox bean
JFormattedTable bean
JFormattedTableColumn
DefaultFieldModel
Related information
AS400FieldModel