Project

General

Profile

« Previous | Next » 

Revision 8d1195dc

Added by Andreas Kohlbecker about 7 years ago

removing old unused deigns

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/design/phycobank/PhycobankApplicationDesign.java
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
}
src/main/resources/eu/etaxonomy/cdm/vaadin/design/phycobank/PhycobankApplicationDesign.html
1
<!doctype html>
2
<html>
3
 <head>
4
  <meta charset="UTF-8">
5
  <meta name="design-properties" content="{&quot;RULERS_VISIBLE&quot;:true,&quot;GUIDELINES_VISIBLE&quot;:false,&quot;SNAP_TO_OBJECTS&quot;:true,&quot;SNAP_TO_GRID&quot;:true,&quot;SNAPPING_DISTANCE&quot;:10,&quot;JAVA_SOURCES_ROOT&quot;:&quot;src/main/java&quot;,&quot;THEME&quot;:&quot;edit-valo&quot;}">
6
  <meta name="vaadin-version" content="7.7.0">
7
 </head>
8
 <body>
9
  <vaadin-horizontal-layout style-name="app-shell v-menu-responsive" responsive size-full>
10
   <vaadin-css-layout style-name="navigation-bar-container" width="200px" height-full>
11
    <vaadin-css-layout style-name="navigation-bar" size-full>
12
     <vaadin-label primary-style-name="v-label logo" style-name="logo" plain-text>
13
       PhycoBank 
14
     </vaadin-label>
15
     <vaadin-css-layout style-name="navigation" width-full _id="menu">
16
      <vaadin-button icon="fonticon://FontAwesome/f044" style-name="borderless huge" width-full plain-text _id="dashboard">
17
        New 
18
      </vaadin-button>
19
      <vaadin-button icon="fonticon://FontAwesome/f061" style-name="borderless huge" width-full plain-text _id="reports">
20
        Continue 
21
      </vaadin-button>
22
      <vaadin-button icon="fonticon://FontAwesome/f03a" style-name="borderless huge" width-full plain-text _id="customize">
23
        List 
24
      </vaadin-button>
25
     </vaadin-css-layout>
26
    </vaadin-css-layout>
27
   </vaadin-css-layout>
28
   <vaadin-vertical-layout style-name="content-container" size-full :expand>
29
    <vaadin-horizontal-layout style-name="banner" width-full :bottom :right>
30
     <vaadin-css-layout :bottom :right>
31
      <vaadin-button style-name="borderless small" plain-text _id="help">
32
        Help 
33
      </vaadin-button>
34
      <vaadin-button style-name="borderless small" plain-text _id="login">
35
        Login 
36
      </vaadin-button>
37
      <vaadin-button icon="fonticon://FontAwesome/f007" style-name="borderless small" plain-text _id="userAccount">
38
        User Name 
39
      </vaadin-button>
40
      <vaadin-button icon="fonticon://FontAwesome/f0e0" style-name="borderless small" _id="messagesButton">
41
       <span class="valo-menu-badge">123</span>
42
      </vaadin-button>
43
     </vaadin-css-layout>
44
    </vaadin-horizontal-layout>
45
    <vaadin-css-layout size-full _id="content" :expand>
46
     <vaadin-css-layout size-full>
47
      <vaadin-css-layout style-name="content-section padding" size-full></vaadin-css-layout>
48
     </vaadin-css-layout>
49
    </vaadin-css-layout>
50
   </vaadin-vertical-layout>
51
  </vaadin-horizontal-layout>
52
 </body>
53
</html>

Also available in: Unified diff