Class Index | File Index

Classes


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>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
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 Summary
Method Attributes Method Name and Description
<static>  
Qww.ListBox.Mgr.ItemState.GetStateAsString(state)
Returns a string representation of the state.
Class Detail
Qww.ListBox.Mgr.ItemState()
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.