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

Examples of org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property.Empty


import org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property.NotEmpty;

public class CheckProperty extends PerformCheckThatAbstract {

    public CheckProperty(final Perform.Mode mode) {
        super("check property", OnMemberColumn.REQUIRED, mode, new Hidden(), new Visible(), new Disabled(), new Usable(), new Contains(), new DoesNotContain(), new Empty(), new NotEmpty());
    }
View Full Code Here


public class CheckProperty extends PerformCheckThatAbstract {

    public CheckProperty(final Perform.Mode mode) {
        super("check property", OnMemberColumn.REQUIRED, mode, new Hidden(), new Visible(), new Disabled(),
            new Usable(), new Contains(), new DoesNotContain(), new Empty(), new NotEmpty());
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property.Empty

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.