List of usage examples for com.vaadin.ui TabSheet subclass-usage
From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.DefaultTabsView.java
/**
* Standart View Implementierung fr Tabs.
*
* @author markus.bonsch
* @author Jan Malcomess (codecentric AG)
*/
From source file dhbw.clippinggorilla.userinterface.views.DocumentsView.java
/** * This is the class for the Documents View * * @author frank */ public class DocumentsView extends TabSheet {
From source file eu.eco2clouds.portal.component.apwizard.APWizardMenu.java
/** * * */ public class APWizardMenu extends TabSheet {
From source file fi.jasoft.dragdroplayouts.DDTabSheet.java
/**
* Tabsheet with drag and drop support
*
* @author John Ahlroos / www.jasoft.fi
* @since 0.4.0
*/
From source file org.apache.tamaya.ui.mutableconfig.TransactionControlWidget.java
/** * Tamaya UI view to change configuration. */ public class TransactionControlWidget extends TabSheet { private Field taID = new TextField("Transaction ID");
From source file org.eclipse.hawkbit.ui.components.SPUITabSheet.java
/**
* Tabs required for discription - Down arrow.
*
*
*
*
From source file org.jumpmind.metl.ui.common.TabbedPanel.java
public class TabbedPanel extends TabSheet { private static final long serialVersionUID = 1L; protected Tab mainTab;
From source file org.jumpmind.vaadin.ui.common.TabbedApplicationPanel.java
public class TabbedApplicationPanel extends TabSheet { private static final long serialVersionUID = 1L; protected Tab mainTab;
From source file org.opennms.features.jmxconfiggenerator.webui.ui.mbeans.MBeansContentTabSheet.java
/** * * @author Markus von Rden */ public class MBeansContentTabSheet extends TabSheet implements ModelChangeListener<Mbean>, ViewStateChangedListener {
From source file org.opennms.features.vaadin.dashboard.config.ui.WallboardTabSheet.java
/** * A helper class for constructing the plus-button in a {@link TabSheet} component. * * @author */ public abstract class WallboardTabSheet extends TabSheet {