Class Qww.ListBox.Mgr.StandardAction
Enumeration of standard actions which can be called on a listbox.
Defined in: <JavaScript\QWW\QwwJs_ListBoxMgr.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Enumeration of standard actions which can be called on a listbox.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> <constant> |
Qww.ListBox.Mgr.StandardAction.ClearAll
Clear all selections in the listbox.
|
| <static> <constant> |
Qww.ListBox.Mgr.StandardAction.LockSelection
Lock the current selections.
|
| <static> <constant> |
Qww.ListBox.Mgr.StandardAction.SelectAll
Select all items in the listbox.
|
| <static> <constant> |
Qww.ListBox.Mgr.StandardAction.SelectExcluded
Select all currently excluded items (invert selection).
|
| <static> <constant> |
Qww.ListBox.Mgr.StandardAction.SelectPossible
Select all possible items.
|
| <static> <constant> |
Qww.ListBox.Mgr.StandardAction.UnlockSelection
UnLock the current selections.
|
Class Detail
Qww.ListBox.Mgr.StandardAction()
Enumeration of standard actions which can be called on a listbox.
Qww.ListBox.Mgr.CallAction(null, 'LBID', Qww.ListBox.Mgr.StandardAction.ClearAll);
Field Detail
<static> <constant>
Qww.ListBox.Mgr.StandardAction.ClearAll
Clear all selections in the listbox.
<static> <constant>
Qww.ListBox.Mgr.StandardAction.LockSelection
Lock the current selections.
<static> <constant>
Qww.ListBox.Mgr.StandardAction.SelectAll
Select all items in the listbox.
<static> <constant>
Qww.ListBox.Mgr.StandardAction.SelectExcluded
Select all currently excluded items (invert selection).
<static> <constant>
Qww.ListBox.Mgr.StandardAction.SelectPossible
Select all possible items.
<static> <constant>
Qww.ListBox.Mgr.StandardAction.UnlockSelection
UnLock the current selections.
