Class TextFieldEditorSource

    • Constructor Detail

      • TextFieldEditorSource

        public TextFieldEditorSource​(int size)
        Creates a string editor source that will create an input of type "text", with the given size. The default size is 30
      • TextFieldEditorSource

        public TextFieldEditorSource​(int size,
                                     int maxLength)
        Creates a string editor source that will create an input of type "text", with the given size and maxlength.
        Parameters:
        maxLength - Use a negative number to supress the maxLength attribute