Package org.gvsig.fmap.dal
Interface EditingNotification
- All Superinterfaces:
org.gvsig.tools.observer.Notification
public interface EditingNotification
extends org.gvsig.tools.observer.Notification
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.dal.feature.Featureorg.gvsig.fmap.dal.feature.FeatureStoreorg.gvsig.fmap.dal.feature.EditableFeatureTypeorg.gvsig.fmap.dal.DataStoregetStore()booleanvoidsetSkipFeatureValidation(boolean skip) booleanMethods inherited from interface org.gvsig.tools.observer.Notification
abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue
-
Field Details
-
BEFORE_ENTER_EDITING_STORE
- See Also:
-
BEFORE_EXIT_EDITING_STORE
- See Also:
-
BEFORE_INSERT_FEATURE
- See Also:
-
BEFORE_UPDATE_FEATURE
- See Also:
-
BEFORE_REMOVE_FEATURE
- See Also:
-
BEFORE_UPDATE_FEATURE_TYPE
- See Also:
-
AFTER_ENTER_EDITING_STORE
- See Also:
-
AFTER_EXIT_EDITING_STORE
- See Also:
-
AFTER_INSERT_FEATURE
- See Also:
-
AFTER_UPDATE_FEATURE
- See Also:
-
AFTER_REMOVE_FEATURE
- See Also:
-
AFTER_UPDATE_FEATURE_TYPE
- See Also:
-
-
Method Details
-
getSource
Object getSource() -
getDocument
Object getDocument() -
getAuxData
Object getAuxData() -
getStore
org.gvsig.fmap.dal.DataStore getStore() -
getFeatureStore
org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore() -
getFeature
org.gvsig.fmap.dal.feature.Feature getFeature() -
getFeatureType
org.gvsig.fmap.dal.feature.EditableFeatureType getFeatureType() -
isCancelable
boolean isCancelable() -
setSkipFeatureValidation
void setSkipFeatureValidation(boolean skip) -
shouldValidateTheFeature
boolean shouldValidateTheFeature()
-