public static interface DialogUtils.Scope
Scope roughly corresponds to a group of UI controls that may become disabled, and thus may not generate any data and need no inner updates.
Modifier and Type | Method and Description |
---|---|
<T> DialogUtils.OptionalSwitcher<T> |
addOptionalSwitch(DialogUtils.Gettable<? extends DialogUtils.Optional<? extends T>> expression)
Creates a switcher that is operated by optional expression.
|
<T> DialogUtils.Switcher<T> |
addSwitch(DialogUtils.Gettable<T> expression)
Creates a switcher that is operated by non-optional expression.
|
DialogUtils.Scope |
getOuterScope() |
DialogUtils.Scope getOuterScope()
<T> DialogUtils.OptionalSwitcher<T> addOptionalSwitch(DialogUtils.Gettable<? extends DialogUtils.Optional<? extends T>> expression)
T
- type of expression<T> DialogUtils.Switcher<T> addSwitch(DialogUtils.Gettable<T> expression)
T
- type of expressionCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.