public static interface DialogUtils.Switcher<T> extends DialogUtils.SwitchBase<T>
Modifier and Type | Method and Description |
---|---|
<P> DialogUtils.ValueSource<P> |
createMerge(DialogUtils.ValueSource<? extends P>... sources)
Creates a merge element, that links to sources inside switcher's scopes and
exposes them outside a single
DialogUtils.ValueSource that has a value of a corresponding source
in an active scope. |
addScope, getOuterScope, getUpdater, getValueConsumer
<P> DialogUtils.ValueSource<P> createMerge(DialogUtils.ValueSource<? extends P>... sources)
DialogUtils.ValueSource
that has a value of a corresponding source
in an active scope.sources
- the list of sources in the corresponding scopes; must be in the same orderCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.