Class StringInputBuilder<VT>

    • Method Detail

      • setTextMask

        public StringInputBuilder setTextMask​(String textMask)
        Sets text mask on ContextParameter, used in the dropdown input field.

        Example:

         api.inputBuilderFactory()
              .createStringUserEntry("StringEntry")
              .setTextMask("Enter string value ...")
              .setLabel("A string entry without refresh")
              .setNoRefresh(true)
              .buildContextParameter()
         
        Parameters:
        textMask - text mask
        Returns:
        self