01: /*
02: * GWT-Ext Widget Library
03: * Copyright(c) 2007-2008, GWT-Ext.
04: * licensing@gwt-ext.com
05: *
06: * http://www.gwt-ext.com/license
07: */
08: package com.gwtext.client.widgets.layout;
09:
10: import com.gwtext.client.core.JsObject;
11: import com.gwtext.client.core.BaseConfig;
12:
13: public abstract class LayoutData extends BaseConfig {
14: }
|