public class FindOsUserAccount
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private AccountExtension |
acctExtension
The account extension
|
| Constructor and Description |
|---|
FindOsUserAccount(AccountExtensionHolder acctExtension)
Creates the Find OS 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 OS User Account dialog and returns the dialog action handler.
|
void |
show(com.google.gwt.user.client.ui.HasWidgets parent,
InputDialog dialog,
IFindAccountScreen findAccount)
Builds the fields of the Find OS User Account dialog and shows dialog.
|
@Inject(optional=true) private final AccountExtension acctExtension
@Inject public FindOsUserAccount(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 OS User Account dialogdialog - The template dialog to create the Find OS User Account dialogfindAccount - The implementation of the Find OS 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 OS User Account dialogfindAccount - The implementation of the Find OS User Account use case