loginTable.getFlexCellFormatter().setAlignment(4, 1, HasAlignment.ALIGN_CENTER, HasAlignment.ALIGN_MIDDLE);
if (Application.get().getClientApplicationProperty(WebProtegePropertyName.OPEN_ID_ENABLED, false)) {
win.setHeight(320);
loginTable.getFlexCellFormatter().setColSpan(5, 0, 2);
loginTable.setWidget(5, 0, openIdlabel);
OpenIdIconPanel openIdIconPanel = new OpenIdIconPanel(win);
openIdIconPanel.setWindowCloseHandlerRegistration(windowCloseHandlerRegistration);
openIdIconPanel.setLoginWithHttps(isLoginWithHttps);
loginTable.setWidget(6, 0, openIdIconPanel);
loginTable.getFlexCellFormatter().setColSpan(6, 0, 3);
}
else {
win.setHeight(230);