Class TextInput

    • Method Detail

      • width

        public int width()
        The width of this text input
      • label

        public BaseComponent label()
        The label of this text input
      • labelVisible

        public boolean labelVisible()
        The visibility of this text inputs label
      • initial

        public String initial()
        The initial value of this text input
      • maxLength

        public int maxLength()
      • multiline

        public TextInput.Multiline multiline()
        if set, allows users to input multiple lines
      • width

        public TextInput width​(int width)
        The width of this text input
        Returns:
        this.
      • labelVisible

        public TextInput labelVisible​(boolean labelVisible)
        The visibility of this text inputs label
        Returns:
        this.
      • initial

        public TextInput initial​(String initial)
        The initial value of this text input
        Returns:
        this.
      • maxLength

        public TextInput maxLength​(int maxLength)
        Returns:
        this.