public static class Bound.Utilities
extends java.lang.Object
| Constructor and Description |
|---|
Utilities() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
getNullValue(BindingContext context,
java.lang.String nullValue)
If the provided nullValue is null, empty, or just whitespace then the returned value
will be null.
|
public static java.lang.Object getNullValue(BindingContext context, java.lang.String nullValue)
BindingContext to find a constant
with the name of the nullValue string and return that. If there is
no constant then the nullValue string itself will be returned.JComboBoxWiringHarness,
BoundSelection.Wiring