public interface

PopupEditable

com.esri.android.map.popup.PopupEditable
Known Indirect Subclasses

Class Overview

Interface to be implemented by popup views if they want to implement a behavior when switching to and from edit mode

Summary

Public Methods
abstract void setEditMode(boolean editMode)
Sets the edit mode.

Public Methods

public abstract void setEditMode (boolean editMode)

Sets the edit mode.

Parameters
editMode the edits the mode: true to switch to edit mode, false to revert to read-only mode