Class AoTextField.Integer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants
Enclosing class:
AoTextField<T>

public static class AoTextField.Integer extends AoTextField<Integer>
A text field containing an Integer value.
See Also:
  • Constructor Details

    • Integer

      public Integer()
      Defaults to columns able to hold the value of Integer.MIN_VALUE.
    • Integer

      public Integer(Integer value)
      Defaults to columns able to hold the value of Integer.MIN_VALUE.
    • Integer

      public Integer(int columns)
    • Integer

      public Integer(Integer value, int columns)
    • Integer

      public Integer(Document doc, Integer value, int columns)