Project

General

Profile

Download (1019 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.cdm.vaadin.design.phycobank;
2

    
3
import com.vaadin.annotations.AutoGenerated;
4
import com.vaadin.annotations.DesignRoot;
5
import com.vaadin.ui.Button;
6
import com.vaadin.ui.CssLayout;
7
import com.vaadin.ui.HorizontalLayout;
8
import com.vaadin.ui.declarative.Design;
9

    
10
/** 
11
 * !! DO NOT EDIT THIS FILE !!
12
 * 
13
 * This class is generated by Vaadin Designer and will be overwritten.
14
 * 
15
 * Please make a subclass with logic and additional interfaces as needed,
16
 * e.g class LoginView extends LoginDesign implements View { }
17
 */
18
@DesignRoot
19
@AutoGenerated
20
@SuppressWarnings("serial")
21
public class PhycobankApplicationDesign extends HorizontalLayout {
22
    protected CssLayout menu;
23
    protected Button dashboard;
24
    protected Button reports;
25
    protected Button customize;
26
    protected Button help;
27
    protected Button login;
28
    protected Button userAccount;
29
    protected Button messagesButton;
30
    protected CssLayout content;
31

    
32
    public PhycobankApplicationDesign() {
33
        Design.read(this);
34
    }
35
}
    (1-1/1)