Searched refs:curDBCommandFieldSelection (Results 1 – 1 of 1) sorted by relevance
43 private CommandFieldSelection curDBCommandFieldSelection; field in FormWizard105 …curFormDocument.initialize(curDBCommandFieldSelection.isModified(), curFormConfiguration.hasSubFor… in enterStep()106 curDBCommandFieldSelection.setModified(false); in enterStep()112 curDBCommandFieldSelection.setModified(false); in enterStep()116 final String sCommandName = curDBCommandFieldSelection.getSelectedCommandName(); in enterStep()153 String sTableName = this.curDBCommandFieldSelection.getSelectedCommandName(); in enterStep()179 final String sTableName = curDBCommandFieldSelection.getSelectedCommandName(); in leaveStep()180 final String[] aFieldNames = curDBCommandFieldSelection.getSelectedFieldNames(); in leaveStep()229 …curDBCommandFieldSelection = new CommandFieldSelection(this, curFormDocument.oMainFormDBMetaData, … in buildSteps()230 curDBCommandFieldSelection.addFieldSelectionListener(new FieldSelectionListener()); in buildSteps()[all …]