Searched refs:controlTypeSelect (Results 1 – 2 of 2) sorted by relevance
141 private ControlTypeSelect controlTypeSelect = new ControlTypeSelect(); field in CreateJobViewPresenter250 controlTypeSelect.setControlType( in cloneJob()391 controlTypeSelect.setControlType(isServer ? TestSelector.SERVER_TYPE : in generateControlFile()531 controlTypeSelect.bindDisplay(display.getControlTypeSelectDisplay()); in initialize()661 controlTypeSelect.setControlType(TestSelector.CLIENT_TYPE); in reset()662 controlTypeSelect.setEnabled(false); in reset()711 new JSONString(controlTypeSelect.getControlType())); in submitJob()766 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()