Uses of Class
com.vaadin.shared.MouseEventDetails
-
-
Uses of MouseEventDetails in com.vaadin.shared
Methods in com.vaadin.shared that return MouseEventDetails Modifier and Type Method Description static MouseEventDetailsMouseEventDetails. deSerialize(String serializedString)Methods in com.vaadin.shared with parameters of type MouseEventDetails Modifier and Type Method Description voidContextClickRpc. 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 voidClickRpc. click(MouseEventDetails mouseDetails)Called when a click event has occurred and there are server side listeners for the event.voidLayoutClickRpc. 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 voidButtonServerRpc. 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 voidCheckBoxServerRpc. 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 voidDropTargetRpc. 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 voidGridServerRpc. contextClick(int rowIndex, String rowKey, String columnInternalId, GridConstants.Section section, MouseEventDetails details)Informs the server that a context click has happened inside of Grid.voidGridDropTargetRpc. drop(List<String> types, Map<String,String> data, String dropEffect, String rowKey, DropLocation dropLocation, MouseEventDetails mouseEventDetails)Called when drop event happens on client side.voidGridServerRpc. 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 voidRendererClickRpc. 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 voidAbstractSplitPanelRpc. 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 voidTreeGridDropTargetRpc. 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.
-