List of usage examples for com.vaadin.ui FormLayout subclass-usage
From source file annis.gui.controlpanel.ExportOptionsPanel.java
/** * * @author Thomas Krause <krauseto@hu-berlin.de> */ public class ExportOptionsPanel extends FormLayout { private ComboBox cbLeftContext;
From source file annis.gui.controlpanel.ExportPanel.java
/** * * @author thomas */ public class ExportPanel extends FormLayout implements Button.ClickListener {
From source file annis.gui.controlpanel.SearchOptionsPanel.java
/** * * @author Thomas Krause <krauseto@hu-berlin.de> * @author Benjamin Weienfels <b.pixeldrama@gmail.com> */ public class SearchOptionsPanel extends FormLayout {
From source file ch.bfh.blue.UI.HomeView.java
/**
* This is the main page which is also set as default in the navigator
*
* @author SRS-Team
*
*/
From source file ch.bfh.blue.UI.LoginView.java
/**
* This view provides everything necessary to login with username and password
* @author SRS-Team
*
*/
From source file ch.bfh.blue.UI.RegisterView.java
/**
* This view provides everything necessary to create
* a new account with username and password
* @author SRS-Team
*
*/
From source file com.cerebro.gorgone.landingpage.Login.java
/** * * @author matteo */ class Login extends FormLayout {
From source file com.cerebro.gorgone.landingpage.SignIn.java
/** * * @author matteo */ class SignIn extends FormLayout {
From source file com.cerebro.provevaadin.database.Configurazione.java
/** * * @author matteo */ public class Configurazione extends FormLayout {
From source file com.cerebro.provevaadin.smtp.ConfigurazioneSMTP.java
/** * * @author matteo */ public class ConfigurazioneSMTP extends FormLayout {