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

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

Introduction

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

Usage

From source file org.accelerators.activiti.admin.ui.GroupTab.java

/**
 * Group tab provides access to group table and group form
 * 
 * @author Patrick Oberg
 * 
 */

From source file org.accelerators.activiti.admin.ui.UserTab.java

/**
 * User tab provides access to user table and user form
 * 
 * @author Patrick Oberg
 * 
 */

From source file org.activiti.administrator.ui.GroupTab.java

/**
 * Group tab provides access to group table and group form
 * 
 * @author Patrick Oberg
 * 
 */

From source file org.activiti.administrator.ui.UserTab.java

/**
 * User tab provides access to user table and user form
 * 
 * @author Patrick Oberg
 * 
 */

From source file org.activiti.explorer.ui.AbstractPage.java

/**
 * Superclass for all Explorer pages
 * 
 * @author Joram Barrez
 * @author Frederik Heremans
 */

From source file org.activiti.explorer.ui.custom.SkypeLabel.java

/**
 * Label that allows to call direcly with skype when clicked.
 * 
 * @author Joram Barrez
 */
public class SkypeLabel extends CustomComponent {

From source file org.activiti.explorer.ui.custom.ToolbarEntry.java

/**
 * Entry to use in a tool bar. Shows label and optional count.
 * 
 * @author Frederik Heremans
 * @author Joram Barrez
 */

From source file org.activiti.explorer.ui.task.SubTaskComponent.java

/**
 * Custom component for the 'sub tasks' section for a task.
 * Used in the {@link TaskDetailPanel}.
 * 
 * @author Joram Barrez
 */

From source file org.activiti.explorer.ui.task.TaskInvolvedPeopleComponent.java

/**
 * Component for a {@link TaskPage} that displays all people involved with the task.
 * 
 * @author Joram Barrez
 */
public class TaskInvolvedPeopleComponent extends CustomComponent {

From source file org.apache.openaz.xacml.admin.components.AttributeDictionary.java

public class AttributeDictionary extends CustomComponent {
    /*- VaadinEditorProperties={"grid":"RegularGrid,20","showGrid":true,"snapToGrid":true,"snapToObject":true,"movingGuides":false,"snappingDistance":10} */

    @AutoGenerated
    private VerticalLayout mainLayout;
    @AutoGenerated