Interface IManagedInputWidgetDescriptionFactory

    • Method Detail

      • createMultilineTextInputField

        IManagedInputWidgetDescription createMultilineTextInputField​(java.lang.String label)
        Returns:
        a multiline input field with given label
      • createComboBoxInputField

        IManagedInputWidgetDescription createComboBoxInputField​(java.lang.String labels,
                                                                java.lang.String[] values)
        Returns:
        a combo box input field with given label and specified list of selectable values.