Package org.apache.isis.viewer.dnd.basic

Examples of org.apache.isis.viewer.dnd.basic.WindowDecorator


public class BarchartSpecification extends AbstractCompositeViewSpecification implements SubviewSpec {
  private ViewSpecification specification = new BarSpecification();

  public BarchartSpecification() {
    builder = new WindowDecorator(new StackLayout(new CollectionElementBuilder(this, false)));
  }
View Full Code Here


public class GridSpecification extends AbstractCompositeViewSpecification implements SubviewSpec {
  GridColumnSpecification columnSpecification = new GridColumnSpecification();
 
  public GridSpecification() {
    builder = new WindowDecorator(new GridLayout(new CollectionElementBuilder(this, false)));
  }
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.dnd.basic.WindowDecorator

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.