Class TextInput.Multiline

  • Enclosing class:
    TextInput

    public static class TextInput.Multiline
    extends Object
    • Constructor Detail

      • Multiline

        public Multiline()
    • Method Detail

      • maxLines

        public Integer maxLines()
        The maximum length of input, or null to disable any limits
      • height

        public Integer height()
        The height of this input, default value is 32
      • maxLines

        public TextInput.Multiline maxLines​(Integer maxLines)
        The maximum length of input, or null to disable any limits
        Returns:
        this.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object