Package | Description |
---|---|
com.bstek.dorado.view.registry |
用于管理各种视图控件、Widget的注册信息的相关实现。
例如注册每一种控件使用何种方式完成配置解析、使用哪个对象完成输出等。 |
com.bstek.dorado.view.widget |
视图组件的基础实现。
|
com.bstek.dorado.view.widget.layout |
各种布局管理器的实现。
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Layout> |
LayoutTypeRegisterInfo.getClassType()
返回布局管理器的实现类。
|
Modifier and Type | Method and Description |
---|---|
LayoutTypeRegisterInfo |
DefaultLayoutTypeRegistry.getRegisterInfo(java.lang.Class<? extends Layout> classType) |
LayoutTypeRegisterInfo |
LayoutTypeRegistry.getRegisterInfo(java.lang.Class<? extends Layout> classType)
根据视图类型和布局管理器实现类返回相应的注册信息对象。
|
void |
LayoutTypeRegisterInfo.setClassType(java.lang.Class<? extends Layout> classType)
设置返回布局管理器的实现类。
|
Constructor and Description |
---|
LayoutTypeRegisterInfo(java.lang.String type,
java.lang.Class<? extends Layout> classType,
java.lang.Class<? extends LayoutConstraintSupport> constraintClassType) |
Modifier and Type | Method and Description |
---|---|
Layout |
Container.getLayout()
返回布局管理对象。
|
Modifier and Type | Method and Description |
---|---|
void |
Container.setLayout(Layout layout)
设置布局管理对象。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBoxLayout |
class |
AnchorLayout
锚定布局管理器。
|
class |
DockLayout
Border型布局管理器。
|
class |
FormLayout |
class |
HBoxLayout |
class |
NativeLayout |
class |
VBoxLayout |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.