Interface BasicInputView

  • All Known Implementing Classes:
    BasicInputViewImpl

    public interface BasicInputView
    Input or view defined by a plugin has a title, a set of input properties and a custom action button name
    • Method Detail

      • getTitle

        java.lang.String getTitle()
        Returns:
        title for the input view
      • getDescription

        java.lang.String getDescription()
        Returns:
        Description of the action
      • getActionId

        java.lang.String getActionId()
        Returns:
        action ID
      • getProperties

        java.util.List<Property> getProperties()
        Returns:
        the sections
      • getButtonTitle

        java.lang.String getButtonTitle()
        Returns:
        title for the button to perform the action