|
||||||||||
| 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.CssFloatLayoutContainer.CssFloatData
public static class CssFloatLayoutContainer.CssFloatData
Specifies widget layout parameters that control the size of the widget.
| Constructor Summary | |
|---|---|
CssFloatLayoutContainer.CssFloatData()
Creates layout data for the CSS float layout container with the default value for width (-1 = use widget's default width). |
|
CssFloatLayoutContainer.CssFloatData(double width)
Creates layout data for the CSS float layout container using the specified width. |
|
| Method Summary | |
|---|---|
double |
getSize()
Returns the size specification. |
void |
setSize(double size)
Sets the width of the column. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CssFloatLayoutContainer.CssFloatData()
width (-1 = use widget's default width).
public CssFloatLayoutContainer.CssFloatData(double width)
width - the width of the widget| Method Detail |
|---|
public double getSize()
HasSize
getSize in interface HasSizepublic void setSize(double size)
setSize in interface HasSizesize - the width, values <= 1 treated a percentages.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||