|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.Paddings
public class Paddings
Class that represents the Paddings around an element.
| Constructor Summary | |
|---|---|
Paddings(int top,
int left,
int right,
int bottom)
Create a new instance. |
|
| Method Summary | |
|---|---|
int |
getBottom()
|
int |
getLeft()
|
int |
getRight()
|
java.lang.String |
getStyleString()
Return the paddings as a CSS style string. |
int |
getTop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Paddings(int top,
int left,
int right,
int bottom)
top - the top paddingleft - the left paddingright - the right paddingbottom - the bottom padding| 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 | ||||||||