List of usage examples for com.vaadin.ui Panel subclass-usage
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.RequirementComponent.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public final class RequirementComponent extends Panel {
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.RequirementSpecComponent.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public final class RequirementSpecComponent extends Panel {
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.RequirementSpecNodeComponent.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public final class RequirementSpecNodeComponent extends Panel {
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.RequirementTypeComponent.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public final class RequirementTypeComponent extends Panel {
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.StepComponent.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public final class StepComponent extends Panel {
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.TemplateComponent.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public class TemplateComponent extends Panel {
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.TemplateNodeComponent.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public class TemplateNodeComponent extends Panel {
From source file net.sourceforge.javydreamercsw.validation.manager.web.component.UserComponent.java
/** * * @author Javier A. Ortiz Bultron javier.ortiz.78@gmail.com */ public class UserComponent extends Panel {
From source file org.activiti.explorer.ui.content.email.EmailDetailPanel.java
/** * @author Frederik Heremans */ public class EmailDetailPanel extends Panel { private static final long serialVersionUID = 1L;
From source file org.activiti.explorer.ui.custom.TaskListHeader.java
/**
* Header that is shown on top of each task list,
* which allows the quick creation of new tasks.
*
* @author Frederik Heremans
* @author Joram Barrez