Package | Description |
---|---|
com.bstek.dorado.view.widget.layout |
各种布局管理器的实现。
|
Modifier and Type | Method and Description |
---|---|
AnchorMode |
AnchorLayoutConstraint.getAnchorBottom() |
AnchorMode |
AnchorLayoutConstraint.getAnchorLeft() |
AnchorMode |
AnchorLayoutConstraint.getAnchorRight() |
AnchorMode |
AnchorLayoutConstraint.getAnchorTop() |
static AnchorMode |
AnchorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnchorMode[] |
AnchorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AnchorLayoutConstraint.setAnchorBottom(AnchorMode anchorBottom) |
void |
AnchorLayoutConstraint.setAnchorLeft(AnchorMode anchorLeft) |
void |
AnchorLayoutConstraint.setAnchorRight(AnchorMode anchorRight) |
void |
AnchorLayoutConstraint.setAnchorTop(AnchorMode anchorTop) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.