use of com.extjs.gxt.ui.client.widget.layout.BorderLayoutData in project activityinfo by bedatadriven.
the class ChartEditor method createChartPane.
private void createChartPane() {
chartView = new ChartOFCView();
preview = new ReportViewBinder(eventBus, dispatcher, chartView);
center.add(chartView, new BorderLayoutData(Style.LayoutRegion.CENTER));
}
use of com.extjs.gxt.ui.client.widget.layout.BorderLayoutData in project activityinfo by bedatadriven.
the class ChartEditor method createCenter.
private void createCenter() {
center = new ContentPanel(new BorderLayout());
center.setHeaderVisible(false);
add(center, new BorderLayoutData(Style.LayoutRegion.CENTER));
}
Aggregations