Package org.apache.isis.viewer.dnd.view.border

Examples of org.apache.isis.viewer.dnd.view.border.SelectableViewAxis


    public MasterDetailPanel(final Content content, final ViewSpecification specification, final ViewSpecification leftHandSideSpecification) {
        super(content, specification);
        this.leftHandSideSpecification = leftHandSideSpecification;
        axes = new Axes();
        axes.add(new SelectableViewAxis(this));
    }
View Full Code Here


    public MasterDetailPanel(final Content content, final ViewSpecification specification,
        final ViewSpecification leftHandSideSpecification) {
        super(content, specification);
        this.leftHandSideSpecification = leftHandSideSpecification;
        axes = new Axes();
        axes.add(new SelectableViewAxis(this));
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.dnd.view.border.SelectableViewAxis

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.