List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file ch.bfh.ti.soed.hs16.srs.red.ui.helper.Menu.java
/** * Created by tambur on 04.12.2016. */ public class Menu extends CustomComponent implements View { private Layout menu;
From source file ch.bfh.ti.soed.hs16.srs.red.ui.helper.SubWindowReservation.java
/** * Created by scarface on 18.12.2016. */ public class SubWindowReservation extends CustomComponent { private VerticalLayout layout;
From source file ch.bfh.ti.soed.hs16.srs.red.ui.views.LoginView.java
/** * Created by tambur on 04.12.2016. */ public class LoginView extends CustomComponent implements View, Button.ClickListener { private VerticalLayout vertical;
From source file ch.bfh.ti.soed.hs16.srs.red.ui.views.MyReservationView.java
/** * Created by tambur on 04.12.2016. */ public class MyReservationView extends CustomComponent implements View { //--------- layout -------------
From source file ch.bfh.ti.soed.hs16.srs.view.views.BookerView.java
/** * @author Nathalie * */ public class BookerView extends CustomComponent implements View {
From source file ch.bfh.ti.soed.hs16.srs.view.views.helpers.Menu.java
/** * @author Nathalie * */ public class Menu extends CustomComponent implements View {
From source file ch.bfh.ti.soed.hs16.srs.view.views.helpers.Template.java
/** * @author Nathalie * */ public class Template extends CustomComponent implements View {
From source file ch.bfh.ti.soed.hs16.srs.view.views.LoginView.java
/** * @author Nathalie * */ public class LoginView extends CustomComponent implements View {
From source file ch.bfh.ti.soed.hs16.srs.view.views.RoomView.java
/** * @author Nathalie * */ public class RoomView extends CustomComponent implements View {
From source file ch.bfh.ti.soed.hs16.srs.yellow.views.LoginView.java
@Theme("mytheme") public class LoginView extends CustomComponent implements View { private Panel lPanel = new Panel(); private VerticalLayout loginVLayout = new VerticalLayout();