public interface View
View is the interface to be implemented by View components of a MVP
architectural pattern implementation.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_DEPENDENCY_SCOPE |
| Modifier and Type | Method and Description |
|---|---|
ViewState |
getState()
|
java.lang.String |
getViewTag()
Get a tag for this
View. |
static final java.lang.String KEY_DEPENDENCY_SCOPE