break;
default:
break;
}
} else if (update.containsKey(PROPERTY.CELL_VERTICAL_ALIGNMENT)) {
final PVerticalAlignment verticalAlignment = PVerticalAlignment.values()[update.getInt(PROPERTY.CELL_VERTICAL_ALIGNMENT)];
final Widget w = asWidget(update.getLong(PROPERTY.CELL), uiService);
switch (verticalAlignment) {
case ALIGN_TOP:
uiObject.setCellVerticalAlignment(w, HasVerticalAlignment.ALIGN_TOP);
break;