Searched refs:DBControlList (Results 1 – 2 of 2) sorted by relevance
47 protected DatabaseControl[] DBControlList = null; field in FormControlArranger92 DBControlList = new DatabaseControl[FieldColumns.length]; in FormControlArranger()103 final DatabaseControl curDBControl = DBControlList[_index]; in getLabelDiffHeight()123 …if (LastIndex < DBControlList.length && DBControlList[LastIndex].getControlType() == FormHandler.S… in getCheckBoxDiffHeight()125 …return (oFormHandler.getControlReferenceHeight() - DBControlList[LastIndex].getControlHeight()) / … in getCheckBoxDiffHeight()155 …nTextLen = AnyConverter.toShort(DBControlList[_index].xPropertySet.getPropertyValue("MaxTextLen")); in isReducable()195 int nRightDist = nBaseWidth - (DBControlList[a].getPosition().X - cHoriDistance); in checkJustifiedPosition()224 DBControlList[a].setPosition(new Point(cXOffset, m_currentControlPosY)); in checkJustifiedPosition()264 DatabaseControl dbControl = DBControlList[i]; in adjustLineWidth()370 … DBControlList[i].setPropertyValue(LABELCONTROL, LabelControlList[i].xPropertySet); in positionControls()[all …]
526 return oFormController.DBControlList; in getDatabaseControls()