|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.core.Margins
public class Margins
Class that represents the margins of an element.
| Field Summary |
|---|
| Fields inherited from class com.gwtext.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
Margins(int top,
int left,
int right,
int bottom)
Create a new Margins instance. |
|
| Method Summary | |
|---|---|
int |
getBottom()
|
int |
getLeft()
|
int |
getRight()
|
java.lang.String |
getStyleString()
Return the margins as a CSS style string. |
int |
getTop()
|
| Methods inherited from class com.gwtext.client.core.JsObject |
|---|
getJsObj, getProperties, isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Margins(int top,
int left,
int right,
int bottom)
left - the left margintop - the top marginright - the right marginbottom - the bottom margin| Method Detail |
|---|
public int getTop()
public int getLeft()
public int getRight()
public int getBottom()
public java.lang.String getStyleString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||