|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMarginCapability
| Method Summary | |
|---|---|
String |
getMarginBottom()
Returns a string value specifying the margin size for the component's bottom (compliant to CSS margin-bottom). |
String |
getMarginLeft()
Returns a string value specifying the margin size for the component's left (compliant to CSS margin-left). |
String |
getMarginRight()
Returns a string value specifying the margin size for the component's right (compliant to CSS margin-right). |
String |
getMarginTop()
Returns a string value specifying the margin size for the component's top (compliant to CSS margin-top). |
void |
setMarginBottom(String marginBottom)
Sets a string value specifying the margin size for the component's bottom (compliant to CSS margin-bottom). |
void |
setMarginLeft(String marginLeft)
Sets a string value specifying the margin size for the component's left (compliant to CSS margin-left). |
void |
setMarginRight(String marginRight)
Sets a string value specifying the margin size for the component's right (compliant to CSS margin-right). |
void |
setMarginTop(String marginTop)
Sets a string value specifying the margin size for the component's top (compliant to CSS margin-top). |
| Method Detail |
|---|
String getMarginTop()
void setMarginTop(String marginTop)
marginTop - margin-topString getMarginRight()
void setMarginRight(String marginRight)
marginRight - margin-rightString getMarginBottom()
void setMarginBottom(String marginBottom)
marginBottom - margin-bottomString getMarginLeft()
void setMarginLeft(String marginLeft)
marginLeft - margin-left
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||