|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.widget.layout.LayoutData
com.extjs.gxt.ui.client.widget.layout.MarginData
com.extjs.gxt.ui.client.widget.layout.AnchorData
com.extjs.gxt.ui.client.widget.layout.AbsoluteData
public class AbsoluteData
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 |
|---|
public AbsoluteData()
public AbsoluteData(int left,
int top)
| Method Detail |
|---|
public int getLeft()
public int getTop()
public void setLeft(int left)
left - the left valuepublic void setTop(int top)
top - the top value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||