public static class

ArcGISAttributesAdapter.SeparatorView

extends View
java.lang.Object
   ↳ android.view.View
     ↳ com.esri.android.map.popup.ArcGISAttributesAdapter.SeparatorView

Class Overview

Default view class to display a separator

Summary

[Expand]
Inherited Constants
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
ArcGISAttributesAdapter.SeparatorView(Context context, ArcGISPopupStyle style)
Constructor taking the style applied to the separator.
Public Methods
void applyStyle(ArcGISPopupStyle style, ArcGISPopupStyle.STYLE_ELEMENT styleElement)
Set<ArcGISPopupStyle.STYLE_ELEMENT> getRegisteredStyle()
[Expand]
Inherited Methods
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.accessibility.AccessibilityEventSource

Public Constructors

public ArcGISAttributesAdapter.SeparatorView (Context context, ArcGISPopupStyle style)

Constructor taking the style applied to the separator.

Parameters
context the context
style the style

Public Methods

public void applyStyle (ArcGISPopupStyle style, ArcGISPopupStyle.STYLE_ELEMENT styleElement)

public Set<ArcGISPopupStyle.STYLE_ELEMENT> getRegisteredStyle ()