Home
last modified time | relevance | path

Searched refs:selectLabelDialog (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DTestLabelManager.java38 private DialogBox selectLabelDialog = new DialogBox(false, true); // modal field in TestLabelManager
82 selectLabelDialog.add(dialogPanel); in TestLabelManager()
135 selectLabelDialog.setText(actionText); in showDialog()
136 selectLabelDialog.center(); in showDialog()
147 selectLabelDialog.hide(); in onClick()