Uses of Class
com.vaadin.shared.MouseEventDetails
-
-
Uses of MouseEventDetails in com.vaadin.client
Methods in com.vaadin.client that return MouseEventDetails Modifier and Type Method Description static MouseEventDetails
MouseEventDetailsBuilder. buildMouseEventDetails(com.google.gwt.dom.client.NativeEvent evt)
Construct aMouseEventDetails
object from the given event.static MouseEventDetails
MouseEventDetailsBuilder. buildMouseEventDetails(com.google.gwt.dom.client.NativeEvent evt, com.google.gwt.dom.client.Element relativeToElement)
Construct aMouseEventDetails
object from the given event. -
Uses of MouseEventDetails in com.vaadin.client.connectors.grid
Methods in com.vaadin.client.connectors.grid with parameters of type MouseEventDetails Modifier and Type Method Description protected void
GridConnector. sendContextClickEvent(MouseEventDetails details, com.google.gwt.dom.client.EventTarget eventTarget)
-
Uses of MouseEventDetails in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type MouseEventDetails Modifier and Type Method Description protected abstract void
ClickEventHandler. fireClick(com.google.gwt.dom.client.NativeEvent event, MouseEventDetails mouseDetails)
Sends the click event to the server.protected void
AbstractComponentConnector. sendContextClickEvent(MouseEventDetails details, com.google.gwt.dom.client.EventTarget eventTarget)
This method sends the context menu event to the server-side. -
Uses of MouseEventDetails in com.vaadin.client.ui.composite
Methods in com.vaadin.client.ui.composite with parameters of type MouseEventDetails Modifier and Type Method Description protected void
CompositeConnector. sendContextClickEvent(MouseEventDetails details, com.google.gwt.dom.client.EventTarget eventTarget)
-
Uses of MouseEventDetails in com.vaadin.event
Methods in com.vaadin.event that return MouseEventDetails Modifier and Type Method Description MouseEventDetails
MouseEvents.ClickEvent. getMouseEventDetails()
Returns an information about mouse event like position, buttons pressed etc.Methods in com.vaadin.event with parameters of type MouseEventDetails Modifier and Type Method Description static LayoutEvents.LayoutClickEvent
LayoutEvents.LayoutClickEvent. createEvent(ComponentContainer layout, MouseEventDetails mouseDetails, Connector clickedConnector)
Constructors in com.vaadin.event with parameters of type MouseEventDetails Constructor Description ClickEvent(Component source, MouseEventDetails mouseEventDetails)
ContextClickEvent(Component source, MouseEventDetails mouseEventDetails)
LayoutClickEvent(Component source, MouseEventDetails mouseEventDetails, Component clickedComponent, Component childComponent)
-
Uses of MouseEventDetails in com.vaadin.event.dd
Methods in com.vaadin.event.dd that return MouseEventDetails Modifier and Type Method Description MouseEventDetails
TargetDetailsImpl. getMouseEvent()
Deprecated. -
Uses of MouseEventDetails in com.vaadin.shared
Methods in com.vaadin.shared that return MouseEventDetails Modifier and Type Method Description static MouseEventDetails
MouseEventDetails. deSerialize(String serializedString)
Methods in com.vaadin.shared with parameters of type MouseEventDetails Modifier and Type Method Description void
ContextClickRpc. contextClick(MouseEventDetails details)
-
Uses of MouseEventDetails in com.vaadin.shared.ui
Methods in com.vaadin.shared.ui with parameters of type MouseEventDetails Modifier and Type Method Description void
ClickRpc. click(MouseEventDetails mouseDetails)
Called when a click event has occurred and there are server side listeners for the event.void
LayoutClickRpc. layoutClick(MouseEventDetails mouseDetails, Connector clickedConnector)
Called when a layout click event has occurred and there are server side listeners for the event. -
Uses of MouseEventDetails in com.vaadin.shared.ui.button
Methods in com.vaadin.shared.ui.button with parameters of type MouseEventDetails Modifier and Type Method Description void
ButtonServerRpc. click(MouseEventDetails mouseEventDetails)
Button click event. -
Uses of MouseEventDetails in com.vaadin.shared.ui.checkbox
Methods in com.vaadin.shared.ui.checkbox with parameters of type MouseEventDetails Modifier and Type Method Description void
CheckBoxServerRpc. setChecked(boolean checked, MouseEventDetails mouseEventDetails)
-
Uses of MouseEventDetails in com.vaadin.shared.ui.dnd
Methods in com.vaadin.shared.ui.dnd with parameters of type MouseEventDetails Modifier and Type Method Description void
DropTargetRpc. drop(List<String> types, Map<String,String> data, String dropEffect, MouseEventDetails mouseEventDetails)
Called when drop event happens on client side. -
Uses of MouseEventDetails in com.vaadin.shared.ui.grid
Methods in com.vaadin.shared.ui.grid with parameters of type MouseEventDetails Modifier and Type Method Description void
GridServerRpc. contextClick(int rowIndex, String rowKey, String columnInternalId, GridConstants.Section section, MouseEventDetails details)
Informs the server that a context click has happened inside of Grid.void
GridDropTargetRpc. drop(List<String> types, Map<String,String> data, String dropEffect, String rowKey, DropLocation dropLocation, MouseEventDetails mouseEventDetails)
Called when drop event happens on client side.void
GridServerRpc. itemClick(String rowKey, String columnInternalId, MouseEventDetails details, int rowIndex)
Informs the server that an item has been clicked in Grid. -
Uses of MouseEventDetails in com.vaadin.shared.ui.grid.renderers
Methods in com.vaadin.shared.ui.grid.renderers with parameters of type MouseEventDetails Modifier and Type Method Description void
RendererClickRpc. click(String rowKey, String columnId, MouseEventDetails mouseDetails)
Called when a click event has occurred and there are server side listeners for the event. -
Uses of MouseEventDetails in com.vaadin.shared.ui.splitpanel
Methods in com.vaadin.shared.ui.splitpanel with parameters of type MouseEventDetails Modifier and Type Method Description void
AbstractSplitPanelRpc. splitterClick(MouseEventDetails mouseDetails)
Called when a click event has occurred on the splitter. -
Uses of MouseEventDetails in com.vaadin.shared.ui.treegrid
Methods in com.vaadin.shared.ui.treegrid with parameters of type MouseEventDetails Modifier and Type Method Description void
TreeGridDropTargetRpc. drop(List<String> types, Map<String,String> data, String dropEffect, String rowKey, Integer depth, Boolean collapsed, DropLocation dropLocation, MouseEventDetails mouseEventDetails)
Called when drop event happens on client side. -
Uses of MouseEventDetails in com.vaadin.ui
Methods in com.vaadin.ui that return MouseEventDetails Modifier and Type Method Description MouseEventDetails
DragAndDropWrapper.WrapperTransferable. getMouseDownEvent()
Deprecated.MouseEventDetails
Grid.ItemClick. getMouseEventDetails()
Returns the mouse event details.MouseEventDetails
Tree.ItemClick. getMouseEventDetails()
Returns the mouse event details.Methods in com.vaadin.ui with parameters of type MouseEventDetails Modifier and Type Method Description protected void
Button. fireClick(MouseEventDetails details)
Fires a click event to all listeners.Constructors in com.vaadin.ui with parameters of type MouseEventDetails Constructor Description ClickEvent(Component source, MouseEventDetails details)
Constructor with mouse details.GridContextClickEvent(Grid<T> source, MouseEventDetails mouseEventDetails, GridConstants.Section section, int rowIndex, T item, Grid.Column<T,?> column)
Creates a new context click event.ItemClick(Grid<T> source, Grid.Column<T,?> column, T item, MouseEventDetails mouseEventDetails, int rowIndex)
Creates a newItemClick
event containing the given item and Column originating from the given Grid.ItemClick(Tree<T> source, T item, MouseEventDetails mouseEventDetails)
Constructs a new item click.SplitterClickEvent(Component source, MouseEventDetails mouseEventDetails)
TreeContextClickEvent(Tree<T> source, MouseEventDetails mouseEventDetails, T item)
Creates a new context click event. -
Uses of MouseEventDetails in com.vaadin.ui.components.grid
Constructors in com.vaadin.ui.components.grid with parameters of type MouseEventDetails Constructor Description GridDropEvent(Grid<T> target, Map<String,String> data, DropEffect dropEffect, DragSourceExtension<? extends AbstractComponent> dragSourceExtension, T dropTargetRow, DropLocation dropLocation, MouseEventDetails mouseEventDetails)
Creates a Grid row drop event.TreeGridDropEvent(TreeGrid<T> target, Map<String,String> data, DropEffect dropEffect, DragSourceExtension<? extends AbstractComponent> dragSourceExtension, T dropTargetRow, DropLocation dropLocation, MouseEventDetails mouseEventDetails, Integer depth, Boolean collapsed)
Creates a TreeGrid row drop event. -
Uses of MouseEventDetails in com.vaadin.ui.dnd
Methods in com.vaadin.ui.dnd with parameters of type MouseEventDetails Modifier and Type Method Description protected void
DropTargetExtension. onDrop(List<String> types, Map<String,String> data, DropEffect dropEffect, MouseEventDetails mouseEventDetails)
Invoked when adrop
has been received from client side. -
Uses of MouseEventDetails in com.vaadin.ui.dnd.event
Methods in com.vaadin.ui.dnd.event that return MouseEventDetails Modifier and Type Method Description MouseEventDetails
DropEvent. getMouseEventDetails()
Gets the mouse event details for the drop event.Constructors in com.vaadin.ui.dnd.event with parameters of type MouseEventDetails Constructor Description DropEvent(T target, Map<String,String> data, DropEffect dropEffect, DragSourceExtension<? extends AbstractComponent> dragSourceExtension, MouseEventDetails mouseEventDetails)
Creates a server side drop event. -
Uses of MouseEventDetails in com.vaadin.ui.renderers
Constructors in com.vaadin.ui.renderers with parameters of type MouseEventDetails Constructor Description RendererClickEvent(Grid<T> source, T item, Grid.Column<T,?> column, MouseEventDetails mouseEventDetails)
-