Package 

Enum LoadingState

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

    
    public enum LoadingState
    
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LOADING_INITIAL

      Loading initial data.

      LOADING_MORE

      Loading a page other than the first page.

      LOADED

      Not currently loading any pages, at least one page loaded.

      FINISHED

      The last page loaded had zero documents, and therefore no further pages will be loaded.

      ERROR

      The most recent load encountered an error.

    • Method Summary

      Modifier and Type Method Description
      static Array<LoadingState> values()
      static LoadingState valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait