public class

IdentifyResultView

extends TableLayout
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.LinearLayout
         ↳ android.widget.TableLayout
           ↳ com.esri.android.action.IdentifyResultView

Class Overview

View providing a convenient way to display the details of an IdentifyResult in a tabular form.

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
IdentifyResultView(Context context)
Default constructor.
IdentifyResultView(Context context, IdentifyResult result)
Constructor taking in the IdentifyResult to display.
Public Methods
void setResult(IdentifyResult result)
Sets the result to display in this view.
[Expand]
Inherited Methods
From class android.widget.TableLayout
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

Public Constructors

public IdentifyResultView (Context context)

Default constructor.

Parameters
context the context to build that view on.

public IdentifyResultView (Context context, IdentifyResult result)

Constructor taking in the IdentifyResult to display.

Parameters
context the context to build that view on.
result the identify result to display.

Public Methods

public void setResult (IdentifyResult result)

Sets the result to display in this view.

Parameters
result the result to set