public static interface HamletSpec.EventsAttrs
| Modifier and Type | Method and Description | 
|---|---|
| HamletSpec.EventsAttrs | $onclick(String onclick)a pointer button was clicked | 
| HamletSpec.EventsAttrs | $ondblclick(String ondblclick)a pointer button was double clicked | 
| HamletSpec.EventsAttrs | $onkeydown(String onkeydown)a key was pressed down | 
| HamletSpec.EventsAttrs | $onkeypress(String onkeypress)a key was pressed and released | 
| HamletSpec.EventsAttrs | $onkeyup(String onkeyup)a key was released | 
| HamletSpec.EventsAttrs | $onmousedown(String onmousedown)a pointer button was pressed down | 
| HamletSpec.EventsAttrs | $onmousemove(String onmousemove)a pointer was moved within | 
| HamletSpec.EventsAttrs | $onmouseout(String onmouseout)a pointer was moved away | 
| HamletSpec.EventsAttrs | $onmouseover(String onmouseover)a pointer was moved onto | 
| HamletSpec.EventsAttrs | $onmouseup(String onmouseup)a pointer button was released | 
HamletSpec.EventsAttrs $onclick(String onclick)
onclick - the scriptHamletSpec.EventsAttrs $ondblclick(String ondblclick)
ondblclick - the scriptHamletSpec.EventsAttrs $onmousedown(String onmousedown)
onmousedown - the scriptHamletSpec.EventsAttrs $onmouseup(String onmouseup)
onmouseup - the scriptHamletSpec.EventsAttrs $onmouseover(String onmouseover)
onmouseover - the scriptHamletSpec.EventsAttrs $onmousemove(String onmousemove)
onmousemove - the scriptHamletSpec.EventsAttrs $onmouseout(String onmouseout)
onmouseout - the scriptHamletSpec.EventsAttrs $onkeypress(String onkeypress)
onkeypress - the scriptHamletSpec.EventsAttrs $onkeydown(String onkeydown)
onkeydown - the scriptHamletSpec.EventsAttrs $onkeyup(String onkeyup)
onkeyup - the scriptCopyright © 2008–2023 Apache Software Foundation. All rights reserved.