Searched refs:controlTypeSelect (Results 1 – 2 of 2) sorted by relevance
142 private ControlTypeSelect controlTypeSelect = new ControlTypeSelect(); field in CreateJobViewPresenter253 controlTypeSelect.setControlType( in cloneJob()283 controlTypeSelect.setEnabled(true); in openControlFileEditor()403 controlTypeSelect.setControlType(isServer ? TestSelector.SERVER_TYPE : in generateControlFile()543 controlTypeSelect.bindDisplay(display.getControlTypeSelectDisplay()); in initialize()607 controlTypeSelect.setEnabled(false); in initialize()717 controlTypeSelect.setControlType(TestSelector.CLIENT_TYPE); in reset()718 controlTypeSelect.setEnabled(false); in reset()769 new JSONString(controlTypeSelect.getControlType())); in submitJob()824 if (controlTypeSelect.getControlType() == "Client") { in submitJob()
158 private ControlTypeSelectDisplay controlTypeSelect = new ControlTypeSelectDisplay(); field in CreateJobViewDisplay181 controlOptionsPanel.add(controlTypeSelect); in initialize()367 return controlTypeSelect; in getControlTypeSelectDisplay()