public static final enum

FilesViewModel.FileListState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pdftron.demo.browser.ui.FilesViewModel.FileListState

Summary

Enum Values
FilesViewModel.FileListState  EMPTY_LIST   
FilesViewModel.FileListState  FILTER_FINISHED   
FilesViewModel.FileListState  FILTER_NO_MATCHES   
FilesViewModel.FileListState  LOADING_ERRORED   
FilesViewModel.FileListState  LOADING_FINISHED   
FilesViewModel.FileListState  LOADING_INTERRUPTED   
FilesViewModel.FileListState  LOADING_STARTED   
FilesViewModel.FileListState  MISSING_ROOT   
FilesViewModel.FileListState  SEARCH_NO_MATCHES   
Public Methods
static FilesViewModel.FileListState valueOf(String name)
final static FileListState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FilesViewModel.FileListState EMPTY_LIST

public static final FilesViewModel.FileListState FILTER_FINISHED

public static final FilesViewModel.FileListState FILTER_NO_MATCHES

public static final FilesViewModel.FileListState LOADING_ERRORED

public static final FilesViewModel.FileListState LOADING_FINISHED

public static final FilesViewModel.FileListState LOADING_INTERRUPTED

public static final FilesViewModel.FileListState LOADING_STARTED

public static final FilesViewModel.FileListState MISSING_ROOT

public static final FilesViewModel.FileListState SEARCH_NO_MATCHES

Public Methods

public static FilesViewModel.FileListState valueOf (String name)

public static final FileListState[] values ()