Class UiControlEvent


  • public final class UiControlEvent
    extends Event
    This event is fired when a user interacted with a control in the UI, for example clicked on a button, entered text, ...
    • Constructor Detail

      • UiControlEvent

        public UiControlEvent​(String id,
                              Object payload)
    • Method Detail

      • getId

        public String getId()
        Returns the control ID
      • getPayload

        public Object getPayload()
        Payload depends on the type of action and the control