org.apache.myfaces.component
Interface EventAware

All Known Implementing Classes:
AbstractDiv, AbstractHtmlCollapsiblePanel, AbstractHtmlMessage, AbstractHtmlMessages, AbstractHtmlOutputText, AbstractHtmlPanelGroup, AbstractHtmlPanelLayout, AbstractHtmlPanelNavigation, AbstractHtmlPanelNavigationMenu, AbstractHtmlPanelTab, AbstractHtmlPanelTabbedPane, AbstractHtmlPopup, AbstractHtmlRadio, AbstractSelectOneRow, AbstractToggleGroup, AbstractTogglePanel, org.apache.myfaces.component.html.ext.HtmlPanelGroup

public interface EventAware

Since:
1.1.7
Version:
$Revision: 691856 $ $Date: 2008-09-03 21:40:30 -0500 (Wed, 03 Sep 2008) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Method Summary
 String getOnclick()
          HTML: Script to be invoked when the element is clicked.
 String getOndblclick()
          HTML: Script to be invoked when the element is double-clicked.
 String getOnkeydown()
          HTML: Script to be invoked when a key is pressed down over this element.
 String getOnkeypress()
          HTML: Script to be invoked when a key is pressed over this element.
 String getOnkeyup()
          HTML: Script to be invoked when a key is released over this element.
 String getOnmousedown()
          HTML: Script to be invoked when the pointing device is pressed over this element.
 String getOnmousemove()
          HTML: Script to be invoked when the pointing device is moved while it is in this element.
 String getOnmouseout()
          HTML: Script to be invoked when the pointing device is moves out of this element.
 String getOnmouseover()
          HTML: Script to be invoked when the pointing device is moved into this element.
 String getOnmouseup()
          HTML: Script to be invoked when the pointing device is released over this element.
 

Method Detail

getOnclick

String getOnclick()
HTML: Script to be invoked when the element is clicked.


getOndblclick

String getOndblclick()
HTML: Script to be invoked when the element is double-clicked.


getOnkeydown

String getOnkeydown()
HTML: Script to be invoked when a key is pressed down over this element.


getOnkeypress

String getOnkeypress()
HTML: Script to be invoked when a key is pressed over this element.


getOnkeyup

String getOnkeyup()
HTML: Script to be invoked when a key is released over this element.


getOnmousedown

String getOnmousedown()
HTML: Script to be invoked when the pointing device is pressed over this element.


getOnmousemove

String getOnmousemove()
HTML: Script to be invoked when the pointing device is moved while it is in this element.


getOnmouseout

String getOnmouseout()
HTML: Script to be invoked when the pointing device is moves out of this element.


getOnmouseover

String getOnmouseover()
HTML: Script to be invoked when the pointing device is moved into this element.


getOnmouseup

String getOnmouseup()
HTML: Script to be invoked when the pointing device is released over this element.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.