List of usage examples for com.vaadin.ui ComponentContainer.ComponentDetachListener interface-usage
From source file org.vaadin.alump.fancylayouts.FancyCssLayout.java
/** * FancyCssLayout is similiar to Vaadin CssLayout. But it also has * fancyRemoveComponent() which will add transition to removal. Also when Items * are added with addComponent() those will be added with transition. */ @SuppressWarnings("serial")
From source file org.vaadin.alump.fancylayouts.FancyPanel.java
/** * FancyPanel works like Vaadin Panel but it adds transition when content inside * it is changed. */ @SuppressWarnings("serial") public class FancyPanel extends AbstractLayout implements ComponentContainer.ComponentAttachListener,