8000 Layout Customization Guide · bubblecloud/ilves Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Layout Customization Guide

tlaukkan edited this page Dec 7, 2014 8000 · 8 revisions

This guide describes how page layouts can be customized. You can customize the basic page layout by making your own version of DefaultValoView:

The view class needs to be set to each page you want to apply it for. All built-in pages default to DefaultValoView.java.

You can write your Vaadin functionality directly to View if you so wish and avoid Viewlet abstraction. This does mean that you need to have a base class for your view to share common page features like logos and navigation or alternatively replicate some boiler plate code to each view.

Clone this wiki locally
0