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