|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.util.Region
com.extjs.gxt.ui.client.util.Padding
public class Padding
Represents 4-side padding.
| Field Summary |
|---|
| Fields inherited from class com.extjs.gxt.ui.client.util.Region |
|---|
bottom, left, right, top |
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 | ||||||||