Uses of Class
com.vaadin.copilot.ComponentEventCollector.ComponentEvent
Packages that use ComponentEventCollector.ComponentEvent
-
Uses of ComponentEventCollector.ComponentEvent in com.vaadin.copilot
Methods in com.vaadin.copilot that return types with arguments of type ComponentEventCollector.ComponentEventModifier and TypeMethodDescriptionComponentEventCollector.EventCollectionResult.componentTagEventListMap()Returns the value of thecomponentTagEventListMaprecord component.ComponentEventCollector.EventCollectionResult.javaQualifiedClassNameEventListMap()Returns the value of thejavaQualifiedClassNameEventListMaprecord component.Constructor parameters in com.vaadin.copilot with type arguments of type ComponentEventCollector.ComponentEventModifierConstructorDescriptionEventCollectionResult(Map<String, Set<ComponentEventCollector.ComponentEvent>> javaQualifiedClassNameEventListMap, Map<String, Set<ComponentEventCollector.ComponentEvent>> componentTagEventListMap) Creates an instance of aEventCollectionResultrecord class.