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

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

Introduction

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

Usage

From source file com.esofthead.mycollab.vaadin.ui.DateFieldExt.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 4.5.4
 *
 */

From source file com.haulmont.cuba.web.toolkit.ui.CubaDateField.java

public class CubaDateField extends com.vaadin.ui.DateField implements Action.Container {

    /**
     * Keeps track of the Actions added to this component, and manages the
     * painting and handling as well.
     */

From source file com.haulmont.cuba.web.widgets.CubaDateField.java

public class CubaDateField extends com.vaadin.ui.DateField implements Action.Container {

    /**
     * Keeps track of the Actions added to this component, and manages the
     * painting and handling as well.
     */

From source file de.decidr.ui.view.DateField.java

/**
 * Like Vaadin's DateField, except it uses ISO 8601 formatted
 * date strings as input and output.
 *
 * @author Wolfgang Fellger
 */

From source file org.bubblecloud.ilves.component.field.DatePartField.java

/**
 * Field for entering dates.
 *
 * @author Tommi S.E. Laukkanen
 */
public final class DatePartField extends DateField {

From source file org.bubblecloud.ilves.component.field.TimestampField.java

/**
 * Field for editing timestamps.
 *
 * @author Tommi S.E. Laukkanen
 */
public final class TimestampField extends DateField {

From source file org.eclipse.hawkbit.ui.tenantconfiguration.polling.DurationField.java

/**
 * This class represents a Field which is optimized to enter a time duration in
 * form HH:mm:ss (see {@link #DURATION_FORMAT_STIRNG}). It uses the vaadin
 * DateField as a basic element, but the format is optimized for the duration
 * input. For a correct view of the popup it is recommended not to display the
 * css-class "v-datefield-calendarpanel-header" and

From source file org.vaadin.addons.sitekit.grid.field.DatePartField.java

/**
 * Field for entering dates.
 *
 * @author Tommi S.E. Laukkanen
 */
public final class DatePartField extends DateField {

From source file org.vaadin.addons.sitekit.grid.field.TimestampField.java

/**
 * Field for editing timestamps.
 *
 * @author Tommi S.E. Laukkanen
 */
public final class TimestampField extends DateField {