All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.itcb.common.web.vaadin.PanelSpecificApplication Maven / Gradle / Ivy

Go to download

This module is the common portlet module. It defines the base on which the developements can be done by extending view, edit or help mode.

The newest version!
package net.sf.itcb.common.web.vaadin;

import com.vaadin.ui.Panel;

/**
 * This interface has to be implemented by all {@link ItcbVaadinApplication} that want to display content in a specific panel (ie : a popup...)
 * @author Pierre Le Roux
 */
public interface PanelSpecificApplication {

	public Panel getMainPanel(String mode);
	
	public Panel getPanel(String mode);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy