public interface

PopupValid

com.esri.android.map.popup.PopupValid
Known Indirect Subclasses

Class Overview

Interface to be implemented by popup views if they take part in the validation of the popup.

Summary

Public Methods
abstract boolean isValid()
Checks if values in the view are valid.

Public Methods

public abstract boolean isValid ()

Checks if values in the view are valid.

Returns
  • true, if all the criteria defined for this view were met.