com.sapportals.portal.prt.util.html

Interface IHtmlEventListener

All Known Implementing Classes:
HtmlAnchor, HtmlButtonInput, HtmlCheckBox, HtmlContainerIdentifiableWithEvents, HtmlDiv, HtmlEventingFormItem, HtmlFocusEventingFormItem, HtmlFormItem, HtmlHiddenInput, HtmlImage, HtmlInput, HtmlPasswordInput, HtmlRadio, HtmlResetInput, HtmlSelect, HtmlSpan, HtmlSubmitInput, HtmlTable, HtmlTextArea, HtmlTextInput

public interface IHtmlEventListener

IHtmlEventListener.java Created: Wed Nov 10 12:21:56 1999


Method Summary
 HtmlInlineScript getOnClick()
          What to do when the user click on the form item.
 HtmlInlineScript getOnKeyDown()
          What to do when a key is down.
 HtmlInlineScript getOnKeyPress()
          What to do when a key is pressed.
 HtmlInlineScript getOnKeyUp()
          What to do when a key is up.
 HtmlInlineScript getOnMouseOver()
          What to do when the mouse is over.
 IHtmlEventListener setOnClick(HtmlInlineScript v)
           
 IHtmlEventListener setOnKeyDown(HtmlInlineScript v)
           
 IHtmlEventListener setOnKeyPress(HtmlInlineScript v)
           
 IHtmlEventListener setOnKeyUp(HtmlInlineScript v)
           
 IHtmlEventListener setOnMouseOver(HtmlInlineScript v)
           
 

Method Detail

getOnKeyPress

HtmlInlineScript getOnKeyPress()
What to do when a key is pressed.


setOnKeyPress

IHtmlEventListener setOnKeyPress(HtmlInlineScript v)

getOnKeyDown

HtmlInlineScript getOnKeyDown()
What to do when a key is down.


setOnKeyDown

IHtmlEventListener setOnKeyDown(HtmlInlineScript v)

getOnKeyUp

HtmlInlineScript getOnKeyUp()
What to do when a key is up.


setOnKeyUp

IHtmlEventListener setOnKeyUp(HtmlInlineScript v)

getOnClick

HtmlInlineScript getOnClick()
What to do when the user click on the form item.


setOnClick

IHtmlEventListener setOnClick(HtmlInlineScript v)

getOnMouseOver

HtmlInlineScript getOnMouseOver()
What to do when the mouse is over.


setOnMouseOver

IHtmlEventListener setOnMouseOver(HtmlInlineScript v)
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] tc/epbc/prt/api api EP-PIN
[sap.com] EP-BASIS-API [sap.com] epbc.prtapi._apideprecated default EP-PIN-PRT


Copyright 2011 SAP AG Complete Copyright Notice