|
||||||||||
| 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.HorizontalLayoutContainer.HorizontalLayoutData
public static class HorizontalLayoutContainer.HorizontalLayoutData
Specifies parameters that control the layout of the widget in the container.
| Constructor Summary | |
|---|---|
HorizontalLayoutContainer.HorizontalLayoutData()
Creates horizontal layout parameters with default values for height (-1) and width (-1) and
margins (none). |
|
HorizontalLayoutContainer.HorizontalLayoutData(double width,
double height)
Creates horizontal layout parameters with the specified values. |
|
HorizontalLayoutContainer.HorizontalLayoutData(double width,
double height,
Margins margins)
Creates horizontal 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 |
|---|
@UiConstructor public HorizontalLayoutContainer.HorizontalLayoutData()
height (-1) and width (-1) and
margins (none).
public HorizontalLayoutContainer.HorizontalLayoutData(double width,
double height)
width - the width specification (see HasWidth)height - the height specification (see HasHeight)
public HorizontalLayoutContainer.HorizontalLayoutData(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 | |||||||||