List of usage examples for com.vaadin.ui HorizontalLayout subclass-usage
From source file com.javashop.snippets.ui.dashboard.DashboardMenuLayout.java
/** * @author sukenshah */ public class DashboardMenuLayout extends HorizontalLayout { private static final long serialVersionUID = -7237000274001082516L;
From source file com.jorambarrez.FlowEditor.java
/** * @author Joram Barrez */ public class FlowEditor extends HorizontalLayout { private static final long serialVersionUID = 1L;
From source file com.klwork.explorer.ui.custom.ToolBar.java
/**
* Container for holding {@link ToolbarEntry}s.
*
* @author Frederik Heremans
* @author Joram Barrez
*/
From source file com.klwork.explorer.ui.form.SelectUserField.java
/**
* Field which allows you to select a user. The field-value is the id of the
* selected user.
*
* @author Frederik Heremans
*/
From source file com.klwork.explorer.ui.main.views.SocialView.java
/** * The Class SocialView. */ @org.springframework.stereotype.Component @Scope("prototype") @Theme(ExplorerLayout.THEME)
From source file com.klwork.explorer.ui.mainlayout.MainMenuBar.java
/** * @author Joram Barrez * @author Frederik Heremans */ @SuppressWarnings("serial") public class MainMenuBar extends HorizontalLayout {
From source file com.klwork.explorer.ui.task.UserDetailsComponent.java
/** * Component for one user (picture + name + optional action). * * @author Joram Barrez */ public class UserDetailsComponent extends HorizontalLayout {
From source file com.kpg.diary.ui.MenuLayout.java
/**
* The Class MenuLayout.
*
* @author Ankit Sood Dec 6, 2016
*/
@org.springframework.stereotype.Component
From source file com.liferay.mail.vaadin.MessageToolbar.java
/** * @author Henri Sara */ public class MessageToolbar extends HorizontalLayout { private static Log _log = LogFactoryUtil.getLog(MessageToolbar.class);
From source file com.logicbomb.newschool.pages.masterpages.PrimaryMasterPage.java
/** * * @author Rajat */ @Theme("mytheme") @Widgetset("com.logicbomb.newschool.MyAppWidgetset")