public static final enum

ArcGISPopupStyle.STYLE_ELEMENT

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.esri.android.map.popup.ArcGISPopupStyle.STYLE_ELEMENT

Class Overview

Types of stylable element

Summary

Enum Values
ArcGISPopupStyle.STYLE_ELEMENT  FIELD_LABEL  Popup field label element  
ArcGISPopupStyle.STYLE_ELEMENT  FIELD_VALUE  Popup field value element  
ArcGISPopupStyle.STYLE_ELEMENT  MEDIA_CAPTION  Popup media caption element  
ArcGISPopupStyle.STYLE_ELEMENT  MEDIA_FULLSCREEN_CAPTION  Popup media full screen caption element  
ArcGISPopupStyle.STYLE_ELEMENT  MEDIA_FULLSCREEN_TITLE  Popup media full screen title element  
ArcGISPopupStyle.STYLE_ELEMENT  MEDIA_FULLSCREEN_VALUES  Popup media full screen value element  
ArcGISPopupStyle.STYLE_ELEMENT  MEDIA_VALUES  Popup media value element  
ArcGISPopupStyle.STYLE_ELEMENT  POPUP_BACKGROUND  Popup background element  
ArcGISPopupStyle.STYLE_ELEMENT  POPUP_TITLE  Popup title element  
ArcGISPopupStyle.STYLE_ELEMENT  SEPARATOR  Popup separator element  
Public Methods
static ArcGISPopupStyle.STYLE_ELEMENT valueOf(String name)
final static STYLE_ELEMENT[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ArcGISPopupStyle.STYLE_ELEMENT FIELD_LABEL

Popup field label element

public static final ArcGISPopupStyle.STYLE_ELEMENT FIELD_VALUE

Popup field value element

public static final ArcGISPopupStyle.STYLE_ELEMENT MEDIA_CAPTION

Popup media caption element

public static final ArcGISPopupStyle.STYLE_ELEMENT MEDIA_FULLSCREEN_CAPTION

Popup media full screen caption element

public static final ArcGISPopupStyle.STYLE_ELEMENT MEDIA_FULLSCREEN_TITLE

Popup media full screen title element

public static final ArcGISPopupStyle.STYLE_ELEMENT MEDIA_FULLSCREEN_VALUES

Popup media full screen value element

public static final ArcGISPopupStyle.STYLE_ELEMENT MEDIA_VALUES

Popup media value element

public static final ArcGISPopupStyle.STYLE_ELEMENT POPUP_BACKGROUND

Popup background element

public static final ArcGISPopupStyle.STYLE_ELEMENT POPUP_TITLE

Popup title element

public static final ArcGISPopupStyle.STYLE_ELEMENT SEPARATOR

Popup separator element

Public Methods

public static ArcGISPopupStyle.STYLE_ELEMENT valueOf (String name)

public static final STYLE_ELEMENT[] values ()