final FlexTable m_layout = new FlexTable();
o_layout.setCellSpacing(6);
FlexCellFormatter o_cellFormatter = o_layout.getFlexCellFormatter();
o_cellFormatter.setColSpan(0, 0, 6);
AlbumModel currentAlbum = contactModel.getAlbumList().get(selectedIdx);
if (currentAlbum.getPhotos() == null || currentAlbum.getPhotos().size() == 0) {
kirinService.loadPhoto(contactModel.getNikeName(), currentAlbum.getAlbumid(), new AsyncCallback<List<PhotoModel>>() {
@Override
public void onSuccess(List<PhotoModel> result) {
int i = 0, j = 0;