Example usage for com.vaadin.event Action.Handler interface-usage

List of usage examples for com.vaadin.event Action.Handler interface-usage

Introduction

In this page you can find the example usage for com.vaadin.event Action.Handler interface-usage.

Usage

From source file annis.gui.controlpanel.CorpusListPanel.java

/**
 *
 * @author thomas
 */
public class CorpusListPanel extends VerticalLayout implements AbstractSelect.NewItemHandler, Action.Handler {

From source file com.cavisson.gui.dashboard.components.charts.model.CreateTree.java

/**
 *
 * @author kanchan
 */
public class CreateTree extends VerticalLayout implements Action.Handler {

From source file com.expressui.core.view.menu.ActionContextMenu.java

/**
 * Context menu (right-mouse click) for handling any actions, for example in results.
 */
@Scope(SCOPE_PROTOTYPE)
@Component
public class ActionContextMenu implements Action.Handler {

From source file com.haulmont.cuba.web.gui.components.mainwindow.MainTabSheetActionHandler.java

public class MainTabSheetActionHandler implements Action.Handler {

    protected com.vaadin.event.Action closeAllTabs;
    protected com.vaadin.event.Action closeOtherTabs;
    protected com.vaadin.event.Action closeCurrentTab;

From source file com.haulmont.cuba.web.gui.components.WebPickerFieldActionHandler.java

public class WebPickerFieldActionHandler implements Action.Handler {

    private final int[] modifiers;

    private Map<ShortcutAction, com.haulmont.cuba.gui.components.Action> actionsMap = new HashMap<>();
    private List<Action> shortcuts = new ArrayList<>();

From source file com.liferay.mail.vaadin.FolderTree.java

/**
 * @author Henri Sara
 */
public class FolderTree extends Tree implements DropHandler, Action.Handler {

    private static class AccountAction extends Action {

From source file com.lizardtech.expresszip.vaadin.FindLayersViewComponent.java

public class FindLayersViewComponent extends CustomComponent
        implements FindLayersView, Button.ClickListener, Action.Handler {
    private static final long serialVersionUID = 912537433588738669L;
    private static final String RENDER = "Render";
    private static final String EXPORT = "Export";
    private static final String BASEMAP = "Basemap";

From source file com.lizardtech.expresszip.vaadin.SetupMapViewComponent.java

@SuppressWarnings("serial")
public class SetupMapViewComponent extends CustomComponent implements SetupMapView, ClickListener, Action.Handler {
    private static final String DRAG_PROPERTY = "drag";
    private static final int LEFT = 0;
    private static final int RIGHT = 1;
    private static final int TOP = 2;

From source file com.ocs.dynamo.ui.composite.table.ModelBasedTreeTable.java

/**
 * Model aware tree table.
 * 
 * @author Patrick Deenen (patrick.deenen@opencirclesolutions.nl)
 */
public class ModelBasedTreeTable<ID extends Serializable, T extends AbstractEntity<ID>> extends TreeTable

From source file com.purebred.core.view.menu.ActionContextMenu.java

@Scope("prototype")
@Component
public class ActionContextMenu implements Action.Handler {

    @Resource
    private MessageSource uiMessageSource;