import org.apache.isis.viewer.dnd.view.composite.StackLayout;
import org.apache.isis.viewer.dnd.viewer.basic.TableFocusManager;
public class InternalTableSpecification extends AbstractTableSpecification {
public InternalTableSpecification() {
addViewDecorator(new CompositeViewDecorator() {
@Override
public View decorate(final View view, final Axes axes) {
final ScrollBorder scrollingView = new ScrollBorder(view);
// note - the next call needs to be after the creation of the window border
// so that it exists when the header is set up