com.vaadin.client.ui.

Class VScrollTable.ContextMenuDetails

  • All Implemented Interfaces:

    com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>, com.google.gwt.event.shared.EventHandler

    Enclosing class:

    VScrollTable


    public class VScrollTable.ContextMenuDetails
    extends Object
    implements com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>

    Used to recall the position of an open context menu if we need to close and reopen it during a row update.

    For internal use only. May be removed or replaced in the future.

    • Field Detail

      • rowKey

        public String rowKey
      • left

        public int left
      • top

        public int top
    • Constructor Detail

      • ContextMenuDetails

        public ContextMenuDetails(VContextMenu menu,
                                  String rowKey,
                                  int left,
                                  int top)
    • Method Detail

      • onClose

        public void onClose(com.google.gwt.event.logical.shared.CloseEvent<com.google.gwt.user.client.ui.PopupPanel> event)

        Specified by:

        onClose in interface com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>