Package com.hp.lft.sdk.web
Class MouseEventInfo
java.lang.Object
com.hp.lft.sdk.web.EventInfo
com.hp.lft.sdk.web.MouseEventInfo
The HTML mouse event info to be used for the FireEvent method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the button of the mouse that is used with the event.Returns the location to be used by the event.void
setButton
(MouseButton button) Sets the button of the mouse that is used with the event.void
setLocation
(Location location) Sets the location to be used by the event.
-
Method Details
-
getButton
Returns the button of the mouse that is used with the event. Default value: LEFT- Returns:
- the button of the mouse that is used with the event.
-
setButton
Sets the button of the mouse that is used with the event.- Parameters:
button
- the button of the mouse that is used with the event.
-
getLocation
Returns the location to be used by the event. Default value: CENTER- Returns:
- the location to be used by the event.
-
setLocation
Sets the location to be used by the event.- Parameters:
location
- the location to be used by the event.
-