Searched refs:hostsTable (Results 1 – 1 of 1) sorted by relevance
93 protected DynamicTable hostsTable = new DynamicTable(JOB_HOSTS_COLUMNS, jobStatusDataSource); field in JobDetailView94 protected TableDecorator hostsTableDecorator = new TableDecorator(hostsTable);228 hostsTable.refresh(); in fetchData()280 hostsTable.setRowsPerPage(HOSTS_PER_PAGE); in initialize()281 hostsTable.setClickable(true); in initialize()282 hostsTable.addListener(new DynamicTableListener() { in initialize()291 hostsTable.setWidgetFactory(this); in initialize()371 hostsTable.addFilter(jobFilter); in addTableFilters()