org.riotfamily.forms.event
Class EventPropagation
java.lang.Object
org.riotfamily.forms.event.EventPropagation
public class EventPropagation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ON_CLICK
public static final String ON_CLICK
- See Also:
- Constant Field Values
ON_CHANGE
public static final String ON_CHANGE
- See Also:
- Constant Field Values
EventPropagation
public EventPropagation(String triggerId,
String type,
String sourceId)
getTriggerId
public String getTriggerId()
getSourceId
public String getSourceId()
getType
public String getType()
addPropagations
public static void addPropagations(JavaScriptEventAdapter adapter,
List<EventPropagation> list)