Interface IFeedback


public interface IFeedback
Represents feedback instructions, which will be sent to the client using the JSON API.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Defines how to open a form for feedback.
    static enum 
    Defines the message type for feedback messages.
    static enum 
    Depending on the target, the handling of the instruction will be passed to core of the client system or to some specific widget.
    static enum 
    Defines the type of this feedback message.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the parameters of this feedback object.
    Returns the target type of this feedback object.
    Returns the type of this feedback object.
  • Method Details

    • getTargetType

      IFeedback.TargetType getTargetType()
      Returns the target type of this feedback object.
      Returns:
      the target type
    • getType

      IFeedback.Type getType()
      Returns the type of this feedback object.
      Returns:
      the type
    • getParams

      Map<String,Object> getParams()
      Returns the parameters of this feedback object.
      Returns:
      the parameters