Package org.apache.isis.viewer.bdd.common.fixtures.perform

Examples of org.apache.isis.viewer.bdd.common.fixtures.perform.GetPropertyChoices


        commands.add(new CheckClearProperty(mode));
        commands.add(new GetProperty(mode));
        commands.add(new SetProperty(mode));
        commands.add(new ClearProperty(mode));
        commands.add(new GetPropertyDefault(mode));
        commands.add(new GetPropertyChoices(mode));

        commands.add(new CheckCollection(mode));
        commands.add(new CheckAddToCollection(mode));
        commands.add(new CheckRemoveFromCollection(mode));
        commands.add(new AddToCollection(mode));
View Full Code Here


        commands.add(new CheckClearProperty(mode));
        commands.add(new GetProperty(mode));
        commands.add(new SetProperty(mode));
        commands.add(new ClearProperty(mode));
        commands.add(new GetPropertyDefault(mode));
        commands.add(new GetPropertyChoices(mode));

        commands.add(new CheckCollection(mode));
        commands.add(new CheckAddToCollection(mode));
        commands.add(new CheckRemoveFromCollection(mode));
        commands.add(new AddToCollection(mode));
View Full Code Here

        commands.add(new CheckClearProperty(mode));
        commands.add(new GetProperty(mode));
        commands.add(new SetProperty(mode));
        commands.add(new ClearProperty(mode));
        commands.add(new GetPropertyDefault(mode));
        commands.add(new GetPropertyChoices(mode));

        commands.add(new CheckCollection(mode));
        commands.add(new CheckAddToCollection(mode));
        commands.add(new CheckRemoveFromCollection(mode));
        commands.add(new AddToCollection(mode));
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.bdd.common.fixtures.perform.GetPropertyChoices

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.