List of usage examples for com.vaadin.ui FormLayout subclass-usage
From source file eu.eco2clouds.portal.component.NewRequirementForm.java
/** * * */ public class NewRequirementForm extends FormLayout implements Button.ClickListener {
From source file eu.eco2clouds.portal.component.NewResourceForm.java
/** * * */ public class NewResourceForm extends FormLayout implements Button.ClickListener {
From source file eu.eco2clouds.portal.component.NewTaskForm.java
/** * * */ public class NewTaskForm extends FormLayout implements Button.ClickListener {
From source file fi.jasoft.dragdroplayouts.DDFormLayout.java
/**
* Form layout with support for drag and drop
*
* @author John Ahlroos / www.jasoft.fi
* @since 0.8.0
*
From source file gov.osti.doecode.RepositoryForm.java
/**
* the basic UI/Form for editing software metadata.
*
* Extends and implements FormLayout for styling. Attributes should be named
* the same as corresponding values in the underlying Bean object (SoftwareRepository).
*
From source file my.vaadin.app.CustomerForm.java
public class CustomerForm extends FormLayout { private TextField firstName = new TextField("First name"); private TextField lastName = new TextField("Last name"); private TextField email = new TextField("Email"); private NativeSelect<CustomerStatus> status = new NativeSelect<>("Status");
From source file org.apache.tamaya.mutableconfig.ui.ConfigEditorWidget.java
/** * Tamaya UI view to change configuration. */ public class ConfigEditorWidget extends FormLayout { private MutableConfiguration mutableConfig;
From source file org.apache.tamaya.ui.mutableconfig.ConfigEditorWidget.java
/** * Tamaya UI view to change configuration. */ public class ConfigEditorWidget extends FormLayout { private MutableConfiguration mutableConfig;
From source file org.fatal1t.finbe.ui.components.CategoryForm.java
/**
*
* @author fatal1t
*/
@SpringComponent
@UIScope
From source file org.fatal1t.finbe.ui.components.ExpensesForm.java
/**
*
* @author fatal1t
*/
@SpringComponent
@UIScope