});
}
private void bindStatic() {
final PriceSetListBox priceSetListBox = display.getPriceSetListBox();
staticHandlerRegistrations.add(priceSetListBox.addChangeHandler(new ChangeHandler() {
@Override
public void onChange(ChangeEvent changeEvent) {
Long currentPriceSetID = priceSetListBox.getCurrentPriceSetID();
if (currentPriceSetID == -1) {
display.clearPriceSetItemsTable();