Class UiNotificationBar.ItemClickedEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiNotificationBar

    public static class UiNotificationBar.ItemClickedEvent
    extends java.lang.Object
    implements UiEvent
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String componentId  
      protected java.lang.String id  
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemClickedEvent()
      Deprecated.
      Only for Jackson deserialization.
      ItemClickedEvent​(java.lang.String componentId, java.lang.String id)  
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • id

        protected java.lang.String id
    • Constructor Detail

      • ItemClickedEvent

        @Deprecated
        public ItemClickedEvent()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • ItemClickedEvent

        public ItemClickedEvent​(java.lang.String componentId,
                                java.lang.String id)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent
      • getId

        public java.lang.String getId()