List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file com.salsaw.msalsa.HomePageView.java
public class HomePageView extends CustomComponent implements IHomePageView, View { /*- VaadinEditorProperties={"grid":"RegularGrid,20","showGrid":true,"snapToGrid":true,"snapToObject":true,"movingGuides":false,"snappingDistance":10} */ /** *
From source file com.salsaw.msalsa.PhylogeneticTreeView.java
/** * @author Alessandro Daniele, Fabio Cesarato, Andrea Giraldin */ public class PhylogeneticTreeView extends CustomComponent implements View { private GridLayout mainLayout;
From source file com.selzlein.lojavirtual.vaadin.core.AppView.java
/** * Base class for application views. * @author mhi */ public abstract class AppView extends CustomComponent implements View {
From source file com.skysql.manager.ui.components.ChartButton.java
/** * The Class ChartButton. */ public class ChartButton extends CustomComponent { private static final long serialVersionUID = 0x4C656F6E6172646FL;
From source file com.tapas.evidence.fe.components.EvidenceUpload.java
/** * @author Michal Bocek * @since 1.0.0 */ @Slf4j public class EvidenceUpload extends CustomComponent
From source file com.thingtrack.konekti.view.layout.KonektiLayout.java
@SuppressWarnings("serial") public class KonektiLayout extends CustomComponent { @AutoGenerated private VerticalLayout mainLayout;
From source file com.thingtrack.konekti.view.layout.workbench.WorkbenchLayout.java
@SuppressWarnings("serial") public class WorkbenchLayout extends CustomComponent implements IWorkbenchLayout { @AutoGenerated private HorizontalLayout mainLayout; @AutoGenerated
From source file com.trender.user.AddEditStudyView.java
/** * * @author Vladimir */ @SpringView(name = AddEditStudyView.ADD_EDIT_STUDY_VIEW_NAME) public class AddEditStudyView extends CustomComponent implements View, WizardProgressListener {
From source file com.trender.user.IndexPageView.java
/** * * @author Vladimir.Avtushko */ @SpringView(name = IndexPageView.INDEX_PAGE_VIEW) public class IndexPageView extends CustomComponent implements View {
From source file com.trender.user.ProfilePageView.java
/** * * @author Vladimir */ @SpringView(name = ProfilePageView.PROFILE_PAGE_VIEW_NAME) public class ProfilePageView extends CustomComponent implements View {