Example usage for com.vaadin.ui CustomField subclass-usage

List of usage examples for com.vaadin.ui CustomField subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui CustomField subclass-usage.

Usage

From source file com.nfl.dm.clubsites.cms.articles.subapp.articleeditor.tagging.components.TagField.java

/**
 * Created with IntelliJ IDEA.
 * User: sasha
 * Date: 25/12/13
 * Time: 21:38
 * To change this template use File | Settings | File Templates.

From source file com.ocs.dynamo.ui.component.CustomEntityField.java

/**
 * A custom field that can be used to edit an AbstractEntity or collection of abstract entities
 * 
 * @author bas.rutten
 *
 * @param <ID>

From source file com.ocs.dynamo.ui.component.TimeField.java

/**
 * A custom field for displaying a time - renders an hour combo box and a minute combo box
 * 
 * @author bas.rutten
 */
public class TimeField extends CustomField<Date> {

From source file com.ocs.dynamo.ui.component.URLField.java

/**
 * A custom field for displaying a clickable URL
 * 
 * @author bas.rutten
 *
 */

From source file com.ocs.dynamo.ui.composite.form.CollectionTable.java

/**
 * A component for editing a property that is annotated as an
 * 
 * @ElementCollection.
 * 
 * @author bas.rutten

From source file com.ocs.dynamo.ui.composite.form.DetailsEditTable.java

/**
 * A complex table component for the in-place editing of a one-to-many relation. It can also be used
 * to manage a many-to-many relation but in this case the "tableReadOnly" must be set to true. You
 * can then use the setSearchXXX methods to configure the behaviour of the search dialog that can be
 * used to modify the values If you need a component like this, you should override the
 * constructCustomField method and use it to construct a subclass of this component Note that a

From source file de.datenhahn.vaadin.componentrenderer.grid.editor.ComponentCustomField.java

/**
 * Fake-Field for the grid-editor which just displays the component
 * from the table-cell.
 *
 * Caution! Does NOT support buffered-mode/commit. It just hands through
 * the component from the cell.

From source file de.fatalix.lighty.web.component.field.InlineEditField.java

/**
 *
 * @author felix.husse
 */
public class InlineEditField extends CustomField<String> {

From source file de.kaiserpfalzEdv.infopir.ui.register.AccusedField.java

/**
 * @author klenkes
 * @version 2015Q1
 * @since 11.09.15 14:19
 */
public class AccusedField extends CustomField<Accused> {

From source file de.kaiserpfalzEdv.infopir.ui.register.TrialField.java

/**
 * @author klenkes
 * @version 2015Q1
 * @since 11.09.15 14:19
 */
public class TrialField extends CustomField<Trial> {