org.apache.myfaces.component
Interface ChangeSelectProperties

All Known Implementing Classes:
AbstractHtmlRadio, AbstractSelectOneRow

public interface ChangeSelectProperties


Method Summary
 String getOnchange()
          HTML: Specifies a script to be invoked when the element is modified.
 String getOnselect()
          HTML: Specifies a script to be invoked when the element is selected.
 

Method Detail

getOnchange

String getOnchange()
HTML: Specifies a script to be invoked when the element is modified.


getOnselect

String getOnselect()
HTML: Specifies a script to be invoked when the element is selected.



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