Package 

Enum Controller.RetainViewMode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Controller.RetainViewMode
    
                        

    Modes that will influence when the Controller will allow its view to be destroyed

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      RELEASE_DETACH

      The Controller will release its reference to its view as soon as it is detached.

      RETAIN_DETACH

      The Controller will retain its reference to its view when detached, but will still release the reference when a config change occurs.