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

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

Introduction

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

Usage

From source file com.esofthead.mycollab.module.project.ui.components.TaskCompleteStatusSelection.java

/**
 * @author MyCollab Ltd.
 * @since 1.0
 */
public class TaskCompleteStatusSelection extends Slider {
    private static final long serialVersionUID = 1L;

From source file de.catma.ui.SliderComp.java

@ClientWidget(VSliderComp.class)
public class SliderComp extends Slider {

    public SliderComp() {
    }