Searched refs:synchCountInput (Results 1 - 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/create/
H A DCreateJobViewDisplay.java159 private TextBoxImpl synchCountInput = new TextBoxImpl(); field in class:CreateJobViewDisplay
184 synchCountInput.setSize("3em", ""); // set width only
185 synchCountInput.getElement().getStyle().setProperty("margin", "0 0.5em 0 0.5em");
187 controlOptionsPanel.add(synchCountInput);
487 return synchCountInput;

Completed in 92 milliseconds