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

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

Introduction

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

Usage

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

public interface UploadComponent extends Component, Component.Focusable {
    String getAccept();

    void setAccept(String accept);

    void setDescription(String description);

From source file com.jain.addon.i18N.I18NListener.java

/**
 * <code>I18NListener<code> is a listener for the 
 * application component to listen on the locale change.
 * So that you can provide some business changes based on locale change. 
 * @author Lokesh Jain
 * @since Aug 27, 2012

From source file com.jain.addon.JNIComponent.java

/**
 * <code>JNIComponent<code> is an interface to indicate framework that you need to call 
 * init method just after component registration is done. 
 * @author Lokesh Jain
 * @since Aug 27, 2012
 * @version 1.0.0

From source file com.jorambarrez.Node.java

/**
 * @author Joram Barrez
 */
public interface Node extends Component {

    static enum STATE {

From source file com.klwork.explorer.ui.content.AttachmentEditorComponent.java

/**
 * Component that is capable of rendering an editable piece of related content.
 * 
 * @see AttachmentRendererManager
 * 
 * @author Frederik Heremans

From source file com.mycollab.mobile.ui.IPagedBeanList.java

/**
 * @author MyCollab Ltd.
 * @since 4.3.1
 */
public interface IPagedBeanList<S extends SearchCriteria, T> extends Component, IBeanList<T> {
    Integer search(S searchCriteria);

From source file com.mycollab.vaadin.web.ui.table.IPagedBeanTable.java

/**
 * @author MyCollab Ltd.
 * @since 2.0
 */
public interface IPagedBeanTable<S extends SearchCriteria, T>
        extends HasSelectableItemHandlers<T>, HasPagableHandlers, Component {

From source file com.tapas.evidence.fe.menu.IMenuView.java

/**
 * @author Michal Bocek
 * @since 1.0.0
 */
public interface IMenuView extends Component {

From source file com.wcs.wcslib.vaadin.widget.multifileupload.component.UploadComponent.java

/**
 *
 * @author gergo
 */
public interface UploadComponent extends Component {

From source file de.catma.ui.tabbedview.TabComponent.java

public interface TabComponent extends Component {

    public void addClickshortCuts();

    public void removeClickshortCuts();