org.apache.myfaces.component
Interface FocusBlurProperties

All Known Implementing Classes:
AbstractHtmlRadio, AbstractSelectOneRow

public interface FocusBlurProperties


Method Summary
 String getOnblur()
          HTML: Specifies a script to be invoked when the element loses focus.
 String getOnfocus()
          HTML: Specifies a script to be invoked when the element receives focus.
 

Method Detail

getOnblur

String getOnblur()
HTML: Specifies a script to be invoked when the element loses focus.


getOnfocus

String getOnfocus()
HTML: Specifies a script to be invoked when the element receives focus.



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