|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHtmlEvents
Method Summary | |
---|---|
void |
setOnClick(String onclick)
Sets the onClick javascript event. |
void |
setOnDblClick(String ondblclick)
Sets the onDblClick javascript event. |
void |
setOnKeyDown(String onkeydown)
Sets the onKeyDown javascript event. |
void |
setOnKeyPress(String onkeypress)
Sets the onKeyPress javascript event. |
void |
setOnKeyUp(String onkeyup)
Sets the onKeyUp javascript event. |
void |
setOnMouseDown(String onmousedown)
Sets the onMouseDown javascript event. |
void |
setOnMouseMove(String onmousemove)
Sets the onMouseMove javascript event. |
void |
setOnMouseOut(String onmouseout)
Sets the onMouseOut javascript event. |
void |
setOnMouseOver(String onmouseover)
Sets the onMouseOver javascript event. |
void |
setOnMouseUp(String onmouseup)
Sets the onMouseUp javascript event. |
Method Detail |
---|
void setOnClick(String onclick)
onclick
- - the onClick event.void setOnDblClick(String ondblclick)
ondblclick
- - the onDblClick event.void setOnKeyDown(String onkeydown)
onkeydown
- - the onKeyDown event.void setOnKeyPress(String onkeypress)
onkeypress
- - the onKeyPress event.void setOnKeyUp(String onkeyup)
onkeyup
- - the onKeyUp event.void setOnMouseDown(String onmousedown)
onmousedown
- - the onMouseDown event.void setOnMouseMove(String onmousemove)
onmousemove
- - the onMouseMove event.void setOnMouseOut(String onmouseout)
onmouseout
- - the onMouseOut event.void setOnMouseOver(String onmouseover)
onmouseover
- - the onMouseOver event.void setOnMouseUp(String onmouseup)
onmouseup
- - the onMouseUp event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |