java.lang.Object | |
↳ | com.esri.android.map.popup.Popup |
Popup class.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
interface | Popup.PopupListener | Interface for a listener triggered by different changes of state of the popup |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected FeatureType | mFeatureType |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Popup(MapView mapView, PopupInfo popupInfo, Graphic graphic)
The Constructor.
| |||||||||||
Popup(MapView mapView, Graphic graphic)
The Constructor.
| |||||||||||
Popup(Context context, PopupInfo popupInfo, Graphic graphic, PopupLayout layout)
The Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addAttachment(Uri uri)
Adds the attachment.
| ||||||||||
List<File> |
getAddedAttachments()
Gets the added attachments.
| ||||||||||
List<Integer> |
getDeletedAttachmentIDs()
Gets the deleted attachment ID's.
| ||||||||||
Graphic |
getGraphic()
Gets the graphic.
| ||||||||||
PopupLayout |
getLayout()
Gets the layout.
| ||||||||||
PopupInfo |
getPopupInfo()
Gets the popup info.
| ||||||||||
Popup.PopupListener |
getPopupListener()
Gets the popup listener.
| ||||||||||
static String |
getPopupString(String popupString, String defaultValue, Context context)
Gets the popup string.
| ||||||||||
static String |
getPopupString(String popupString, Context context)
Gets the popup string.
| ||||||||||
Map<String, Object> |
getUpdatedAttributes()
Gets the updated attributes.
| ||||||||||
boolean |
isAllowGeometryUpdate()
Checks if is allow geometry update.
| ||||||||||
boolean |
isDeletable()
Checks if is deletable.
| ||||||||||
boolean |
isEditMode()
Checks if is edit mode.
| ||||||||||
boolean |
isEditable()
Checks if is editable.
| ||||||||||
boolean |
isPopupValid()
Checks if the popup is valid.
| ||||||||||
void |
refresh()
Refresh.
| ||||||||||
void |
setAllowGeometryUpdate(boolean mAllowGeometryUpdate)
Sets the allow geometry update.
| ||||||||||
void |
setCredentials(UserCredentials credentials)
Sets the credentials.
| ||||||||||
void |
setDeletable(boolean mDeletable)
Sets the deletable.
| ||||||||||
void |
setEditMode(boolean editMode)
Sets the edit mode.
| ||||||||||
void |
setEditable(boolean mEditable)
Sets the editable.
| ||||||||||
void |
setLayout(PopupLayout layout)
Sets the layout.
| ||||||||||
void |
setPopupListener(Popup.PopupListener popupListener)
Sets the popup listener.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The Constructor.
popupInfo | the popup info |
---|---|
graphic | the graphic |
The Constructor.
context | the context |
---|---|
popupInfo | the popup info |
graphic | the graphic |
layout | the layout |
Adds the attachment.
uri | the uri |
---|
Gets the deleted attachment ID's.
Gets the popup string.
popupString | the popup string |
---|---|
defaultValue | the default value |
context | the context |
Gets the popup string.
popupString | the popup string |
---|---|
context | the context |
Gets the updated attributes.
Checks if is allow geometry update.
Checks if is deletable.
Checks if is edit mode.
Checks if is editable.
Checks if the popup is valid.
Refresh.
Sets the allow geometry update.
mAllowGeometryUpdate | the mAllowGeometryUpdate to set |
---|
Sets the credentials.
credentials | the credentials |
---|
Sets the deletable.
mDeletable | the mDeletable to set |
---|
Sets the edit mode.
editMode | the edits the mode |
---|
Sets the editable.
mEditable | the mEditable to set |
---|
Sets the popup listener.
popupListener | the popupListener to set |
---|