HomeSort by relevance Sort by last modified time
    Searched refs:widgetFactory (Results 1 - 2 of 2) sorted by null

  /external/autotest/frontend/client/src/autotest/common/table/
DataTable.java 56 protected TableWidgetFactory widgetFactory = null;
104 public void setWidgetFactory(TableWidgetFactory widgetFactory) {
105 this.widgetFactory = widgetFactory;
313 return widgetFactory.createWidget(row - 1, column, jsonObjects.get(row - 1));
  /external/autotest/frontend/client/src/autotest/afe/
TestSelector.java 41 public void setWidgetFactory(TableWidgetFactory widgetFactory);

Completed in 316 milliseconds