Package | Description |
---|---|
com.bstek.dorado.idesupport.initializer | |
com.bstek.dorado.view |
与展现相关的基础实现。
|
com.bstek.dorado.view.output |
一些用于定义各种视图组件的输出方式的对象。
|
com.bstek.dorado.view.registry |
用于管理各种视图控件、Widget的注册信息的相关实现。
例如注册每一种控件使用何种方式完成配置解析、使用哪个对象完成输出等。 |
com.bstek.dorado.view.resolver | |
com.bstek.dorado.view.service |
用于为Brich客户端提供Ajax服务。
|
com.bstek.dorado.view.type |
对数据封装对象的增强,以便于数据封装对象能够更好的为Brich视图功能提供服务。
|
com.bstek.dorado.view.type.property |
各种用于描述实体类型(BrichEntityDataType)中属性的对象。
|
com.bstek.dorado.view.widget |
视图组件的基础实现。
|
com.bstek.dorado.view.widget.data | |
com.bstek.dorado.view.widget.layout |
各种布局管理器的实现。
|
Modifier and Type | Method and Description |
---|---|
Outputter |
InitializerContext.getCurrentOutputter() |
Outputter |
InitializerContext.popOutputter() |
Modifier and Type | Method and Description |
---|---|
void |
InitializerContext.pushOutputter(Outputter outputter) |
Modifier and Type | Class and Description |
---|---|
class |
TopViewOutputter
顶层视图对象的输出器。
|
class |
ViewContextPropertyOutputter |
class |
ViewOutputter
视图对象的输出器。
|
Modifier and Type | Field and Description |
---|---|
protected Outputter |
ViewOutputter.childrenComponentOutputter |
protected Outputter |
ViewOutputter.viewDataTypesOutputter |
Modifier and Type | Method and Description |
---|---|
void |
ViewOutputter.setChildrenComponentOutputter(Outputter childrenComponentOutputter) |
void |
ViewOutputter.setViewDataTypesOutputter(Outputter viewDataTypesOutputter) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataTypeOutputter |
class |
ClientObjectOutputter
用于将一个Java对象输出成为View对象的输出器。
|
class |
DataOutputter
用于向客户端输出JSON数据的输出器。
|
class |
DataProviderPropertyOutputter
数据提供者的输出器。
|
class |
DataResolverPropertyOutputter |
class |
DoradoMapOutputter |
class |
IncludeDataTypesOutputter
用于输出
|
class |
ObjectOutputter |
class |
ObjectOutputterDispatcher |
class |
ObjectPropertyOutputter |
class |
ViewDataTypesOutputter
用于输出
|
Modifier and Type | Method and Description |
---|---|
Outputter |
ClientOutputHelper.getOutputter(java.lang.Class<?> beanType) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectOutputterDispatcher.setDefaultObjectOutputter(Outputter defaultObjectOutputter) |
void |
DefaultPropertyOutputter.setObjectOutputter(Outputter objectOutputter) |
Modifier and Type | Method and Description |
---|---|
Outputter |
DefaultComponentTypeRegister.getOutputter() |
Outputter |
VirtualPropertyDescriptor.getOutputter() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultComponentTypeRegister.setOutputter(Outputter outputter)
设置该种组件使用的输出器。
|
void |
VirtualPropertyDescriptor.setOutputter(Outputter outputter) |
Modifier and Type | Class and Description |
---|---|
class |
PageFooterOutputter |
class |
PageHeaderOutputter |
Modifier and Type | Method and Description |
---|---|
void |
PageHeaderOutputter.setTopViewOutputter(Outputter topViewOutputter) |
Modifier and Type | Method and Description |
---|---|
Outputter |
DataServiceProcessorSupport.getDataOutputter() |
Modifier and Type | Method and Description |
---|---|
void |
DataServiceProcessorSupport.setDataOutputter(Outputter dataOutputter) |
void |
DataServiceProcessorSupport.setIncludeDataTypesOutputter(Outputter includeDataTypesOutputter) |
void |
ResolveDataServiceProcessor.setSimplePropertyValueOnlyDataOutputter(Outputter simplePropertyValueOnlyDataOutputter) |
Modifier and Type | Class and Description |
---|---|
class |
DataTypeOutputter
数据类型的输出器。
|
class |
DataTypePropertyOutputter |
class |
DefaultValueOutputter |
class |
EntityDataTypeOutputter |
class |
PropertyDefsOutputter |
Modifier and Type | Method and Description |
---|---|
void |
DataTypeOutputter.setAggregationDataTypeOutputter(Outputter aggregationDataTypeOutputter) |
void |
DataTypeOutputter.setEntityDataTypeOutputter(Outputter entityDataTypeOutputter) |
Modifier and Type | Class and Description |
---|---|
class |
CommonPropertyDefOutputter |
class |
MappingPropertyOutputter |
Modifier and Type | Class and Description |
---|---|
class |
ComponentOutputter
默认的视图组件的输出器。
|
class |
ComponentOutputterDispatcher |
class |
ContainerOutputter
默认的视图容器控件的输出器。
|
class |
ControlOutputter
默认的视图控件的输出器。
|
class |
HtmlContainerOutputter |
class |
SubViewPropertyOutputter |
Modifier and Type | Class and Description |
---|---|
class |
DataSetDataPropertyOutputter |
Modifier and Type | Class and Description |
---|---|
class |
LayoutConstraintPropertyOutputter |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.