Package | Description |
---|---|
com.bstek.dorado.view |
与展现相关的基础实现。
|
com.bstek.dorado.view.config.definition |
视图配置文件相关的配置声明对象。
|
com.bstek.dorado.view.registry |
用于管理各种视图控件、Widget的注册信息的相关实现。
例如注册每一种控件使用何种方式完成配置解析、使用哪个对象完成输出等。 |
com.bstek.dorado.view.widget |
视图组件的基础实现。
|
Modifier and Type | Method and Description |
---|---|
protected void |
ViewParser.registerComponent(ComponentDefinition component,
ViewParseContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerDefinition
容器组件的配置声明对象。
|
class |
ControlDefinition
控件的配置声明对象。
|
class |
DataSetDefinition
数据集的配置声明对象。
|
class |
ViewDefinition
视图的配置声明对象。
|
Modifier and Type | Method and Description |
---|---|
ComponentDefinition |
ComponentDefinition.getAssembleComponentDefinition() |
ComponentDefinition |
ViewDefinition.getComponent(java.lang.String id)
根据组件id获取一个子组件的声明。
|
ComponentDefinition |
ComponentDefinitionReference.getDefinition() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ComponentDefinition> |
ContainerDefinition.getChildren()
返回容器中所有的子组件。
|
java.util.Map<java.lang.String,ComponentDefinition> |
ViewDefinition.getComponents()
返回所有子组件的Map集合。
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerDefinition.appendChild(ComponentDefinition component)
向容器中添加一个子组件。
|
void |
ViewDefinition.registerComponent(ComponentDefinition component)
向视图声明中注册一个子组件的声明。
|
void |
ComponentDefinition.setAssembleComponentDefinition(ComponentDefinition assembleComponentDefinition) |
Modifier and Type | Method and Description |
---|---|
ComponentDefinition |
AssembledComponentTypeRegisterInfo.getSuperComponentDefinition() |
Modifier and Type | Method and Description |
---|---|
ComponentDefinition |
ComponentParser.getAssembledComponentDefinition() |
Modifier and Type | Method and Description |
---|---|
protected void |
ComponentParser.registerComponent(ComponentDefinition component,
ViewParseContext context)
将当前得到的组件配置声明对象注册到相应的视图配置中。
|
void |
ComponentParser.setAssembledComponentDefinition(ComponentDefinition assembledComponentDefinition) |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.