Package org.apache.isis.viewer.wicket.ui.components.entity.tabbed

Examples of org.apache.isis.viewer.wicket.ui.components.entity.tabbed.EntityTabbedPanelFactory


    protected void addComponentFactoriesForEntity(final List<ComponentFactory> componentFactories) {

        // top-level
        componentFactories.add(new EntityCombinedPanelFactory());
        componentFactories.add(new EntityTabbedPanelFactory());

        // lower-level
        componentFactories.add(new EntitySummaryPanelFactory());
        componentFactories.add(new EntityPropertiesPanelFactory());
        componentFactories.add(new EntityCollectionsPanelFactory());
View Full Code Here


    protected void addComponentFactoriesForEntity(final List<ComponentFactory> componentFactories) {

        // top-level
        componentFactories.add(new EntityCombinedPanelFactory());
        componentFactories.add(new EntityTabbedPanelFactory());

        // lower-level
        componentFactories.add(new EntitySummaryPanelFactory());
        componentFactories.add(new EntityPropertiesPanelFactory());
        componentFactories.add(new EntityCollectionsPanelFactory());
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.wicket.ui.components.entity.tabbed.EntityTabbedPanelFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.