Class Qww.ListBox.Mgr.ItemState
Enumeration representing the state which each item in the listbox can be in.
Defined in: <JavaScript\QWW\QwwJs_ListBoxMgr.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> <constant> |
Qww.ListBox.Mgr.ItemState.Associated
Item is associated.
|
| <static> <constant> |
Qww.ListBox.Mgr.ItemState.Disabled
Item is disabled.
|
| <static> <constant> |
Qww.ListBox.Mgr.ItemState.Selected
Item is selected.
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
Qww.ListBox.Mgr.ItemState.GetStateAsString(state)
Returns a string representation of the state.
|
Field Detail
<static> <constant>
Qww.ListBox.Mgr.ItemState.Associated
Item is associated.
<static> <constant>
Qww.ListBox.Mgr.ItemState.Disabled
Item is disabled.
<static> <constant>
Qww.ListBox.Mgr.ItemState.Selected
Item is selected.
Method Detail
<static>
{String}
Qww.ListBox.Mgr.ItemState.GetStateAsString(state)
Returns a string representation of the state.
- Parameters:
- {Int|Qww.ListBox.Mgr.ItemState} state
- State value to get string represenation for.
- Returns:
- {String} String representation of the state.
