|
|||||||||
| 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.FormData
public class FormData
Layout data form FormLayout.
| Constructor Summary | |
|---|---|
FormData()
Creates a new form data instance. |
|
FormData(int width,
int height)
Creates a new form data instance. |
|
FormData(java.lang.String anchorSpec)
Creates a new form data instance. |
|
| Method Summary | |
|---|---|
int |
getHeight()
Returns the height. |
int |
getWidth()
Returns the width. |
void |
setHeight(int height)
Sets the height. |
void |
setWidth(int width)
Setst the width. |
| 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 FormData()
public FormData(int width,
int height)
width - the widthheight - the heightpublic FormData(java.lang.String anchorSpec)
anchorSpec - the anchor spec| Method Detail |
|---|
public int getHeight()
public int getWidth()
public void setHeight(int height)
height - the heightpublic void setWidth(int width)
width - the width
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||