April 2018
Intermediate to advanced
202 pages
4h 48m
English
The next step is to implement the ApplicationLayout interface and add the required methods:
Implementing the addHeaderComponent(Component) method is quite straightforward:
@Overridepublic void addHeaderComponent(Component component) { component.setWidth(null); header.addComponent(component); header.setComponentAlignment(component, Alignment.MIDDLE_RIGHT);}
The addWorkingAreaComponent(WorkingAreaComponent) method should avoid adding two tabs with ...
Read now
Unlock full access