Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How do you create a clickable cell hover component?

    Hi,

    I was wondering if anyone could outline how to create a clickable hover component for ListGrid? The canvas I create by overriding getCellHoverComponent disappears as my mouse approaches it. I want to have it prolong for long enough to be clicked on like DateChooser.

    #2
    Facing the same problem as well

    Whenever hover a cell, and the hover component appear, wish it stay there and allow user to click on the content.

    Comment


      #3
      addHoverHiddenHandler?

      this.addHoverHiddenHandler(new HoverHiddenHandler(){

      @Override
      public void onHoverHidden(HoverHiddenEvent event) {

      }

      });

      I am wondering how can i make good use of this handler? Any idea?

      Comment

      Working...
      X