We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
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 and Description ContextMenuDetails(VContextMenu menu, String rowKey, int left, int top)
-
Method Summary
All Methods Modifier and Type Method and 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)
-
-