Interface IUiFieldEditor

All Known Subinterfaces:
IIvyScriptEditor

public interface IUiFieldEditor
A UI field created on an UiEditorExtension.
Since:
9.4
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • getText

      String getText()
      Returns:
      the actual value of the field
      API:
      This public API is available in Java.
    • setText

      void setText(String text)
      Parameters:
      text - the value to be set on the field
      API:
      This public API is available in Java.