Class Ui5Input


  • public class Ui5Input
    extends Ui5InputFieldBase
    Java wrapper for UI5 web component ui5-input

    suggestions and form support are not supported

    • Constructor Detail

      • Ui5Input

        public Ui5Input()
        default constructor
    • Method Detail

      • setMaxLength

        public void setMaxLength​(int maxLength)
        set maxlength attribute of ui5-input
        Parameters:
        maxLength - positive number
      • setType

        public void setType​(Ui5Input.InputType inputType)
        sets type attribute of ui5-input
        Parameters:
        inputType - input type
      • addIcon

        public void addIcon​(Ui5Icon icon)
        adds an icon to the input field
        Parameters:
        icon - icon to add