Example usage for com.vaadin.ui ComponentContainer interface-usage

List of usage examples for com.vaadin.ui ComponentContainer interface-usage

Introduction

In this page you can find the example usage for com.vaadin.ui ComponentContainer interface-usage.

Usage

From source file com.esofthead.mycollab.module.project.ui.components.IGroupComponent.java

/**
 * A markable component can to be removed itself by its parent when the child number is 0
 *
 * @author MyCollab Ltd
 * @since 5.2.9
 */

From source file com.esofthead.mycollab.vaadin.mvp.PageView.java

/**
 * 
 * @author MyCollab Ltd.
 * @since 1.0
 * 
 */

From source file com.esofthead.mycollab.vaadin.ui.RemoveInlineComponentMarker.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public interface RemoveInlineComponentMarker extends ComponentContainer {
}

From source file com.haulmont.cuba.web.toolkit.ui.CubaGroupBox.java

public class CubaGroupBox extends Panel implements ComponentContainer {
    protected ExpandChangeHandler expandChangeHandler = null;

    public CubaGroupBox() {
        registerRpc((CubaGroupBoxServerRpc) expanded -> {
            if (getState().collapsable) {

From source file com.haulmont.cuba.web.toolkit.ui.CubaWidgetsTree.java

public class CubaWidgetsTree extends CubaTree implements ComponentContainer {

    protected WidgetBuilder widgetBuilder;

    protected final List<Component> nodeWidgets = new ArrayList<>();

From source file com.haulmont.cuba.web.widgets.CubaGroupBox.java

public class CubaGroupBox extends Panel implements ComponentContainer {
    protected ExpandChangeHandler expandChangeHandler = null;

    public CubaGroupBox() {
        registerRpc((CubaGroupBoxServerRpc) expanded -> {
            if (getState().collapsable) {

From source file com.haulmont.cuba.web.widgets.CubaWidgetsTree.java

public class CubaWidgetsTree extends CubaTree implements ComponentContainer {

    protected WidgetBuilder widgetBuilder;

    protected final List<Component> nodeWidgets = new ArrayList<>();

From source file com.mycollab.module.project.ui.components.IGroupComponent.java

/**
 * A markable component can to be removed itself by its parent when the child number is 0
 *
 * @author MyCollab Ltd
 * @since 5.2.9
 */

From source file com.mycollab.vaadin.ui.RemoveInlineComponentMarker.java

/**
 * @author MyCollab Ltd
 * @since 5.2.12
 */
public interface RemoveInlineComponentMarker extends ComponentContainer {
}

From source file de.escidoc.admintool.view.user.password.PasswordView.java

public interface PasswordView extends ComponentContainer {

    void addPasswordField();

    void addRetypePasswordField();