Lines Matching refs:getState
229 if (chkcreatePrimaryKey.getState() == 0) in iscompleted()
233 if (this.optAddAutomatically.getState()) in iscompleted()
237 if (optUseExisting.getState()) in iscompleted()
246 if (optUseSeveral.getState()) in iscompleted()
258 boolean bdoEnable = (this.chkcreatePrimaryKey.getState() == 1); in togglePrimeKeyFields()
265 boolean benableSinglePrimekeyControls = bdoEnable && optUseExisting.getState(); in togglePrimeKeyFields()
267 boolean benableSeveralPrimekeyControls = bdoEnable && optUseSeveral.getState(); in togglePrimeKeyFields()
284 else if (optAddAutomatically.getState()) in togglePrimeKeyFields()
315 if (chkcreatePrimaryKey.getState() == 1) in isAutomaticMode()
330 if (chkcreatePrimaryKey.getState() == 1) in isAutoIncremented()
336 bischecked = chkApplyAutoValueAutomatic.getState() == (short) 1; in isAutoIncremented()
340 bischecked = chkApplyAutoValueExisting.getState() == (short) 1; in isAutoIncremented()
376 …nable = bAutoPrimaryKeysupportsAutoIncrmentation && optAddAutomatically.getState() && bisAutomatic… in toggleAutomaticAutoValueCheckBox()
396 boolean bdoEnable = (this.optUseSeveral.getState()); in toggleSeveralPrimeKeyFields()
402 if (chkcreatePrimaryKey.getState() == 0) in getPrimaryKeyFields()
410 if (optUseSeveral.getState()) in getPrimaryKeyFields()
414 else if (optUseExisting.getState()) in getPrimaryKeyFields()
421 else if (optAddAutomatically.getState()) in getPrimaryKeyFields()