Searched refs:HostTableDecorator (Results 1 – 3 of 3) sorted by relevance
21 class HostTableDecorator extends TableDecorator implements SimpleCallback { class43 public HostTableDecorator(HostTable table, int rowsPerPage) { in HostTableDecorator() method in HostTableDecorator
39 protected HostTableDecorator hostTableDecorator;47 hostTableDecorator = new HostTableDecorator(table, HOSTS_PER_PAGE); in initialize()
72 private HostTableDecorator availableDecorator =73 new HostTableDecorator(availableTable, TABLE_SIZE);