List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file com.esspl.datagen.ui.TableDataView.java
/** *@author Tapas * */ @SuppressWarnings("serial") public class TableDataView extends CustomComponent {
From source file com.esspl.datagen.ui.TableDetailsView.java
/** * @author Tapas * */ @SuppressWarnings("serial") public class TableDetailsView extends CustomComponent {
From source file com.esspl.datagen.ui.TableStructureView.java
/** *@author Tapas * */ public class TableStructureView extends CustomComponent {
From source file com.example.mmowgli_2_0.RootCards.java
public class RootCards extends CustomComponent { /*- VaadinEditorProperties={"grid":"RegularGrid,20","showGrid":true,"snapToGrid":true,"snapToObject":true,"movingGuides":false,"snappingDistance":10} */ @AutoGenerated private GridLayout mainLayout;
From source file com.expressui.core.view.form.layout.FormGridLayout.java
/**
* A special layout for forms, which handles labels and can support labels on top
* of fields or to the left. Note some differences between ExpressUI and Vaadin
* columns and rows:
* <ul>
* <li>ExpressUI columns and rows start at 1, where as Vaadin starts as 0.</li>
From source file com.expressui.core.view.form.ResultsConnectedEntityForm.java
/**
* An entity form connected to results, allowing user to walk through the current
* results using next or previous buttons.
*
* @param <T> type of entity in the entity form and results
*/
From source file com.expressui.core.view.RootComponent.java
/** * Root of the view component hierarchy. */ public abstract class RootComponent extends CustomComponent implements ViewBean { /**
From source file com.fatminds.vaadin_cmis_integration.demo.CMS_DataLists.java
public class CMS_DataLists extends CustomComponent implements CmisFormTemplate { @AutoGenerated private AbsoluteLayout mainLayout; @AutoGenerated private Table tblDataItems;
From source file com.fatminds.vaadin_cmis_integration.demo.DemoPage.java
@Configurable(preConstruction = true) public class DemoPage extends CustomComponent { @AutoGenerated private VerticalLayout mainLayout; @AutoGenerated
From source file com.fatminds.vaadin_cmis_integration.demo.DemoTemplateForm.java
public class DemoTemplateForm extends CustomComponent implements CmisFormTemplate { @AutoGenerated private VerticalLayout mainLayout; @AutoGenerated private GridLayout gridLayout_1;