|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IFormLayout.IConstraints
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
Method Summary | |
---|---|
IFormLayout.IAnchor |
getBottomAnchor()
Returns the bottom anchor. |
IFormLayout.IAnchor |
getLeftAnchor()
Returns the left anchor. |
IFormLayout.IAnchor |
getRightAnchor()
Returns the right anchor. |
IFormLayout.IAnchor |
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 interface javax.rad.ui.IResource |
---|
getResource |
Method Detail |
---|
IFormLayout.IAnchor getLeftAnchor()
void setLeftAnchor(IFormLayout.IAnchor pLeftAnchor)
pLeftAnchor
- left to setIFormLayout.IAnchor getRightAnchor()
void setRightAnchor(IFormLayout.IAnchor pRightAnchor)
pRightAnchor
- the right anchor.IFormLayout.IAnchor getTopAnchor()
void setTopAnchor(IFormLayout.IAnchor pTopAnchor)
pTopAnchor
- the top anchorIFormLayout.IAnchor getBottomAnchor()
void setBottomAnchor(IFormLayout.IAnchor pBottomAnchor)
pBottomAnchor
- the bottom to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |