public class WeakViewEntry extends ViewEntry
| Constructor and Description | 
|---|
| WeakViewEntry(UIViewRoot viewRoot) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | activate()Execute all necessary steps to ensure further calls to 
 getViewRoot() and getViewState() will return valid values. | 
| RestoreViewFromPoolResult | getResult() | 
| UIViewRoot | getViewRoot() | 
| void | setResult(RestoreViewFromPoolResult result) | 
| void | setViewRoot(UIViewRoot viewRoot) | 
public WeakViewEntry(UIViewRoot viewRoot)
public boolean activate()
ViewEntrypublic UIViewRoot getViewRoot()
getViewRoot in class ViewEntrypublic void setViewRoot(UIViewRoot viewRoot)
viewRoot - the viewRoot to setpublic RestoreViewFromPoolResult getResult()
public void setResult(RestoreViewFromPoolResult result)
Copyright © 2021 The Apache Software Foundation. All rights reserved.