com.vaadin.client.ui
Class VScrollTable.ContextMenuDetails

java.lang.Object
  extended by com.vaadin.client.ui.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 Summary
 int left
           
 String rowKey
           
 int top
           
 
Constructor Summary
VScrollTable.ContextMenuDetails(com.vaadin.client.ui.VContextMenu menu, String rowKey, int left, int top)
           
 
Method Summary
 void onClose(com.google.gwt.event.logical.shared.CloseEvent<com.google.gwt.user.client.ui.PopupPanel> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowKey

public String rowKey

left

public int left

top

public int top
Constructor Detail

VScrollTable.ContextMenuDetails

public VScrollTable.ContextMenuDetails(com.vaadin.client.ui.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>


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.