private class ComboBoxWidget.ListItemPairsConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Boolean |
firstSetListItemPairs
Flag that denotes if this is the first time setting the list item pair.
|
private boolean |
hasEmptyValue
Flag that denotes if there currently exists an empty value in the combo-box list item pairs.
|
private java.lang.Boolean |
initialEmptyValue
Flag that denotes if the list item pair was initialized with an empty value.
|
private java.lang.String |
labelWhenFirstListItemPairs
The label assigned to the combo-box when setting the first LIST-ITEM-PAIRS.
|
private java.lang.Boolean |
usedScreenValue
Flag that marks if any
getScreenValue has been used before setting the first list item pair. |
| Modifier | Constructor and Description |
|---|---|
private |
ListItemPairsConfig()
Basic constructor.
|
private boolean hasEmptyValue
private java.lang.Boolean firstSetListItemPairs
null means that list item pair has not been set up (yet). false means that this is not the first time setting the list item pair. true means that this is the first time setting the list item pair. private java.lang.Boolean initialEmptyValue
null - the initial value has not been set up at all. false - the initial value has been set up, but it is not equal to empty value. true - the initial value has been set up and it is equal to empty value. private java.lang.Boolean usedScreenValue
getScreenValue has been used before setting the first list item pair.
Value meanings:
null means that no getScreenValue was called (yet). false means that getScreenValue was not called before setting the list item pair. true means that getScreenValue was called before setting the list item pair. private java.lang.String labelWhenFirstListItemPairs