public interface ChooseByNamePopupComponent
Modifier and Type | Interface and Description |
---|---|
static class |
ChooseByNamePopupComponent.Callback |
static class |
ChooseByNamePopupComponent.MultiElementsCallback
Used for popups with multi selection enabled to pass all chosen elements at one time.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getChosenElement() |
void |
invoke(ChooseByNamePopupComponent.Callback callback,
ModalityState modalityState,
boolean allowMultipleSelection) |
void invoke(ChooseByNamePopupComponent.Callback callback, ModalityState modalityState, boolean allowMultipleSelection)
java.lang.Object getChosenElement()