com.extjs.gxt.ui.client.widget.layout
Class AbsoluteLayout

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseObservable
      extended by com.extjs.gxt.ui.client.widget.Layout
          extended by com.extjs.gxt.ui.client.widget.layout.AnchorLayout
              extended by com.extjs.gxt.ui.client.widget.layout.AbsoluteLayout
All Implemented Interfaces:
Observable

public class AbsoluteLayout
extends AnchorLayout

Inherits the anchoring of AnchorLayout and adds the ability for left / top positioning using the AbsoluteData left and top properties.

See Also:
AbsoluteData

Constructor Summary
AbsoluteLayout()
           
 
Method Summary
 void setPosition(Component c, int left, int top)
          Sets the component's position.
 
Methods inherited from class com.extjs.gxt.ui.client.widget.layout.AnchorLayout
getAnchorSize, setAnchorSize
 
Methods inherited from class com.extjs.gxt.ui.client.widget.Layout
getExtraStyle, getResizeDelay, isRenderHidden, layout, setContainer, setExtraStyle, setRenderHidden, setResizeDelay
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable
addListener, fireEvent, fireEvent, getFiresEvents, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsoluteLayout

public AbsoluteLayout()
Method Detail

setPosition

public void setPosition(Component c,
                        int left,
                        int top)
Sets the component's position.

Parameters:
c - the component
left - the left value
top - the top value