}
private void findComponentsForStatusCell(Treecell treecell) {
List<Object> children = treecell.getChildren();
Hlayout hlayout = ComponentsFinder.findComponentsOfType(Hlayout.class,
children).get(0);
hoursStatusDiv = (Div) hlayout.getChildren().get(0);
// there is a <label> "/" between the divs
budgetStatusDiv = (Div) hlayout.getChildren().get(2);
}