org.apache.myfaces.component
Interface FocusBlurProperties

All Known Implementing Classes:
AbstractSelectOneRow, SelectOneRow

public interface FocusBlurProperties


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

Method Detail

getOnblur

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


getOnfocus

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



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