|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.widget.core.client.container.MarginData
com.sencha.gxt.widget.core.client.container.VerticalLayoutContainer.VerticalLayoutData
public static class VerticalLayoutContainer.VerticalLayoutData
Specifies parameters that control the layout of the widget in the container.
| Constructor Summary | |
|---|---|
VerticalLayoutContainer.VerticalLayoutData()
Creates vertical layout parameters with default values for height (-1) and width (-1) and
margins (none). |
|
VerticalLayoutContainer.VerticalLayoutData(double width,
double height)
Creates vertical layout parameters with the specified values. |
|
VerticalLayoutContainer.VerticalLayoutData(double width,
double height,
Margins margins)
Creates ertical layout parameters with the specified values. |
|
| Method Summary | |
|---|---|
double |
getHeight()
Returns the height specification. |
double |
getWidth()
Returns the width specification. |
void |
setHeight(double height)
Sets the height specification. |
void |
setWidth(double width)
Sets the width specification. |
| Methods inherited from class com.sencha.gxt.widget.core.client.container.MarginData |
|---|
getMargins, setMargins |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerticalLayoutContainer.VerticalLayoutData()
height (-1) and width (-1) and
margins (none).
public VerticalLayoutContainer.VerticalLayoutData(double width,
double height)
width - the width specification (see HasWidth)height - the height specification (see HasHeight)
public VerticalLayoutContainer.VerticalLayoutData(double width,
double height,
Margins margins)
width - the width specification (see HasWidth)height - the height specification (see HasHeight)margins - the margin specification (see HasMargins)| Method Detail |
|---|
public double getHeight()
HasHeight
getHeight in interface HasHeightpublic double getWidth()
HasWidth
getWidth in interface HasWidthpublic void setHeight(double height)
HasHeight
setHeight in interface HasHeightheight - the height specificationpublic void setWidth(double width)
HasWidth
setWidth in interface HasWidthwidth - the width specification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||