April 2018
Intermediate to advanced
202 pages
4h 48m
English
The first step is to create the required Vaadin UI components and configure them using the standard Vaadin API. This can be done as follows:
public class TabBasedApplicationLayout extends Composite { private VerticalLayout mainLayout = new VerticalLayout(); private HorizontalLayout header = new HorizontalLayout(); private HorizontalSplitPanel splitPanel = new HorizontalSplitPanel(); private VerticalLayout menuLayout = new VerticalLayout(); private TabSheet tabSheet = new TabSheet(); public TabBasedApplicationLayout(String caption) { ... layout and components configuration }}
Read now
Unlock full access