|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.widget.layout.LayoutData
com.extjs.gxt.ui.client.widget.layout.MarginData
public class MarginData
Base layout data with margin support.
| Constructor Summary | |
|---|---|
MarginData()
Creates a new layout data. |
|
MarginData(int margin)
Creates a new layout data. |
|
MarginData(int top,
int right,
int bottom,
int left)
Creates a new layout data. |
|
MarginData(Margins margins)
Creates a new layout data. |
|
| Method Summary | |
|---|---|
Margins |
getMargins()
Returns the data's margins. |
void |
setMargins(Margins margins)
Sets the data's margins. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarginData()
public MarginData(int margin)
margin - the margin
public MarginData(int top,
int right,
int bottom,
int left)
top - the top marginright - the right marginbottom - the bottom marginleft - the left marginpublic MarginData(Margins margins)
margins - the margins| Method Detail |
|---|
public Margins getMargins()
public void setMargins(Margins margins)
margins - the margins
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||