com.gwtext.client.widgets.layout
Class AbsoluteLayoutData

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.core.BaseConfig
          extended by com.gwtext.client.widgets.layout.LayoutData
              extended by com.gwtext.client.widgets.layout.AbsoluteLayoutData

public class AbsoluteLayoutData
extends LayoutData


Field Summary
 
Fields inherited from class com.gwtext.client.core.JsObject
jsObj
 
Constructor Summary
AbsoluteLayoutData(int x, int y)
           
 
Method Summary
 com.google.gwt.core.client.JavaScriptObject getContainerAttributes()
           
 
Methods inherited from class com.gwtext.client.core.JsObject
getJsObj, getProperties, isCreated, setJsObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsoluteLayoutData

public AbsoluteLayoutData(int x,
                          int y)
Method Detail

getContainerAttributes

public com.google.gwt.core.client.JavaScriptObject getContainerAttributes()