List of usage examples for com.vaadin.ui HorizontalLayout subclass-usage
From source file ui.helper.ListControlView.java
/** * * @author lifetime */ class ListControlView extends HorizontalLayout {
From source file ui.helper.PairView.java
/** * * @author azc */ public class PairView extends HorizontalLayout { private KeyLabel keyComponent;
From source file ui.helper.TaskView.java
/** * * @author azc * @param <T> */ public class TaskView<T extends Achievement> extends HorizontalLayout {
From source file ui.helper.UserNavigationContext.java
/** * * @author lifetime */ public class UserNavigationContext extends HorizontalLayout {
From source file ui.item.InfoTitle.java
/** * * @author azc */ public class InfoTitle extends HorizontalLayout { private LifetimeLabel titleLabel;
From source file ui.item.ItemView.java
/** * * @author azc */ public abstract class ItemView<T> extends HorizontalLayout {
From source file ui.item.LifetimeDates.java
/** * * @author azc */ public class LifetimeDates extends HorizontalLayout { private static final SimpleDateFormat dateFormat = new SimpleDateFormat("MMM yyyy");
From source file ui.item.QAView.java
/** * * @author lifetime */ public abstract class QAView<T> extends HorizontalLayout implements ClickListener {
From source file ui.menu.LifetimeMenu.java
/** * * @author lifetime */ public class LifetimeMenu extends HorizontalLayout implements ClickListener, FocusListener {
From source file ui.user.CVDownloadManager.java
/** * * @author lifetime */ public class CVDownloadManager extends HorizontalLayout { private final CVSettings settings;