Searched refs:LastIndex (Results 1 – 1 of 1) sorted by relevance
121 private int getCheckBoxDiffHeight(int LastIndex) in getCheckBoxDiffHeight() argument123 …if (LastIndex < DBControlList.length && DBControlList[LastIndex].getControlType() == FormHandler.S… in getCheckBoxDiffHeight()125 …return (oFormHandler.getControlReferenceHeight() - DBControlList[LastIndex].getControlHeight()) / … in getCheckBoxDiffHeight()399 private void initializeControlColumn(int LastIndex) in initializeControlColumn() argument402 StartA = LastIndex + 1; in initializeControlColumn()406 private void resetPosSizes(int LastIndex) in resetPosSizes() argument412 …PosY = m_currentControlPosY + m_dbControlHeight + cVertDistance + getCheckBoxDiffHeight(LastIndex); in resetPosSizes()414 … if ((m_currentControlPosY > cYOffset + nFormHeight) || (LastIndex == (FieldColumns.length - 1))) in resetPosSizes()416 repositionColumnarLeftControls(LastIndex); in resetPosSizes()421 initializeControlColumn(LastIndex); in resetPosSizes()[all …]