List of usage examples for com.vaadin.ui Window subclass-usage
From source file com.foc.vaadin.gui.windows.LineLabelCreator.java
public class LineLabelCreator extends Window { private VerticalLayout layout; private HorizontalLayout buttonsLayout; private TextField lineHeight; private TextField lineWidth;
From source file com.foc.vaadin.gui.windows.LoginWindow.java
@SuppressWarnings("serial") public class LoginWindow extends Window { public LoginWindow() { setWidth("400px"); setHeight("300px");
From source file com.foc.vaadin.gui.windows.OptionSelectorWindow.java
@SuppressWarnings("serial") public class OptionSelectorWindow extends Window { private FVViewSelector_MenuBar viewSelector = null; private FVHorizontalLayout horizontalLayout = null; private FVVerticalLayout verticalLayout = null; private FVTextField viewNameTextField = null;
From source file com.foc.vaadin.gui.windows.optionWindow.OptionDialogWindow.java
/** Use OptionDialog with Globals.popupDialog(optionDialog) instead. * */ @SuppressWarnings("serial") @Deprecated public class OptionDialogWindow extends Window {
From source file com.foc.vaadin.gui.windows.UserChangePasswordWindow.java
@SuppressWarnings("serial") public class UserChangePasswordWindow extends Window { UserChangePasswordControl control = null; public UserChangePasswordWindow(FocUser user, boolean isAdmin) {
From source file com.foc.vaadin.xmleditor.XMLEditor.java
@SuppressWarnings("serial") public class XMLEditor extends Window { private XMLView xmlView = null; private FVVerticalLayout layout; private FVHorizontalLayout buttonLayout;
From source file com.github.peholmst.i18n4vaadin.support.I18NWindow.java
/**
* This is a convenience class that extends the standard Vaadin Window class and
* adds I18N-support to it by implementing {@link I18NComponent}. Thus, all
* components that are added to this window (either directly or through nesting)
* and use {@link I18NComponentSupport} will automatically have access to the
* window's {@link I18N}-instance through the
From source file com.github.peholmst.stuff4vaadin.adapter.ui.AdaptableWindow.java
/**
* An extension of the standard Vaadin {@link Window} class that implements the
* {@link Adaptable} interface.
*
* @see #getAdaptableSupport()
*
From source file com.haulmont.cuba.web.toolkit.ui.CubaWindow.java
/** * Dialog window container for OpenType.DIALOG windows. * */ public class CubaWindow extends Window {
From source file com.haulmont.cuba.web.widgets.CubaWindow.java
/** * Dialog window container for OpenType.DIALOG windows. */ public class CubaWindow extends Window { protected List<Action.Handler> contextActionHandlers = new ArrayList<>(1);