org.apache.myfaces.html5.component.properties
Interface GlobalEventProperties

All Known Implementing Classes:
AbstractAudio, AbstractDiv, AbstractMedia, AbstractMeter, AbstractProgress, AbstractSlide, AbstractSlideView, AbstractVideo, Audio, Div, Media, Meter, Progress, Slide, SlideView, Video

public interface GlobalEventProperties


Method Summary
 String getOnblur()
          HTML: Specifies a script to be invoked when the element loses focus.
 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 getOnfocus()
          HTML: Specifies a script to be invoked when the element receives focus.
 

Method Detail

getOnclick

@JSFProperty(clientEvent="click")
String getOnclick()
HTML: Script to be invoked when the element is clicked.


getOndblclick

@JSFProperty(clientEvent="dblclick")
String getOndblclick()
HTML: Script to be invoked when the element is double-clicked.


getOnblur

@JSFProperty(clientEvent="blur")
String getOnblur()
HTML: Specifies a script to be invoked when the element loses focus.


getOnfocus

@JSFProperty(clientEvent="focus")
String getOnfocus()
HTML: Specifies a script to be invoked when the element receives focus.



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