
net.sf.itcb.common.web.vaadin.component.ItcbComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of itcb-common-web-vaadin Show documentation
Show all versions of itcb-common-web-vaadin Show documentation
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.component;
import net.sf.itcb.common.web.vaadin.page.PageMappingProcessor;
/**
* Each page has to extend this class
*
* @author Pierre Le Roux
*
*/
public interface ItcbComponent {
public PageMappingProcessor getPageMappingProcessor();
public void init() throws Exception;
public void setPageMappingProcessor(
PageMappingProcessor pageMappingProcessor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy