|
|||||||||
| 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.EditAction
com.esri.adf.web.ags.data.edit.action.RemoveFeature
public class RemoveFeature
Removes the selected features.
SelectByExtent action = new SelectByExtent(env); action.setMaxCount(1); RemoveFeature remove = new RemoveFeature(); workspace.perform(context, action, remove);The feature may fire the following event:
| Field Summary |
|---|
| Fields inherited from class com.esri.adf.web.ags.data.edit.EditAction |
|---|
eventListeners |
| Constructor Summary | |
|---|---|
RemoveFeature()
Instantiates an object of RemoveFeature. |
|
| Method Summary | |
|---|---|
void |
action(ActionContext context)
Performs the action. |
| Methods inherited from class com.esri.adf.web.ags.data.edit.EditAction |
|---|
addEventListener, fireEvent, isEnabled, isSessionAware, removeEventListener, setEnabled, setSessionAware |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveFeature()
| Method Detail |
|---|
public void action(ActionContext context)
throws java.lang.Exception
EditAction
action in class EditActioncontext - the action context.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||