List of usage examples for com.vaadin.ui CssLayout subclass-usage
From source file com.esofthead.mycollab.vaadin.web.ui.AbstractToggleSummaryField.java
/** * @author MyCollab Ltd * @since 5.2.12 */ public class AbstractToggleSummaryField extends CssLayout { protected Label titleLinkLbl;
From source file com.esofthead.mycollab.vaadin.web.ui.AttachmentDisplayComponent.java
/** * @author MyCollab Ltd. * @since 2.0 */ public class AttachmentDisplayComponent extends CssLayout { private static final long serialVersionUID = 1L;
From source file com.esofthead.mycollab.vaadin.web.ui.EmailTokenField.java
/** * @author MyCollab Ltd. * @since 1.0 */ public class EmailTokenField extends CssLayout { private final List<MailRecipientField> lstMailToken = new ArrayList<>();
From source file com.esofthead.mycollab.vaadin.web.ui.RightSidebarLayout.java
/** * @author MyCollab Ltd. * @since 4.5.4 */ public class RightSidebarLayout extends CssLayout { private static final long serialVersionUID = 6058720774092113093L;
From source file com.github.carljmosca.MainLayout.java
/** * * @author moscac */ public class MainLayout extends CssLayout {
From source file com.github.fbhd.main.BaseView.java
/** * * @author moscac */ public class BaseView extends CssLayout implements View {
From source file com.github.moscaville.contactsdb.main.ContactsView.java
/** * * @author moscac */ @SpringView(name = "") @SideBarItem(sectionId = Sections.CONTACTS, caption = "All", order = 1)
From source file com.github.moscaville.contactsdb.main.DetailView.java
/** * * @author moscac */ @SpringView(name = DetailView.VIEW_NAME) @SideBarItem(sectionId = Sections.CONTACTS, caption = "Details", order = 1)
From source file com.github.peholmst.mvp4vaadin.navigation.ui.NavigationBar.java
/**
* This component is a breadcrumb navigation bar that shows all the views
* currently in a {@link ViewController} as links in a row, where the first view
* corresponds to the first link, etc:
*
* <pre>
From source file com.haulmont.cuba.web.gui.components.table.TableComposition.java
public class TableComposition extends CssLayout { protected com.vaadin.v7.ui.Table table; public com.vaadin.v7.ui.Table getTable() { return table; }