com.sapportals.portal.prt.util.html
Interface IHtmlEventListener

All Known Implementing Classes:
HtmlContainerIdentifiableWithEvents, HtmlImage

public interface IHtmlEventListener

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

Version:
$Revision: #3 $

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

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

setOnKeyPress

public IHtmlEventListener setOnKeyPress(HtmlInlineScript v)

getOnKeyDown

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

setOnKeyDown

public IHtmlEventListener setOnKeyDown(HtmlInlineScript v)

getOnKeyUp

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

setOnKeyUp

public IHtmlEventListener setOnKeyUp(HtmlInlineScript v)

getOnClick

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

setOnClick

public IHtmlEventListener setOnClick(HtmlInlineScript v)

getOnMouseOver

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

setOnMouseOver

public IHtmlEventListener setOnMouseOver(HtmlInlineScript v)