Home | History | Annotate | Download | only in ui

Lines Matching defs:statusErrorNoneRadioButton

74 	private Button statusErrorNoneRadioButton;
196 this.statusErrorNoneRadioButton = createRadioButton(statusErrorGroup, "None");
197 this.statusErrorNoneRadioButton.setToolTipText("Do not exclude failures if they have a noticeable error");
669 this.statusErrorNoneRadioButton.setSelection(false);
676 this.statusErrorNoneRadioButton.setSelection(true);
980 if (this.statusErrorNoneRadioButton.getSelection()) {