List of usage examples for com.vaadin.ui SelectiveRenderer interface-usage
From source file com.zipsoft.widgets.AbstractLazyLayout.java
public abstract class AbstractLazyLayout extends AbstractLayout implements SelectiveRenderer { private static final long serialVersionUID = -5692267088590594285L; /** * Custom layout slots containing the components. */
From source file info.magnolia.ui.vaadin.tabsheet.MagnoliaTab.java
/** * A tab in the shell tabsheet. */ public class MagnoliaTab extends AbstractSingleComponentContainer implements SelectiveRenderer { public MagnoliaTab(final String caption, final Component c) {