Class ShortEditor

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

    public class ShortEditor
    extends PropertyEditorSupport<java.lang.Short>
    A property editor for Short.
    • Constructor Detail

      • ShortEditor

        public ShortEditor()
    • Method Detail

      • setAsText

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