public class FindUserAccount
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private AccountExtension |
acctExtension
The account extension
|
| Constructor and Description |
|---|
FindUserAccount(AccountExtensionHolder acctExtension)
Creates the Find User Account manager.
|
| Modifier and Type | Method and Description |
|---|---|
private java.util.function.Consumer<java.util.Map<InputDialog.Field,java.lang.Object>> |
buildUserFindDialog(InputDialog dialog,
IFindAccountScreen findAccount)
Builds the Find User Account dialog and returns the dialog action handler.
|
void |
show(com.google.gwt.user.client.ui.HasWidgets parent,
InputDialog dialog,
IFindAccountScreen findAccount)
Shows the Find User Account dialog.
|
@Inject(optional=true) private final AccountExtension acctExtension
@Inject public FindUserAccount(AccountExtensionHolder acctExtension)
acctExtension - The account extension holderpublic void show(com.google.gwt.user.client.ui.HasWidgets parent,
InputDialog dialog,
IFindAccountScreen findAccount)
parent - The parent container for the Find User Account dialogdialog - The template dialog to create the Find User Account dialogfindAccount - The implementation of the find user account use caseprivate java.util.function.Consumer<java.util.Map<InputDialog.Field,java.lang.Object>> buildUserFindDialog(InputDialog dialog, IFindAccountScreen findAccount)
dialog - The template dialog to create the Find User Account dialogfindAccount - The implementation of the find user account use case