Project

General

Profile

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

    
3
import com.vaadin.annotations.AutoGenerated;
4
import com.vaadin.annotations.DesignRoot;
5
import com.vaadin.ui.Button;
6
import com.vaadin.ui.GridLayout;
7
import com.vaadin.ui.Label;
8
import com.vaadin.ui.Link;
9
import com.vaadin.ui.declarative.Design;
10

    
11
/** 
12
 * !! DO NOT EDIT THIS FILE !!
13
 * 
14
 * This class is generated by Vaadin Designer and will be overwritten.
15
 * 
16
 * Please make a subclass with logic and additional interfaces as needed,
17
 * e.g class LoginView extends LoginDesign implements View { }
18
 */
19
@DesignRoot
20
@AutoGenerated
21
@SuppressWarnings("serial")
22
public class RegistrationItemGridDesign extends GridLayout {
23
    protected Label typeStateLabel;
24
    protected Link identifierLink;
25
    protected Button blockedByButton;
26
    protected Button messageButton;
27
    protected Button openButton;
28
    protected Label citationLabel;
29

    
30
    public RegistrationItemGridDesign() {
31
        Design.read(this);
32
    }
33
}
(2-2/5)