| java.lang.Object com.gwtext.client.core.Paddings
Paddings | public class Paddings (Code) | | Class that represents the Paddings around an element.
|
Constructor Summary | |
public | Paddings(int top, int left, int right, int bottom) Create a new instance. |
Paddings | public Paddings(int top, int left, int right, int bottom)(Code) | | Create a new instance.
Parameters: top - the top padding Parameters: left - the left padding Parameters: right - the right padding Parameters: bottom - the bottom padding |
getBottom | public int getBottom()(Code) | | the bottom padding |
getLeft | public int getLeft()(Code) | | the left padding |
getRight | public int getRight()(Code) | | the right padding |
getStyleString | public String getStyleString()(Code) | | Return the paddings as a CSS style string.
padding as style String |
getTop | public int getTop()(Code) | | the top padding |
|
|