|
|||||||||
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.RowData
public class RowData
Layout data for RowLayout
that controls the width and height of
a widget.
RowLayout
Constructor Summary | |
---|---|
RowData()
Creates a new row data. |
|
RowData(double width,
double height)
Creates a new row data. |
|
RowData(double width,
double height,
Margins margins)
Creates a new row data. |
Method Summary | |
---|---|
double |
getHeight()
Returns the height. |
double |
getWidth()
Returns the width. |
void |
setHeight(double height)
Sets the height in pixels (defauls to DEFAULT). |
void |
setWidth(double width)
Sets the height in pixels (defaults to DEFAULT). |
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 RowData()
public RowData(double width, double height)
width
- the width, values of 1 or less treated as percentagesheight
- the height, values of 1 or less treated as percentagespublic RowData(double width, double height, Margins margins)
width
- the width, values of 1 or less treated as percentagesheight
- the height, values of 1 or less treated as percentagesmargins
- the marginsMethod Detail |
---|
public double getHeight()
public double getWidth()
public void setHeight(double height)
height
- the height, values of 1 or less treated as percentagespublic void setWidth(double width)
width
- the width, values of 1 treated as percentages
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |