protected class

ArcGISEditAttributesAdapter.DateButton

extends Button
java.lang.Object
   ↳ android.view.View
     ↳ android.widget.TextView
       ↳ android.widget.Button
         ↳ com.esri.android.map.popup.ArcGISEditAttributesAdapter.DateButton

Summary

[Expand]
Inherited Constants
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
ArcGISEditAttributesAdapter.DateButton(Context context, String fieldName, boolean required)
Public Methods
void applyStyle(ArcGISPopupStyle style, ArcGISPopupStyle.STYLE_ELEMENT styleElement)
long getDate()
Set<ArcGISPopupStyle.STYLE_ELEMENT> getRegisteredStyle()
boolean getRequiredState()
void setDate(long date)
[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 ArcGISEditAttributesAdapter.DateButton (Context context, String fieldName, boolean required)

Public Methods

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

public long getDate ()

public Set<ArcGISPopupStyle.STYLE_ELEMENT> getRegisteredStyle ()

public boolean getRequiredState ()

public void setDate (long date)