package com.gwt.ui.client; public class VerticalFlowPanel extends CustomFlowPanel { @Override protected String getFlowStyle() { return "block"; } }