public interface RepositoryPresenterCompilerStates
RepositoryPresenter.| Modifier and Type | Interface and Description |
|---|---|
static interface |
RepositoryPresenterCompilerStates.RPDiff<TVal,TRet>
Compiler state to optionally enable fine-grained events using
DiffUtil. |
static interface |
RepositoryPresenterCompilerStates.RPItemCompile<TVal>
Compiler state to compile for the specified item container type of the associated
Repository. |
static interface |
RepositoryPresenterCompilerStates.RPLayout<TVal,TRet>
Compiler state to specify what layout to use.
|
static interface |
RepositoryPresenterCompilerStates.RPMain<T>
Compiler state to specify how to bind the
Repository item to the view inflated by the
layout. |
static interface |
RepositoryPresenterCompilerStates.RPTypedCollectionCompile<TVal,TCol>
Compiler state to compile for the generic collection container type of the associated
Repository. |