-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Controller.RetainViewModeModes that will influence when the Controller will allow its view to be destroyed
-
-
Enum Constant Summary
Enum Constants Enum Constant Description RELEASE_DETACHThe Controller will release its reference to its view as soon as it is detached.
RETAIN_DETACHThe Controller will retain its reference to its view when detached, but will still release the reference when a config change occurs.
-
Method Summary
Modifier and Type Method Description static Array<Controller.RetainViewMode>values()static Controller.RetainViewModevalueOf(String name)-
-
Method Detail
-
values
static Array<Controller.RetainViewMode> values()
-
valueOf
static Controller.RetainViewMode valueOf(String name)
-
-
-
-