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