public class Screen extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
module |
protected String |
relativeId |
protected View |
rootView |
| Constructor and Description |
|---|
Screen(String id,
String relativeId,
String module,
View rootView) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Return screen identifier
|
String |
getModule() |
String |
getRelativeId() |
View |
getRootView() |
Copyright © 2015. All rights reserved.