List of usage examples for com.vaadin.ui Window subclass-usage
From source file com.expressui.core.view.form.EntityFormWindow.java
/** * Popup window for displaying entity form. */ public class EntityFormWindow extends Window { private ResultsConnectedEntityForm resultsConnectedEntityForm;
From source file com.fnc.connection.DBErrorNotification.java
/** * * @author jetdario */ public class DBErrorNotification extends Window {
From source file com.foc.vaadin.FocWebDialog.java
@SuppressWarnings("serial") public class FocWebDialog extends Window { public FocWebDialog() { //setSizeFull();
From source file com.foc.vaadin.gui.components.FVRedirectWindow.java
@SuppressWarnings("serial") public class FVRedirectWindow extends Window { private FVTextField textFieldSelectedObject = null; private FVComboBox comboBoxToSelectFrom = null; private FocObject selectedObject = null;
From source file com.foc.vaadin.gui.components.objectSelectorPopupView.FVObjectSelectorWindow.java
@SuppressWarnings("serial") public class FVObjectSelectorWindow extends Window implements IObjectSelectWindowListener { private HorizontalLayout mainHorizontalLayout = null; private FVObjectSelector objectSelector = null; private FVTextField newValueTextField = null;
From source file com.foc.vaadin.gui.components.popupButton.FVPopupWindow.java
@SuppressWarnings("serial") public class FVPopupWindow extends Window implements BlurListener, ClickListener { private FVPopupButton popupButton = null; private FVVerticalLayout mainVerticalLayout = null;
From source file com.foc.vaadin.gui.windows.AddTabWindow.java
@SuppressWarnings("serial") public class AddTabWindow extends Window { private static final String[] layoutTypes = new String[] { FXML.TAG_VERTICAL_LAYOUT, FXML.TAG_HORIZONTAL_LAYOUT, FXML.TAG_ABSOLUTE_LAYOUT, FXML.TAG_GRID_LAYOUT }; private VerticalLayout layout = null;
From source file com.foc.vaadin.gui.windows.CreateFieldWindow.java
@SuppressWarnings("serial") public class CreateFieldWindow extends Window { public CreateFieldWindow(FocDesc focDesc) { setCaption("Create Field"); setModal(true);
From source file com.foc.vaadin.gui.windows.CreateLayoutWindow.java
public class CreateLayoutWindow extends Window { private VerticalLayout mainLayout; private HorizontalLayout buttonsLayout; private TextField width, height; private TextField rows = null; private TextField cols = null;
From source file com.foc.vaadin.gui.windows.EditFieldsWindow.java
@SuppressWarnings("serial") public class EditFieldsWindow extends Window { private VerticalLayout mainLayout = null; private HorizontalLayout buttonsLayout = null; private TabSheet tabLayout = null;