public interface CallBackProvider
getCallBack() which
is useful when defining a DialogSetupValue.
Typical usage in a DialogController's setup method:
public void setup(DialogSetupValue<?> setupValue) {
if (setupValue instanceof CallBackProvder) {
CallBackProvider cbProvider = (CallBackaProvider) setupValue;
setCallBack(cbProvider.getCallBack());
}
....
}
| Modifier and Type | Method and Description |
|---|---|
CallBack |
getCallBack()
Get the call back
|
CallBack getCallBack()
Copyright © 2006–2020 Esito AS. All rights reserved.