Example usage for com.vaadin.ui CustomComponent subclass-usage

List of usage examples for com.vaadin.ui CustomComponent subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui CustomComponent subclass-usage.

Usage

From source file com.ocs.dynamo.ui.view.BaseView.java

/**
 * A base class for Views. Provides easy access to the entity model factory and the navigator
 * 
 * @author bas.rutten
 */
public abstract class BaseView extends CustomComponent implements View {

From source file com.parship.roperty.ui.ErrorUI.java

/**
 * TODO
 *
 * @author marc
 *         Since 01.08.2013
 */

From source file com.parship.roperty.ui.LoginUI.java

/**
 * TODO
 *
 * @author marc
 *         Since 09.07.2013
 */

From source file com.parship.roperty.ui.NavigationViewUI.java

/**
 * TODO
 *
 * @author marc
 *         Since 18.07.2013
 */

From source file com.parship.roperty.ui.WorkBenchSplitViewUI.java

/**
 * TODO
 *
 * @author marc
 *         Since 22.07.2013
 */

From source file com.pma.mpsr.Form_1_2_1.java

@SuppressWarnings("serial")
public class Form_1_2_1 extends CustomComponent {

    /*- VaadinEditorProperties={"grid":"RegularGrid,20","showGrid":true,"snapToGrid":true,"snapToObject":true,"movingGuides":false,"snappingDistance":10} */

    @AutoGenerated

From source file com.purebred.core.view.EntityComponent.java

/**
 * Any generic entity component that contains some results.
 * @param <T>
 */
public abstract class EntityComponent<T> extends CustomComponent {

From source file com.purebred.core.view.FormComponent.java

/**
 * A form that can be data-bound to a POJO.
 *
 * @param <T> type of POJO
 */
public abstract class FormComponent<T> extends CustomComponent {

From source file com.purebred.core.view.Results.java

/**
 * Results component that is bound the results of a query.
 * Also, provides paging, sorting and adding/removing columns and re-ordering columns.
 *
 * @param <T> type of entity displayed in the results
 */

From source file com.purebred.core.view.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
 */