com.businessobjects.jsf.sdk.event
Class SubmitClickedEvent

java.lang.Object
  extended byActionEvent
      extended bycom.businessobjects.jsf.sdk.event.SubmitClickedEvent

public class SubmitClickedEvent
extends ActionEvent

Occurs when the component's submit button is clicked.

See Also:
Serialized Form

Constructor Summary
SubmitClickedEvent(UIComponent component)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitClickedEvent

public SubmitClickedEvent(UIComponent component)