|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.ags.data.edit.EditEvent
com.esri.adf.web.ags.data.edit.event.FeatureSelectedEvent
public class FeatureSelectedEvent
The feature has been selected.
| Constructor Summary | |
|---|---|
FeatureSelectedEvent(java.lang.String source,
com.esri.arcgis.geodatabase.IFeature feature,
ActionContext context)
Instantiates an object of FeatureSelectedEvent. |
|
| Method Summary | |
|---|---|
ActionContext |
getActionContext()
Gets the action context. |
com.esri.arcgis.geodatabase.IFeature |
getFeature()
Gets the selected feature. |
| Methods inherited from class com.esri.adf.web.ags.data.edit.EditEvent |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureSelectedEvent(java.lang.String source,
com.esri.arcgis.geodatabase.IFeature feature,
ActionContext context)
source - the source of the eventfeature - the selected feature.context - the action context.| Method Detail |
|---|
public com.esri.arcgis.geodatabase.IFeature getFeature()
public ActionContext getActionContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||