|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Margins | |
|---|---|
| com.sencha.gxt.core.client.dom | Core utilities. |
| com.sencha.gxt.widget.core.client.container | |
| Uses of Margins in com.sencha.gxt.core.client.dom |
|---|
| Methods in com.sencha.gxt.core.client.dom with parameters of type Margins | |
|---|---|
void |
XElement.setMargins(Margins margin)
Sets the elements's margin. |
| Uses of Margins in com.sencha.gxt.widget.core.client.container |
|---|
| Methods in com.sencha.gxt.widget.core.client.container that return Margins | |
|---|---|
Margins |
MarginData.getMargins()
|
Margins |
HasMargins.getMargins()
Returns the margin specification. |
| Methods in com.sencha.gxt.widget.core.client.container with parameters of type Margins | |
|---|---|
void |
MarginData.setMargins(Margins margins)
|
void |
HasMargins.setMargins(Margins margins)
Sets the margin specification. |
| Constructors in com.sencha.gxt.widget.core.client.container with parameters of type Margins | |
|---|---|
BoxLayoutContainer.BoxLayoutData(Margins margins)
Creates a box layout data with the specified margins. |
|
HorizontalLayoutContainer.HorizontalLayoutData(double width,
double height,
Margins margins)
Creates horizontal layout parameters with the specified values. |
|
MarginData(Margins margins)
Creates a layout parameter with the specified margins. |
|
VerticalLayoutContainer.VerticalLayoutData(double width,
double height,
Margins margins)
Creates ertical layout parameters with the specified values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||