|
||||||||||
| 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.Padding
public class Padding
Represents 4-side padding.
| Constructor Summary | |
|---|---|
Padding()
Creates a new padding instance with 0 values for all sides. |
|
Padding(int padding)
Creates a new padding instance. |
|
Padding(int top,
int right,
int bottom,
int left)
Creates a new padding 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 Padding()
public Padding(int padding)
padding - the padding value for all 4 sides.
public Padding(int top,
int right,
int bottom,
int left)
top - the top paddingright - the right paddingbottom - the bottom paddingleft - the left padding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||