| Package | Description |
|---|---|
| com.bstek.dorado.view.registry |
用于管理各种视图控件、Widget的注册信息的相关实现。
例如注册每一种控件使用何种方式完成配置解析、使用哪个对象完成输出等。 |
| com.bstek.dorado.view.widget.layout |
各种布局管理器的实现。
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends LayoutConstraintSupport> |
LayoutTypeRegisterInfo.getConstraintClassType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutTypeRegisterInfo.setConstraintClassType(java.lang.Class<? extends LayoutConstraintSupport> constraintClassType) |
| Constructor and Description |
|---|
LayoutTypeRegisterInfo(java.lang.String type,
java.lang.Class<? extends Layout> classType,
java.lang.Class<? extends LayoutConstraintSupport> constraintClassType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnchorLayoutConstraint
锚定布局条件。
|
class |
DockLayoutConstraint
Border型布局的布局条件。
|
class |
FormLayoutConstraint |
class |
HBoxLayoutConstraintSupport |
class |
VBoxLayoutConstraintSupport |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.