Searched refs:iSelIndices (Results 1 – 1 of 1) sorted by relevance
391 short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos(); in changeSelectionOrder() local393 if (iSelIndices.length == 1) in changeSelectionOrder()395 short iSelIndex = iSelIndices[0]; in changeSelectionOrder()461 short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos(); in toggleListboxButtons() local462 bmoveUpenabled = ((iSelIndices[0] > 0) && (iSelIndices.length == 1)); in toggleListboxButtons()463 …bmoveDownenabled = (((iSelIndices[SelListBoxSelLength - 1]) < (short) (SelectCount - 1)) && (iSelI… in toggleListboxButtons()
Completed in 16 milliseconds