public class

ArcGISLayout

extends LinearLayout
implements PopupLayout
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.LinearLayout
         ↳ com.esri.android.map.popup.ArcGISLayout

Class Overview

Default layout for the popup.

Summary

[Expand]
Inherited Constants
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
ArcGISLayout(Context context)
Constructor taking a context.
Public Methods
ArcGISAttachmentsView getAttachmentsView()
Gets the attachments view.
ArcGISAttributeView getAttributesView()
Gets the attributes view.
ArcGISMediaView getMediaView()
Gets the media view.
ArcGISPopupStyle getStyle()
Gets the style.
ArcGISTitleView getTitleView()
Gets the title view.
void setAttachmentsView(View attachmentsView)
Sets the attachments view.
void setAttributesView(View attributesView)
Sets the attributes view.
void setMediaView(View media)
Sets the media view.
void setTitleView(View titleView)
Sets the title view.
[Expand]
Inherited Methods
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource
From interface com.esri.android.map.popup.PopupLayout

Public Constructors

public ArcGISLayout (Context context)

Constructor taking a context.

Parameters
context the context

Public Methods

public ArcGISAttachmentsView getAttachmentsView ()

Gets the attachments view.

Returns
  • the attachments view

public ArcGISAttributeView getAttributesView ()

Gets the attributes view.

Returns
  • the attributes view

public ArcGISMediaView getMediaView ()

Gets the media view.

Returns
  • the media view

public ArcGISPopupStyle getStyle ()

Gets the style.

Returns
  • the style

public ArcGISTitleView getTitleView ()

Gets the title view.

Returns
  • the title view

public void setAttachmentsView (View attachmentsView)

Sets the attachments view.

Parameters
attachmentsView the attachments view

public void setAttributesView (View attributesView)

Sets the attributes view.

Parameters
attributesView the attributes view

public void setMediaView (View media)

Sets the media view.

Parameters
media the media view

public void setTitleView (View titleView)

Sets the title view.

Parameters
titleView the title view