|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.qt.ext.layout.QVxFormLayout.Constraint
public static class QVxFormLayout.Constraint
The Constraint stores the top, left, bottom and right Anchor for layouting a component.
| Constructor Summary | |
|---|---|
QVxFormLayout.Constraint(QVxFormLayout.Anchor pTopAnchor,
QVxFormLayout.Anchor pLeftAnchor)
Constructs Constraints with the given anchors as bounds. |
|
QVxFormLayout.Constraint(QVxFormLayout.Anchor pTopAnchor,
QVxFormLayout.Anchor pLeftAnchor,
QVxFormLayout.Anchor pBottomAnchor,
QVxFormLayout.Anchor pRightAnchor)
Constructs Constraints with the given anchors as bounds. |
|
| Method Summary | |
|---|---|
QVxFormLayout.Anchor |
getBottomAnchor()
Returns the bottom anchor. |
QVxFormLayout.Anchor |
getLeftAnchor()
Returns the left anchor. |
QVxFormLayout.Anchor |
getRightAnchor()
Returns the right anchor. |
QVxFormLayout.Anchor |
getTopAnchor()
Returns the top anchor. |
void |
setBottomAnchor(QVxFormLayout.Anchor pBottomAnchor)
Sets the bottom anchor. |
void |
setLeftAnchor(QVxFormLayout.Anchor pLeftAnchor)
Sets the left anchor. |
void |
setRightAnchor(QVxFormLayout.Anchor pRightAnchor)
Sets the right anchor. |
void |
setTopAnchor(QVxFormLayout.Anchor pTopAnchor)
Sets the top anchor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QVxFormLayout.Constraint(QVxFormLayout.Anchor pTopAnchor,
QVxFormLayout.Anchor pLeftAnchor,
QVxFormLayout.Anchor pBottomAnchor,
QVxFormLayout.Anchor pRightAnchor)
pTopAnchor - the left anchor.pLeftAnchor - the left anchor.pBottomAnchor - the left anchor.pRightAnchor - the left anchor.
public QVxFormLayout.Constraint(QVxFormLayout.Anchor pTopAnchor,
QVxFormLayout.Anchor pLeftAnchor)
pTopAnchor - the left anchor.pLeftAnchor - the left anchor.| Method Detail |
|---|
public QVxFormLayout.Anchor getLeftAnchor()
public void setLeftAnchor(QVxFormLayout.Anchor pLeftAnchor)
pLeftAnchor - left to setpublic QVxFormLayout.Anchor getRightAnchor()
public void setRightAnchor(QVxFormLayout.Anchor pRightAnchor)
pRightAnchor - the right anchor.public QVxFormLayout.Anchor getTopAnchor()
public void setTopAnchor(QVxFormLayout.Anchor pTopAnchor)
pTopAnchor - the top anchorpublic QVxFormLayout.Anchor getBottomAnchor()
public void setBottomAnchor(QVxFormLayout.Anchor pBottomAnchor)
pBottomAnchor - the bottom to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||