Class ContentChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<ContentAware>
-
- org.vaadin.miki.superfields.contentaware.ContentChangeEvent
-
- All Implemented Interfaces:
Serializable
public class ContentChangeEvent extends com.vaadin.flow.component.ComponentEvent<ContentAware>
Event related to content aware components.- Since:
- 2021-01-29
- Author:
- miki
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ContentChangeEvent(ContentAware source, boolean fromClient, int addedNodes, int removedNodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfAddedNodes()intgetNumberOfRemovedNodes()-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
ContentChangeEvent
public ContentChangeEvent(ContentAware source, boolean fromClient, int addedNodes, int removedNodes)
-
-