RichFaces UI Components UI 4.3.0.CR1

org.richfaces.component.attribute
Interface EventsKeyProps

All Known Subinterfaces:
CommandButtonProps

public interface EventsKeyProps

Interface defining the methods for events-key-props.xml

Author:
Brian Leathem

Method Summary
 String getOnkeydown()
          Javascript code executed when a key is pressed down over this element.
 String getOnkeypress()
          Javascript code executed when a key is pressed and released over this element.
 String getOnkeyup()
          Javascript code executed when a key is released over this element.
 

Method Detail

getOnkeypress

String getOnkeypress()
Javascript code executed when a key is pressed and released over this element.


getOnkeydown

String getOnkeydown()
Javascript code executed when a key is pressed down over this element.


getOnkeyup

String getOnkeyup()
Javascript code executed when a key is released over this element.


RichFaces UI Components UI 4.3.0.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.