Example usage for com.vaadin.shared.ui.checkbox CheckBoxState subclass-usage

List of usage examples for com.vaadin.shared.ui.checkbox CheckBoxState subclass-usage

Introduction

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

Usage

From source file com.github.imcharsi.vaadin.tristatecheckbox.client.shared.TriStateCheckBoxState.java

/**
 * Created by KangWoo,Lee on 14. 8. 2.
 * copied from CheckBoxState
 */
public class TriStateCheckBoxState extends CheckBoxState {
    public int triState = 1;

From source file com.haulmont.cuba.web.toolkit.ui.client.checkbox.CubaCheckBoxState.java

public class CubaCheckBoxState extends CheckBoxState {

    public boolean captionManagedByLayout = false;
}

From source file com.haulmont.cuba.web.widgets.client.checkbox.CubaCheckBoxState.java

public class CubaCheckBoxState extends CheckBoxState {

    public boolean captionManagedByLayout = false;
}

From source file org.vaadin.alump.offlinebuilder.shared.OCheckBoxState.java

/**
 * Created by alump on 18/07/14.
 */
public class OCheckBoxState extends CheckBoxState {

    public String offlineValueKey;