List of usage examples for com.vaadin.ui AbstractComponent subclass-usage
From source file info.magnolia.ui.vaadin.actionbar.Actionbar.java
/** * The Actionbar widget, consisting of sections and groups of actions. */ public class Actionbar extends AbstractComponent { private static final Logger log = LoggerFactory.getLogger(Actionbar.class);
From source file info.magnolia.ui.vaadin.applauncher.AppLauncher.java
/** * Server side of AppLauncher. */ public class AppLauncher extends AbstractComponent { public AppLauncher() {
From source file info.magnolia.ui.vaadin.dialog.BaseDialog.java
/** * Basic implementation of dialogs. * Provides Action registration and callbacks to the view. * Can be closed. */ public class BaseDialog extends AbstractComponent implements HasComponents {
From source file info.magnolia.ui.vaadin.icon.BadgeIcon.java
/** * The BadgeIcon is a lightweight component that outputs a simple indicator badge icon to display * notifications counters for instance. The client-side implementation is scalable and only relies * on browser support for rounded corners. */ public class BadgeIcon extends AbstractComponent {
From source file info.magnolia.ui.vaadin.icon.Icon.java
/** * The Icon is a lightweight component that outputs a simple scalable icon. The client-side * implementation is based on the icon font technique, which means it only allows for monochromatic * icons. For multilayer icons, please head to the CompositeIcon. */ public class Icon extends AbstractComponent {
From source file info.magnolia.ui.vaadin.icon.LoadingIcon.java
/** * The LoadingIcon is a lightweight component that outputs the magnolia 5 loading icon as a simple * scalable widget. The client-side implementation is based on the icon font technique and CSS3 * animations. */ public class LoadingIcon extends AbstractComponent {
From source file info.magnolia.ui.vaadin.layout.LazyThumbnailLayout.java
/** * Lazy layout of asset thumbnails. */ public class LazyThumbnailLayout extends AbstractComponent implements Container.Viewer, Container.ItemSetChangeListener {
From source file info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell.java
/** * Server side implementation of the MagnoliaShell container. */ @JavaScript({ "jquery-1.7.2.min.js", "jquery.animate-enhanced.min.js" }) public class MagnoliaShell extends AbstractComponent implements HasComponents, View {
From source file org.eclipse.hawkbit.ui.artifacts.upload.UploadDropAreaLayout.java
/** * Container for drag and drop area in the upload view. */ public class UploadDropAreaLayout extends AbstractComponent { private static final long serialVersionUID = 1L;
From source file org.eclipse.hawkbit.ui.rollout.groupschart.GroupsPieChart.java
/** * Draws a pie charts for the provided groups. */ public class GroupsPieChart extends AbstractComponent { private static final long serialVersionUID = 1311542227339430098L;