HoverAgent"

From Documentation
(Created page with "{{ZATSEssentialsPageHeader}} <tt> HoverAgent</tt> mimics a mouse pointer move over or move out a component. You have to query the target component agent first, then call <tt> ...")
 
Line 2: Line 2:
  
  
 +
__TOC__
 +
 +
 +
= Move Over & Move Out =
  
 
<tt> HoverAgent</tt> mimics a mouse pointer move over or move out a component. You have to query the target component agent first, then call <tt> moveOver() </tt> or <tt> moveOut() </tt>
 
<tt> HoverAgent</tt> mimics a mouse pointer move over or move out a component. You have to query the target component agent first, then call <tt> moveOver() </tt> or <tt> moveOut() </tt>
Line 17: Line 21:
  
  
 +
=Supported Components=
 +
 +
{| border="1" | width="100%"
 +
! <center>Components</center>
 +
! <center>Version</center>
 +
! <center>Note</center>
 +
|-
 +
| Sub-class of <javadoc> org.zkoss.zk.ui.HtmlBasedComponent </javadoc>
 +
| 5, 6
 +
|
 +
|}
  
 
{{ZATSEssentialsPageFooter}}
 
{{ZATSEssentialsPageFooter}}

Revision as of 02:48, 16 May 2012




Move Over & Move Out

HoverAgent mimics a mouse pointer move over or move out a component. You have to query the target component agent first, then call moveOver() or moveOut()


Zats-mimic-moveOver.png Zats-mimic-moveOut.png

desktopAgent.query("button").as(HoverAgent.class).moveOver();

desktopAgent.query("button").as(HoverAgent.class).moveOut();


Supported Components

Components
Version
Note
Sub-class of HtmlBasedComponent 5, 6



Last Update : 2012/05/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.