Class HasFeatureModify.SourceFeatureDeleteEvent
java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.model.source.HasFeatureModify.SourceFeatureDeleteEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- HasFeatureModify
The event is fired when a feature is deleted from a source.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSourceFeatureDeleteEvent
(Source source, Collection<Feature> features, boolean fromClient) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if this event originated from the client side.Methods inherited from class java.util.EventObject
toString
-
Field Details
-
features
-
fromClient
protected final boolean fromClient
-
-
Constructor Details
-
SourceFeatureDeleteEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
- Returns:
- source from which features are deleted
-
getFeatures
- Returns:
- deleted features
-
isFromClient
public boolean isFromClient()Checks if this event originated from the client side.- Returns:
true
if the event originated from the client side,false
otherwise
-