List of usage examples for com.vaadin.ui VerticalLayout subclass-usage
From source file com.snowy.PostLoginView.java
/** * * @author snowyowl */ @SpringView(name = "main") @Theme("valo")
From source file com.snowy.UsersList.java
/** * * @author Snowy */ public class UsersList extends VerticalLayout { private HashMap<String, Integer> hm = new HashMap<>();
From source file com.squadd.UI.ContentLayout.java
/** * * @author SharkNado */ public class ContentLayout extends VerticalLayout { private Panel contentPanel;
From source file com.tapas.evidence.fe.child.ChildDetail.java
/** * @author Michal Bocek * @since 1.0.0 */ public class ChildDetail extends VerticalLayout implements IUiBindable, IChildDetail {
From source file com.tapas.evidence.fe.child.ChildListView.java
/** * @author Michal Bocek * @since 1.0.0 */ public class ChildListView extends VerticalLayout implements IChildListView, IUiBindable {
From source file com.tapas.evidence.fe.child.ChildView.java
/** * @author Michal Bocek * @since 1.0.0 */ public class ChildView extends VerticalLayout implements IUiBindable, IChildView {
From source file com.tapas.evidence.fe.kindergarten.KindergartenDetail.java
/** * @author Michal Bocek * @since 1.0.0 */ public class KindergartenDetail extends VerticalLayout implements IUiBindable, IKindergartenDetail {
From source file com.tapas.evidence.fe.kindergarten.KindergartenListView.java
/** * @author Michal Bocek * @since 1.0.0 */ public class KindergartenListView extends VerticalLayout implements IKindergartenListView, IUiBindable {
From source file com.tapas.evidence.fe.menu.MenuView.java
/** * @author Michal Bocek * @since 1.0.0 */ public class MenuView extends VerticalLayout implements IMenuView, IUiBindable {
From source file com.tapas.evidence.fe.responsible.ResponsiblePersonDetail.java
/** * @author Michal Bocek * @since 1.0.0 */ public class ResponsiblePersonDetail extends VerticalLayout implements IUiBindable, IResponsiblePersonDetail {