Class PopupmenuShowEvent

    • Constructor Detail

      • PopupmenuShowEvent

        public PopupmenuShowEvent​(java.util.List<PopupmenuShowEvent.Item> items,
                                  int selected,
                                  int row,
                                  int col)
    • Method Detail

      • getSelected

        public int getSelected()
      • getRow

        public int getRow()
      • getCol

        public int getCol()
      • getEventName

        public java.lang.String getEventName()
        Specified by:
        getEventName in interface UiEvent
      • toString

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