|
|||||||||
| 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.
| コンストラクタ 概要 | |
|---|---|
AbsoluteData()
|
|
| メソッド 概要 | |
|---|---|
int |
getX()
Returns the x coordinate value. |
int |
getY()
Returns the y coordinate value |
void |
setX(int x)
Sets the x position (defaults to DEFAULT). |
void |
setY(int y)
Sets the y posittion (defaults to DEFAULT). |
| クラス com.extjs.gxt.ui.client.widget.layout.AnchorData から継承されたメソッド |
|---|
getAnchorSpec, setAnchorSpec |
| クラス com.extjs.gxt.ui.client.widget.layout.MarginData から継承されたメソッド |
|---|
getMargins, setMargins |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタ 詳細 |
|---|
public AbsoluteData()
| メソッド 詳細 |
|---|
public int getX()
public int getY()
public void setX(int x)
x - the x coordinate valuepublic void setY(int y)
y - coordinate value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||