Interface IFeedback
public interface IFeedback
Represents feedback instructions, which will be sent to the client using the JSON API.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic 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 TypeMethodDescriptionDeprecated.Returns the parameters of this feedback object.Returns the target type of this feedback object.getType()
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
-
getContext
Deprecated.Returns the context of this feedback object.- Returns:
- the target type
-
getParams
Returns the parameters of this feedback object.- Returns:
- the parameters
-