List of usage examples for com.vaadin.ui AbsoluteLayout subclass-usage
From source file edu.nps.moves.mmowgli.modules.cards.IdeaDashboardTabPanel.java
/**
* IdeaDashboardTabPanel.java
* Created on Feb 8, 2011
*
* MOVES Institute
* Naval Postgraduate School, Monterey, CA, USA
From source file edu.nps.moves.mmowgli.modules.userprofile.UserProfile3Top.java
/**
* UserProfile3Top.java
* Created on Oct 7, 2011
* Updated on Mar 13, 2014
*
* MOVES Institute
From source file edu.nps.moves.mmowgli.modules.userprofile.UserProfilePage3.java
/**
* UserProfilePageStyled.java
* Created on Mar 14, 2011
* Updated on Mar 13, 2014
*
* MOVES Institute
From source file fi.jasoft.dragdroplayouts.DDAbsoluteLayout.java
/** * Absolute layout with drag and drop support * * @author John Ahlroos / www.jasoft.fi */ @SuppressWarnings("serial")
From source file lifetime.component.LifetimeBackground.java
/** * * @author lifetime */ public abstract class LifetimeBackground extends AbsoluteLayout {
From source file lifetime.component.LifetimeView.java
/**
* <p>
* The Lifetime Abstract View. This class represents the structural template for
* the top-level view presented to the user. This template is composed by two
* components: {@code LifetimeMenu} and {@code LifetimeContent}.
*
From source file lifetime.component.timeline.AxisLayout.java
/** * * @author zua */ abstract class AxisLayout extends AbsoluteLayout {
From source file lifetime.component.timeline.PlanLayout.java
/** * * @author zua */ class PlanLayout extends AbsoluteLayout {
From source file lifetime.component.timeline.TimelineLayout.java
/** * * @author zua */ public class TimelineLayout extends AbsoluteLayout {
From source file lifetime.component.user.AddressLayout.java
/** * * @author zua */ public class AddressLayout extends AbsoluteLayout {