]> source.dussan.org Git - vaadin-framework.git/commitdiff
Deprecated LoginForm as it no longer works in most supported browsers (#8405)
authorArtur Signell <artur@vaadin.com>
Mon, 24 Sep 2012 17:58:40 +0000 (20:58 +0300)
committerArtur Signell <artur@vaadin.com>
Mon, 24 Sep 2012 17:58:40 +0000 (20:58 +0300)
server/src/com/vaadin/ui/LoginForm.java

index b65d1cfa06ebbab0615c180a8994402581aaba11..a748d8d4c5560da8d93b2b3679b9b1cb0187abde 100644 (file)
@@ -27,9 +27,9 @@ import java.util.Map;
 import com.vaadin.server.ConnectorResource;
 import com.vaadin.server.DownloadStream;
 import com.vaadin.server.RequestHandler;
-import com.vaadin.server.VaadinSession;
 import com.vaadin.server.VaadinRequest;
 import com.vaadin.server.VaadinResponse;
+import com.vaadin.server.VaadinSession;
 import com.vaadin.shared.ApplicationConstants;
 
 /**
@@ -49,7 +49,11 @@ import com.vaadin.shared.ApplicationConstants;
  * default component tries to guess the right place for theme css.
  * 
  * @since 5.3
+ * @deprecated as of Vaadin 7.0. This component no longer fulfills its duty
+ *             reliably in the supported browsers and a {@link VerticalLayout}
+ *             with two {@link TextField}s can be used instead.
  */
+@Deprecated
 public class LoginForm extends CustomComponent {
 
     private String usernameCaption = "Username";