Package com.vaadin.client.ui
Class VScrollTable.ContextMenuDetails
- java.lang.Object
-
- 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.
-
-
Constructor Summary
Constructors Constructor Description ContextMenuDetails(VContextMenu menu, String rowKey, int left, int top)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClose(com.google.gwt.event.logical.shared.CloseEvent<com.google.gwt.user.client.ui.PopupPanel> event)
-
-
-
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)
-
-