Package org.apache.isis.viewer.wicket.ui.components.collectioncontents.selector

Examples of org.apache.isis.viewer.wicket.ui.components.collectioncontents.selector.CollectionContentsSelectorFactory


     * should be registered here; they will be loaded first, to ensure that they
     * are found first.
     */
    protected void addComponentFactoriesActingAsSelectors(final List<ComponentFactory> componentFactories) {
        componentFactories.add(new EntitySelectorFactory());
        componentFactories.add(new CollectionContentsSelectorFactory());
        componentFactories.add(new CollectionContentsAsUnresolvedFactory()); // make
                                                                             // first
    }
View Full Code Here


     * Any {@link ComponentFactory}s that act as selectors of other factories should be registered here; they will be
     * loaded first, to ensure that they are found first.
     */
    protected void addComponentFactoriesActingAsSelectors(final List<ComponentFactory> componentFactories) {
        componentFactories.add(new EntitySelectorFactory());
        componentFactories.add(new CollectionContentsSelectorFactory());
        componentFactories.add(new CollectionContentsAsUnresolvedFactory()); // make first
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.wicket.ui.components.collectioncontents.selector.CollectionContentsSelectorFactory

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.