date.setVisibleLength(10);
textId = HTMLPanel.createUniqueId();
DOM.setElementAttribute(date.getElement(), "id", textId);
add(date);
button = new ImageButton(imgLocation, 20, 14);
button.setBackgroundOnColor(background);
buttonId = HTMLPanel.createUniqueId();
DOM.setElementAttribute(button.getElement(), "id", buttonId);
add(button);
}