Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DHostTableDecorator.java21 class HostTableDecorator extends TableDecorator implements SimpleCallback { class
43 public HostTableDecorator(HostTable table, int rowsPerPage) { in HostTableDecorator() method in HostTableDecorator
DHostListView.java39 protected HostTableDecorator hostTableDecorator;
47 hostTableDecorator = new HostTableDecorator(table, HOSTS_PER_PAGE); in initialize()
DHostSelector.java72 private HostTableDecorator availableDecorator =
73 new HostTableDecorator(availableTable, TABLE_SIZE);