Example usage for com.vaadin.client.ui ShortcutActionHandler.ShortcutActionHandlerOwner interface-usage

List of usage examples for com.vaadin.client.ui ShortcutActionHandler.ShortcutActionHandlerOwner interface-usage

Introduction

In this page you can find the example usage for com.vaadin.client.ui ShortcutActionHandler.ShortcutActionHandlerOwner interface-usage.

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.combobox.CubaComboBoxWidget.java

public class CubaComboBoxWidget extends VFilterSelect
        implements ShortcutActionHandler.ShortcutActionHandlerOwner, HasEnabled {

    private static final String READONLY_STYLE_SUFFIX = "readonly";
    private static final String PROMPT_STYLE = "prompt";
    private static final String CUBA_DISABLED_OR_READONLY = "c-disabled-or-readonly";

From source file com.haulmont.cuba.web.toolkit.ui.client.datefield.CubaDateFieldWidget.java

public class CubaDateFieldWidget extends VPopupCalendar
        implements ShortcutActionHandler.ShortcutActionHandlerOwner {

    protected ShortcutActionHandler shortcutHandler;

    protected static final String EMPTY_FIELD_CLASS = "c-datefield-empty";

From source file com.haulmont.cuba.web.toolkit.ui.client.tableshared.TableWidget.java

public interface TableWidget extends HasEnabled, ShortcutActionHandler.ShortcutActionHandlerOwner {
    boolean isCustomColumn(int colIndex);

    boolean isGenericRow(Widget rowWidget);

    String[] getVisibleColOrder();

From source file com.haulmont.cuba.web.toolkit.ui.client.textfield.CubaTextFieldWidget.java

public class CubaTextFieldWidget extends VTextField implements ShortcutActionHandler.ShortcutActionHandlerOwner {
    protected static final String PROMPT_STYLE = "prompt";
    protected static final String CUBA_DISABLED_OR_READONLY = "c-disabled-or-readonly";
    protected static final String CUBA_EMPTY_VALUE = "c-empty-value";

    protected static final String CASE_CONVERSION_MODE_NONE = "NONE";

From source file com.haulmont.cuba.web.toolkit.ui.client.tree.CubaTreeWidget.java

public class CubaTreeWidget extends VTree implements ShortcutActionHandler.ShortcutActionHandlerOwner {

    protected ShortcutActionHandler shortcutHandler;

    protected boolean doubleClickHandling = false;

From source file com.haulmont.cuba.web.widgets.client.combobox.CubaComboBoxWidget.java

public class CubaComboBoxWidget extends VFilterSelect
        implements ShortcutActionHandler.ShortcutActionHandlerOwner, HasEnabled {

    private static final String READONLY_STYLE_SUFFIX = "readonly";
    private static final String PROMPT_STYLE = "prompt";
    private static final String CUBA_DISABLED_OR_READONLY = "c-disabled-or-readonly";

From source file com.haulmont.cuba.web.widgets.client.datefield.CubaDateFieldWidget.java

public class CubaDateFieldWidget extends VPopupCalendar
        implements ShortcutActionHandler.ShortcutActionHandlerOwner {

    protected ShortcutActionHandler shortcutHandler;

    protected static final String EMPTY_FIELD_CLASS = "c-datefield-empty";

From source file com.haulmont.cuba.web.widgets.client.tableshared.TableWidget.java

public interface TableWidget extends HasEnabled, ShortcutActionHandler.ShortcutActionHandlerOwner {
    boolean isCustomColumn(int colIndex);

    boolean isGenericRow(Widget rowWidget);

    String[] getVisibleColOrder();

From source file com.haulmont.cuba.web.widgets.client.textfield.CubaTextFieldWidget.java

public class CubaTextFieldWidget extends VTextField implements ShortcutActionHandler.ShortcutActionHandlerOwner {
    protected static final String PROMPT_STYLE = "prompt";
    protected static final String CUBA_DISABLED_OR_READONLY = "c-disabled-or-readonly";
    protected static final String CUBA_EMPTY_VALUE = "c-empty-value";

    protected static final String CASE_CONVERSION_MODE_NONE = "NONE";

From source file com.haulmont.cuba.web.widgets.client.tree.CubaTreeWidget.java

public class CubaTreeWidget extends VTree implements ShortcutActionHandler.ShortcutActionHandlerOwner {

    protected ShortcutActionHandler shortcutHandler;

    protected boolean doubleClickHandling = false;