List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file org.eclipse.hawkbit.ui.layouts.AbstractTagLayout.java
/**
* Abstract class for tag layout.
*
* @param <E>
* entity class
*/
From source file org.eclipse.hawkbit.ui.management.dstable.DistributionAddUpdateWindowLayout.java
/** * WindowContent for adding/editing a Distribution */ public class DistributionAddUpdateWindowLayout extends CustomComponent { private static final long serialVersionUID = -5602182034230568435L;
From source file org.eclipse.hawkbit.ui.management.targettable.BulkUploadHandler.java
/** * Bulk target upload handler. */ public class BulkUploadHandler extends CustomComponent implements SucceededListener, FailedListener, Receiver, StartedListener {
From source file org.eclipse.hawkbit.ui.management.targettable.TargetAddUpdateWindowLayout.java
/** * Add and Update Target. */ public class TargetAddUpdateWindowLayout extends CustomComponent { private static final long serialVersionUID = -6659290471705262389L;
From source file org.eclipse.hawkbit.ui.management.targettable.TargetBulkUpdateWindowLayout.java
/** * Bulk target upload layout. */ public class TargetBulkUpdateWindowLayout extends CustomComponent { private final VaadinMessageSource i18n;
From source file org.eclipse.hawkbit.ui.menu.DashboardMenu.java
/**
* A responsive menu component providing user information and the controls for
* primary navigation between the views.
*/
@UIScope
@SpringComponent
From source file org.eclipse.hawkbit.ui.tenantconfiguration.BaseConfigurationView.java
/** * Base class for all configuration views. This class implements the logic for * the handling of the configurations in a consistent way. * */ public abstract class BaseConfigurationView extends CustomComponent implements ConfigurationGroup {
From source file org.eclipse.hawkbit.ui.tenantconfiguration.TenantConfigurationDashboardView.java
/** * Main UI for the system configuration view. */ @ViewScope @SpringView(name = TenantConfigurationDashboardView.VIEW_NAME, ui = AbstractHawkbitUI.class) public class TenantConfigurationDashboardView extends CustomComponent
From source file org.eclipse.skalli.view.component.CustomField.java
/**
* A {@link CustomComponent} that also implements the {@link Field} interface, so
* form fields can be created by composing Vaadin components.
*
* Subclasses need to set the composition root, which is done in the constructor
* typically.
From source file org.eclipse.skalli.view.component.PeopleComponent.java
@SuppressWarnings("serial") public class PeopleComponent extends CustomComponent { private static final String STYLE = "peoplecomponent"; //$NON-NLS-1$ protected PeopleComponent(final User user) {