com.gwtext.client.widgets.layout
Class AbsoluteLayout

java.lang.Object
  extended by com.gwtext.client.widgets.layout.ContainerLayout
      extended by com.gwtext.client.widgets.layout.AnchorLayout
          extended by com.gwtext.client.widgets.layout.AbsoluteLayout

public class AbsoluteLayout
extends AnchorLayout

Inherits the anchoring of AnchorLayout and adds the ability for x/y positioning using the standard x and y component config options.


Field Summary
 
Fields inherited from class com.gwtext.client.widgets.layout.ContainerLayout
configJS
 
Constructor Summary
AbsoluteLayout()
           
 
Method Summary
protected  com.google.gwt.core.client.JavaScriptObject create(com.google.gwt.core.client.JavaScriptObject config)
           
 
Methods inherited from class com.gwtext.client.widgets.layout.AnchorLayout
getContainerAttributes
 
Methods inherited from class com.gwtext.client.widgets.layout.ContainerLayout
getActiveItem, getJsObj, getSpacing, setExtraCls, setRenderHidden, setSpacing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsoluteLayout

public AbsoluteLayout()
Method Detail

create

protected com.google.gwt.core.client.JavaScriptObject create(com.google.gwt.core.client.JavaScriptObject config)
Overrides:
create in class AnchorLayout