public static class

ArcGISAttributesAdapter.FieldLabelView

extends TextView
java.lang.Object
   ↳ android.view.View
     ↳ android.widget.TextView
       ↳ com.esri.android.map.popup.ArcGISAttributesAdapter.FieldLabelView

Class Overview

Default view class to display an attribute label

Summary

[Expand]
Inherited Constants
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
ArcGISAttributesAdapter.FieldLabelView(Context context, String text, ArcGISPopupStyle style)
Constructor setting the label text and the ArcGISPopupStyle to be applied.
Public Methods
void applyStyle(ArcGISPopupStyle style, ArcGISPopupStyle.STYLE_ELEMENT styleElement)
Set<ArcGISPopupStyle.STYLE_ELEMENT> getRegisteredStyle()
[Expand]
Inherited Methods
From class android.widget.TextView
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.ViewTreeObserver.OnPreDrawListener
From interface android.view.accessibility.AccessibilityEventSource

Public Constructors

public ArcGISAttributesAdapter.FieldLabelView (Context context, String text, ArcGISPopupStyle style)

Constructor setting the label text and the ArcGISPopupStyle to be applied.

Parameters
context the context
text the text
style the style

Public Methods

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

public Set<ArcGISPopupStyle.STYLE_ELEMENT> getRegisteredStyle ()