//
// hp.setCellWidth(html, "80%");
// hp.setCellWidth(filler, "20%");
// }
// else {
Image img = _createMenu(row, col);
hp.add(img);
hp.add(html);
hp.add(filler);
hp.setCellWidth(img, "30%");
hp.setCellWidth(html, "50%");
hp.setCellWidth(filler, "20%");
hp.setCellHorizontalAlignment(img, ALIGN_LEFT);
// }
}
else { //if ( ! readOnly ) {
Image img = _createMenu(row, col);
hp.add(img);
}
}
else if ( row == CONTROL_ROW && col == CONTROL_COL ) {
HorizontalPanel hp = new HorizontalPanel();
hp.setVerticalAlignment(ALIGN_MIDDLE);
Image img = _createMenu(row, col);
hp.add(img);
if ( termsTLabel != null ) {
hp.add(termsTLabel);
}
_setWidget(row, col, hp);