List of usage examples for com.vaadin.ui Panel subclass-usage
From source file com.klwork.explorer.ui.main.views.GuestView.java
/** * The Class GuestView. */ @Component @Scope("prototype") @VaadinView(GuestView.NAME)
From source file com.klwork.explorer.ui.main.views.MainView.java
/** * The Class MainView. */ @Component @Scope("prototype") @VaadinView(value = MainView.NAME, cached = true)
From source file com.klwork.explorer.ui.main.views.RoleAdminView.java
/** * The Class RoleAdminView. */ @Component @Scope("prototype") @VaadinView(RoleAdminView.NAME)
From source file com.klwork.explorer.ui.main.views.RoleUserView.java
/** * The Class RoleUserView. */ @Component @Scope("prototype") @VaadinView(RoleUserView.NAME)
From source file com.klwork.explorer.ui.main.views.SampleMainView.java
/** * The Class MainView. */ @Component @Scope("prototype") @VaadinView(SampleMainView.NAME)
From source file com.klwork.explorer.ui.main.views.UserView.java
/** * The Class UserView. */ @Component @Scope("prototype") @VaadinView(UserView.NAME)
From source file com.klwork.explorer.ui.task.ProcessInstanceEventsPanel.java
public class ProcessInstanceEventsPanel extends Panel { private static final long serialVersionUID = 1L; protected transient IdentityService identityService; protected transient TaskService taskService;
From source file com.klwork.explorer.ui.task.TaskEventsPanel.java
/** * Component containing all events for a given task. * * @author Joram Barrez */ public class TaskEventsPanel extends Panel {
From source file com.klwork.explorer.ui.user.ProfilePanel.java
/** * @author Joram Barrez */ public class ProfilePanel extends Panel { private static final long serialVersionUID = -4274649964206760400L;
From source file com.klwork.explorer.ui.user.UserEventsPanel.java
/** * * @author ww * */ public class UserEventsPanel extends Panel {