Example usage for com.vaadin.client.ui Action subclass-usage

List of usage examples for com.vaadin.client.ui Action subclass-usage

Introduction

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

Usage

From source file com.haulmont.cuba.web.toolkit.ui.client.action.RemoteAction.java

public abstract class RemoteAction extends Action {

    protected String actionId;

    protected RemoteAction(ClientAction clientAction, ActionOwner owner) {
        super(owner);

From source file com.haulmont.cuba.web.widgets.client.action.RemoteAction.java

public abstract class RemoteAction extends Action {

    protected String actionId;

    protected RemoteAction(ClientAction clientAction, ActionOwner owner) {
        super(owner);