Interface IGenericDocumentFieldListView
-
- All Implemented Interfaces:
public interface IGenericDocumentFieldListView
Represents list of fields for a scanned document
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
IGenericDocumentFieldListView.ViewModel
Notified about user interactions.
-
Method Summary
Modifier and Type Method Description abstract Unit
attachViewModel(IGenericDocumentFieldListView.ViewModel viewModel)
-
-
Method Detail
-
attachViewModel
abstract Unit attachViewModel(IGenericDocumentFieldListView.ViewModel viewModel)
- Parameters:
viewModel
- which will receive callbacks on user interactions.
-
-
-
-