| com.esri.android.map.popup.PopupLayout |
Known Indirect Subclasses
|
Interface to be implemented by classes used as layout for the popup.
This layout should define at least 4 views:
AttributeView if necessary)
AttachmentView if necessary)
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract View |
getAttachmentsView()
Gets the attachments view.
| ||||||||||
| abstract View |
getAttributesView()
Gets the attributes view.
| ||||||||||
| abstract View |
getMediaView()
Gets the media view.
| ||||||||||
| abstract PopupStyle |
getStyle()
Gets the style.
| ||||||||||
| abstract View |
getTitleView()
Gets the title view.
| ||||||||||
| abstract void |
setAttachmentsView(View attachmentsView)
Sets the attachments view.
| ||||||||||
| abstract void |
setAttributesView(View attributesView)
Sets the attributes view.
| ||||||||||
| abstract void |
setMediaView(View mediaView)
Sets the media view.
| ||||||||||
| abstract void |
setTitleView(View titleView)
Sets the title view.
| ||||||||||
Gets the attachments view.
Gets the attributes view.
Gets the media view.
Gets the title view.
Sets the attachments view.
| attachmentsView | the attachments view |
|---|
Sets the attributes view.
| attributesView | the attributes view |
|---|
Sets the media view.
| mediaView | the media view |
|---|
Sets the title view.
| titleView | the title view |
|---|