List of usage examples for com.vaadin.ui Panel subclass-usage
From source file se.natusoft.osgi.aps.apsuseradminweb.vaadin.components.EditorPanel.java
/** * This is a panel that also handles 'Refreshables'. */ public class EditorPanel extends Panel { // // Private Members
From source file se.natusoft.osgi.aps.apsuseradminweb.vaadin.components.LeftBar.java
/** * The left bar containing the menu. */ public class LeftBar extends Panel { /**
From source file ui.form.AchievementFormTranslate.java
/** * * @author azc */ public abstract class AchievementFormTranslate<T> extends Panel implements Button.ClickListener {
From source file ui.form.LifetimeForm.java
/** * * @author azc */ public abstract class LifetimeForm<T> extends Panel implements Button.ClickListener {
From source file ui.list.LifetimeList.java
/** * * @author azc */ public abstract class LifetimeList<T> extends Panel implements LayoutClickListener, Button.ClickListener {
From source file ui.panel.LifetimePanel.java
/** * * @author azc */ public class LifetimePanel extends Panel {
From source file ui.panel.ListPanel.java
/** * * @author lifetime */ public class ListPanel extends Panel {
From source file ui.user.CVPreviewer.java
/** * * @author lifetime */ public class CVPreviewer extends Panel {
From source file ui.user.CVSettings.java
/** * * @author lifetime */ class CVSettings extends Panel {
From source file uk.co.q3c.v7.base.view.component.LoginStatusPanel.java
/**
* Represents the "logged in" status of the current {@link Subject}. Because it is UIScoped, only one can be used per
* {@link ScopedUI}.
* <p>
*
*