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

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.layout.LayoutData
      extended by com.extjs.gxt.ui.client.widget.layout.MarginData
          extended by com.extjs.gxt.ui.client.widget.layout.AnchorData
              extended by com.extjs.gxt.ui.client.widget.layout.AbsoluteData

public class AbsoluteData
extends AnchorData

Layout data for AbsoluteLayout.


Constructor Summary
AbsoluteData()
           
AbsoluteData(int left, int top)
           
 
Method Summary
 int getLeft()
          Returns the left coordinate value.
 int getTop()
          Returns the left value.
 void setLeft(int left)
          Sets the left property (defaults to DEFAULT).
 void setTop(int top)
          Sets the top position (defaults to DEFAULT).
 
Methods inherited from class com.extjs.gxt.ui.client.widget.layout.AnchorData
getAnchorSpec, setAnchorSpec
 
Methods inherited from class com.extjs.gxt.ui.client.widget.layout.MarginData
getMargins, setMargins
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsoluteData

public AbsoluteData()

AbsoluteData

public AbsoluteData(int left,
                    int top)
Method Detail

getLeft

public int getLeft()
Returns the left coordinate value.

Returns:
the left value

getTop

public int getTop()
Returns the left value.

Returns:
the left value

setLeft

public void setLeft(int left)
Sets the left property (defaults to DEFAULT).

Parameters:
left - the left value

setTop

public void setTop(int top)
Sets the top position (defaults to DEFAULT).

Parameters:
top - the top value