|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.impl.WebResource
com.sibvisions.rad.ui.web.impl.layout.WebFormLayout.WebConstraints
public static class WebFormLayout.WebConstraints
The WebConstraints stores the top, left, bottom and right Anchor for layouting a component.
| Constructor Summary | |
|---|---|
WebFormLayout.WebConstraints(WebFormLayout.WebAnchor pTopAnchor,
WebFormLayout.WebAnchor pLeftAnchor,
WebFormLayout.WebAnchor pBottomAnchor,
WebFormLayout.WebAnchor pRightAnchor)
Creates the default constraints for the given anchors. |
|
| Method Summary | |
|---|---|
String |
getAsString()
Gets this Object as String. |
WebFormLayout.WebAnchor |
getBottomAnchor()
Returns the bottom anchor. |
WebFormLayout.WebAnchor |
getLeftAnchor()
Returns the left anchor. |
WebFormLayout.WebAnchor |
getRightAnchor()
Returns the right anchor. |
WebFormLayout.WebAnchor |
getTopAnchor()
Returns the top anchor. |
void |
setBottomAnchor(IFormLayout.IAnchor pBottomAnchor)
Sets the bottom anchor. |
void |
setLeftAnchor(IFormLayout.IAnchor pLeftAnchor)
Sets the left anchor. |
void |
setRightAnchor(IFormLayout.IAnchor pRightAnchor)
Sets the right anchor. |
void |
setTopAnchor(IFormLayout.IAnchor pTopAnchor)
Sets the top anchor. |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource |
|---|
getNullableAsString, getResource, setAsString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Constructor Detail |
|---|
public WebFormLayout.WebConstraints(WebFormLayout.WebAnchor pTopAnchor,
WebFormLayout.WebAnchor pLeftAnchor,
WebFormLayout.WebAnchor pBottomAnchor,
WebFormLayout.WebAnchor pRightAnchor)
pTopAnchor - the top anchor.pLeftAnchor - the left anchor.pBottomAnchor - the bottom anchor.pRightAnchor - the right anchor.| Method Detail |
|---|
public WebFormLayout.WebAnchor getLeftAnchor()
getLeftAnchor in interface IFormLayout.IConstraintspublic void setLeftAnchor(IFormLayout.IAnchor pLeftAnchor)
setLeftAnchor in interface IFormLayout.IConstraintspLeftAnchor - left to setpublic WebFormLayout.WebAnchor getRightAnchor()
getRightAnchor in interface IFormLayout.IConstraintspublic void setRightAnchor(IFormLayout.IAnchor pRightAnchor)
setRightAnchor in interface IFormLayout.IConstraintspRightAnchor - the right anchor.public WebFormLayout.WebAnchor getTopAnchor()
getTopAnchor in interface IFormLayout.IConstraintspublic void setTopAnchor(IFormLayout.IAnchor pTopAnchor)
setTopAnchor in interface IFormLayout.IConstraintspTopAnchor - the top anchorpublic WebFormLayout.WebAnchor getBottomAnchor()
getBottomAnchor in interface IFormLayout.IConstraintspublic void setBottomAnchor(IFormLayout.IAnchor pBottomAnchor)
setBottomAnchor in interface IFormLayout.IConstraintspBottomAnchor - the bottom to setpublic String getAsString()
getAsString in class WebResource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||