org.apache.myfaces.html5.component.properties
Interface EventProperty

All Known Implementing Classes:
AbstractAnimation, AbstractAnimations, Animation, Animations

public interface EventProperty


Method Summary
 String getEvent()
          A String identifying the type of event the Ajax action will apply to.
 

Method Detail

getEvent

@JSFProperty(deferredValueType="java.lang.String")
String getEvent()
A String identifying the type of event the Ajax action will apply to. If specified, it must be one of the events supported by the component the Ajax behavior is being applied to.For HTML components this would be the set of supported DOM events for the component, plus "action" for Faces ActionSource components and "valueChange" for Faces EditableValueHolder components. If not specified, the default event is determined for the component. The DOM event name is the actual DOM event name (for example: "click") as opposed to (for example: "onclick").



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