List of usage examples for com.vaadin.ui HasComponents interface-usage
From source file com.explicatis.ext_token_field.ExtTokenField.java
@SuppressWarnings("serial") public class ExtTokenField extends AbstractField<List<? extends Tokenizable>> implements HasComponents { private ExtTokenFieldServerRpc serverRpc = new ExtTokenFieldServerRpc() { @Override
From source file com.haulmont.cuba.web.toolkit.ui.CubaTree.java
public class CubaTree extends Tree implements HasComponents { protected Runnable beforePaintListener; public CubaTree() { setValidationVisible(false);
From source file com.haulmont.cuba.web.widgets.CubaTree.java
public class CubaTree extends Tree implements HasComponents { protected Runnable beforePaintListener; public CubaTree() { setValidationVisible(false);
From source file com.mycollab.vaadin.mvp.PageView.java
/** * @author MyCollab Ltd. * @since 1.0 */ public interface PageView extends HasComponents, CacheableComponent {
From source file info.magnolia.ui.vaadin.dialog.BaseDialog.java
/** * Basic implementation of dialogs. * Provides Action registration and callbacks to the view. * Can be closed. */ public class BaseDialog extends AbstractComponent implements HasComponents {
From source file info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell.java
/** * Server side implementation of the MagnoliaShell container. */ @JavaScript({ "jquery-1.7.2.min.js", "jquery.animate-enhanced.min.js" }) public class MagnoliaShell extends AbstractComponent implements HasComponents, View {
From source file org.tltv.gantt.Gantt.java
/**
* Gantt Chart server side component.
* <p>
* Default timeline resolution is {@link Resolution#Day}. Timeline range is not
* set by default. First thing to do after construction is to set timeline range
* by {@link #setStartDate(Date)} and {@link #setEndDate(Date)}.
From source file org.vaadin.addons.portallayout.portal.PortalBase.java
/** * Base class for Portal Layouts. */ @StyleSheet("portallayout_styles.css") public abstract class PortalBase extends AbstractComponent implements MarginHandler, HasComponents, HasPortletCollapseListeners, HasPortletCloseListeners {
From source file org.vaadin.hene.splitbutton.SplitButton.java
@SuppressWarnings("serial") public class SplitButton extends AbstractComponent implements HasComponents, ClickListener, PopupVisibilityListener { public static final String STYLE_CHAMELEON = "chameleon";
From source file org.vaadin.miki.itemgrid.ItemGrid.java
/**
* Simple component that displays items in a grid, each with a custom component defined through {@link ItemComponentGenerator}.
*
* @author miki
*
*/