List of usage examples for com.vaadin.ui ComponentContainer interface-usage
From source file fr.amapj.view.engine.basicform.BasicFormListPart.java
abstract public class BasicFormListPart extends BackOfficeView implements ComponentContainer, View, PopupSuppressionListener { private TextField searchField; private Button newButton;
From source file fr.amapj.view.engine.listpart.StandardListPart.java
/** * Ecran classique avec une liste d'elements * */ @SuppressWarnings("serial") abstract public class StandardListPart<T extends TableItem> extends ListPartView
From source file fr.amapj.view.views.editionspe.EditionSpeListPart.java
/** * Gestion des tiquettes * */ public class EditionSpeListPart extends BackOfficeView implements ComponentContainer, PopupSuppressionListener {
From source file fr.amapj.view.views.producteur.basicform.ProducteurBasicForm.java
/** * Gestion des utilisateurs * */ public class ProducteurBasicForm extends BackOfficeView implements ComponentContainer, PopupSuppressionListener {
From source file fr.amapj.view.views.producteur.contrats.ProducteurContratListPart.java
/** * Gestion des modeles de contrats : cration, diffusion, ... * */ public class ProducteurContratListPart extends BackOfficeView implements ComponentContainer, PopupListener {
From source file fr.amapj.view.views.saisiepermanence.SaisiePermanenceListPart.java
/** * Saisie des distributions * */ @SuppressWarnings("serial") public class SaisiePermanenceListPart extends BackOfficeView
From source file info.magnolia.ui.contentapp.browser.BrowserView.java
/** * Implementations of this interface are responsible for building a workbench and handling the UI * actions associated with it. */ public interface BrowserView extends ComponentContainer, View {
From source file info.magnolia.ui.contentapp.detail.DetailEditorView.java
/** * ItemWorkbenchView. * * @see DetailEditorViewImpl */ public interface DetailEditorView extends ComponentContainer, View {
From source file metacom.sprut7.beans.IComponentContainer.java
/** * * @author */ public interface IComponentContainer extends ComponentContainer { //public void setComponentContainer(IComponentContainer container);
From source file org.lunifera.example.vaadin.osgi.jpacontainer.AddressBookMainView.java
@SuppressWarnings("serial") public class AddressBookMainView extends HorizontalSplitPanel implements ComponentContainer { private Tree groupTree; private Table personTable;