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<PopupPanel>, com.google.gwt.event.shared.EventHandler
Enclosing class:
VScrollTable

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

Field Detail

rowKey

public java.lang.String rowKey

left

public int left

top

public int top
Constructor Detail

VScrollTable.ContextMenuDetails

public VScrollTable.ContextMenuDetails(VContextMenu menu,
                                       java.lang.String rowKey,
                                       int left,
                                       int top)
Method Detail

onClose

public void onClose(com.google.gwt.event.logical.shared.CloseEvent<PopupPanel> event)
Specified by:
onClose in interface com.google.gwt.event.logical.shared.CloseHandler<PopupPanel>


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.