|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.core.client.util.Region
com.sencha.gxt.core.client.util.Margins
public class Margins
Represents 4-side margins.
| Constructor Summary | |
|---|---|
Margins()
Creates a new margins instance with 0 values for all sides. |
|
Margins(int margin)
Creates a new margins instance. |
|
Margins(int top,
int right,
int bottom,
int left)
Creates a new margin instance. |
|
| Method Summary |
|---|
| Methods inherited from class com.sencha.gxt.core.client.util.Region |
|---|
getBottom, getLeft, getRight, getTop, setBottom, setLeft, setRight, setTop, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Margins()
public Margins(int margin)
margin - the margin value for all 4 sides.
public Margins(int top,
int right,
int bottom,
int left)
top - the top marginright - the right marginbottom - the bottom marginleft - the left margin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||