List of usage examples for com.vaadin.ui HorizontalSplitPanel subclass-usage
From source file com.ahmed.vaadinone.ui.MainWindow.java
/** * * @author Java-dev1 */ public class MainWindow extends HorizontalSplitPanel { private NavigationTree nTree = null;
From source file com.github.mjvesa.herd.HerdIDE.java
/** * * @author mjvesa@vaadin.com * */ public class HerdIDE extends HorizontalSplitPanel implements View {
From source file com.haulmont.cuba.web.toolkit.ui.CubaHorizontalSplitPanel.java
public class CubaHorizontalSplitPanel extends HorizontalSplitPanel { @Override protected CubaHorizontalSplitPanelState getState() { return (CubaHorizontalSplitPanelState) super.getState(); }
From source file com.haulmont.cuba.web.widgets.addons.dragdroplayouts.DDHorizontalSplitPanel.java
/**
* Horizontal split panel with drag and drop support
*
* @author John Ahlroos / www.jasoft.fi
* @since 0.4.0
*/
From source file com.haulmont.cuba.web.widgets.CubaHorizontalSplitPanel.java
public class CubaHorizontalSplitPanel extends HorizontalSplitPanel { @Override protected CubaHorizontalSplitPanelState getState() { return (CubaHorizontalSplitPanelState) super.getState(); }
From source file com.hris.employee.EmployeeUI.java
/** * * @author jetdario */ public class EmployeeUI extends HorizontalSplitPanel {
From source file com.hris.payroll.PayrollLedgerUI.java
/** * * @author jetdario */ public class PayrollLedgerUI extends HorizontalSplitPanel {
From source file com.mcparland.john.AdjustableLayout.java
/**
* An example of an Adjustable layout, taken from Chapter 2 of the Vaadin 7
* Cookbook.
*
* @author John McParland
*
From source file com.mcparland.john.DragAndDropPanel.java
/**
* Split panel for Drag and Drop actions.
*
* @author John McParland
*
*/
From source file com.mcparland.john.vaadin_cookbook.CRUD.java
/**
* A CRUD.
*
* @author John McParland.
*
*/