List of usage examples for com.vaadin.ui Label subclass-usage
From source file de.symeda.sormas.ui.dashboard.statistics.SvgBarElement.java
@SuppressWarnings("serial") public class SvgBarElement extends Label { private static final int BAR_HEIGHT = 4; private String fillClass;
From source file de.symeda.sormas.ui.dashboard.statistics.SvgCircleElement.java
@SuppressWarnings("serial") public class SvgCircleElement extends Label { private final boolean showPercentage; private int percentage;
From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.ui.RequestProcessingLabel.java
/**
* Label that displays request performance metrics. As it also hooks into the
* response generation lifecycle, it's also used to submit request logging
* information to the {@link RequestProcessingLogService}, even if the label is
* not to be displayed.
*
From source file de.uni_tuebingen.qbic.qbicmainportlet.ButtonLink.java
public class ButtonLink extends Label { /** * */ private static final long serialVersionUID = 4654807493467264366L; String caption;
From source file edu.nps.moves.mmowgli.components.HtmlLabel.java
/**
* HtmlLabel.java
* Created on May 17, 2013
*
* MOVES Institute
* Naval Postgraduate School, Monterey, CA, USA
From source file org.activiti.explorer.ui.custom.PrettyTimeLabel.java
/**
* Label that renders the given date in a human readable format. The tooltip
* contains the date, using the default date formatting.
*
* @author Frederik Heremans
* @author Joram Barrez
From source file org.activiti.explorer.ui.task.PriorityLabel.java
/** * @author Joram Barrez */ public class PriorityLabel extends Label { private static final long serialVersionUID = 1L;
From source file org.apache.ace.webui.vaadin.component.StatusLine.java
/** * Denotes a status line in which a short summary of the latest actions in the UI are displayed. */ @SuppressWarnings("unchecked") public class StatusLine extends Label implements EventHandler {
From source file org.eclipse.hawkbit.ui.filtermanagement.footer.TargetFilterCountMessageLabel.java
/** * Count message label which display current filter details and details on * pinning. */ public class TargetFilterCountMessageLabel extends Label {
From source file org.eclipse.hawkbit.ui.management.CountMessageLabel.java
/** * Count message label which display current filter details and details on * pinning. */ public class CountMessageLabel extends Label {