public static interface AddTransferMethodContract.View
Modifier and Type | Method and Description |
---|---|
void |
hideCreateButtonProgressBar() |
void |
hideProgressBar() |
boolean |
isActive()
Check the state of a View
|
void |
notifyTransferMethodAdded(TransferMethod transferMethod) |
void |
reloadTransferMethodConfigurationFields() |
void |
retryAddTransferMethod() |
void |
showCreateButtonProgressBar() |
void |
showErrorAddTransferMethod(java.util.List<java.lang.Error> errors) |
void |
showErrorLoadTransferMethodConfigurationFields(java.util.List<java.lang.Error> errors) |
void |
showInputErrors(java.util.List<java.lang.Error> errors) |
void |
showProgressBar() |
void |
showTransactionInformation(java.util.List<Fee> fees,
ProcessingTime processingTime) |
void |
showTransferMethodFields(java.util.List<FieldGroup> fields) |
void notifyTransferMethodAdded(TransferMethod transferMethod)
void showErrorAddTransferMethod(java.util.List<java.lang.Error> errors)
void showErrorLoadTransferMethodConfigurationFields(java.util.List<java.lang.Error> errors)
void showTransferMethodFields(java.util.List<FieldGroup> fields)
void showTransactionInformation(java.util.List<Fee> fees, ProcessingTime processingTime)
void showCreateButtonProgressBar()
void hideCreateButtonProgressBar()
void showProgressBar()
void hideProgressBar()
void showInputErrors(java.util.List<java.lang.Error> errors)
boolean isActive()
void retryAddTransferMethod()
void reloadTransferMethodConfigurationFields()