form.setColumns(2);
form.add(nameField);
form.add(dateField);
form.add(new Submit("Search", this, "onSearchClick"));
form.add(new Submit("Clear", this, "onClearClick"));
form.add(new SpacerButton());
form.add(new Submit("New...", this, "onNewClick"));
// Setup customers table
table.setClass(Table.CLASS_ITS);
table.setPageSize(10);