Class LongEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor, PropertyEditor<java.lang.Long>

    public class LongEditor
    extends PropertyEditorSupport<java.lang.Long>
    A property editor for Integer.
    • Constructor Detail

      • LongEditor

        public LongEditor()
    • Method Detail

      • setAsText

        public void setAsText​(java.lang.String text)
        Map the argument text into and Integer using Integer.valueOf.
        Specified by:
        setAsText in interface java.beans.PropertyEditor
        Specified by:
        setAsText in interface PropertyEditor<java.lang.Long>
        Specified by:
        setAsText in class PropertyEditorSupport<java.lang.Long>
        Parameters:
        text - The string to be parsed.