Package | Description |
---|---|
com.bstek.dorado.data.config.definition |
数据配置文件相关的配置声明对象。
|
com.bstek.dorado.data.provider |
数据提供者的基本实现。
|
com.bstek.dorado.data.resolver | |
com.bstek.dorado.data.type |
各种数据类型的声明和实现。
|
com.bstek.dorado.data.type.property |
各种用于描述实体类型(EntityDataType)中属性的对象。
|
com.bstek.dorado.data.type.validator | |
com.bstek.dorado.view.type |
对数据封装对象的增强,以便于数据封装对象能够更好的为Brich视图功能提供服务。
|
com.bstek.dorado.view.type.property.validator | |
com.bstek.dorado.view.widget.base.tab |
Modifier and Type | Class and Description |
---|---|
class |
DataTypeDefinition
DataType的配置声明对象。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataProvider
数据提供者的抽象实现类。
|
class |
CriteriaDataType |
class |
DirectDataProvider
直接型DataProvider。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataResolver |
class |
DirectDataResolver |
Modifier and Type | Interface and Description |
---|---|
interface |
RudeDataType
原始的DataType。
此接口一般不提供给用户直接使用,主要用于方便内部代码对DataType的name、matchType等属性进行设置。 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataType
DataType的抽象实现类。
|
class |
AggregationDataType
聚合类型。
|
class |
BigDecimalDataType
用于描述java.math.BigDecimal的数据类型。
|
class |
BooleanDataType
用于描述java.lang.Boolean的数据类型。
|
class |
ByteDataType
用于描述java.lang.Byte的数据类型。
|
class |
CalendarDataType
用于描述java.util.Calendar的数据类型。
|
class |
CharacterDataType
用于描述java.lang.Character的数据类型。
|
class |
DateDataType
用于描述java.util.Date的数据类型。
|
class |
DecimalDataType
抽象的浮点数字类型。
|
class |
DefaultEntityDataType
Bean类型的默认实现类。
|
class |
DoubleDataType
用于描述java.lang.Double的数据类型。
|
class |
EntityDataTypeSupport
实体类型抽像支持类。
|
class |
FloatDataType
用于描述java.lang.Float的数据类型。
|
class |
GenericCustomEntityDataType<T> |
class |
IntegerDataType
用于描述java.lang.Integer的数据类型。
|
class |
IntegralDataType
抽象的整数类型。
|
class |
LongDataType
用于描述java.lang.Long的数据类型。
|
class |
NonAggregationDataType
非聚合类型。
|
class |
NumberDataType
抽象的数字类型。
|
class |
PrimitiveBooleanDataType
用于描述boolean的数据类型。
|
class |
PrimitiveByteDataType
用于描述byte的数据类型。
|
class |
PrimitiveCharDataType
用于描述char的数据类型。
|
class |
PrimitiveDoubleDataType
用于描述double的数据类型。
|
class |
PrimitiveFloatDataType
用于描述float的数据类型。
|
class |
PrimitiveIntDataType
用于描述int的数据类型。
|
class |
PrimitiveLongDataType
用于描述long的数据类型。
|
class |
PrimitiveShortDataType
用于描述short的数据类型。
|
class |
ShortDataType
用于描述java.lang.Short的数据类型。
|
class |
SimpleDataType
简单数据类型。
|
class |
StringDataType
用于描述java.lang.String的数据类型。
|
Modifier and Type | Class and Description |
---|---|
class |
BasePropertyDef
基本属性。
|
class |
LazyPropertyDef |
class |
PropertyDefSupport
属性声明对象的抽象支持类。
|
class |
Reference
数据关联属性。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Validator |
Modifier and Type | Class and Description |
---|---|
class |
ViewDataTypeDefinition |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAjaxValidator |
class |
AbstractValidator |
class |
AjaxValidator |
class |
BaseValidator |
class |
CharLengthValidator |
class |
CustomValidator |
class |
EnumValidator |
class |
LengthValidator |
class |
RangeValidator |
class |
RegExpValidator |
class |
RequiredValidator |
Modifier and Type | Class and Description |
---|---|
class |
ControlTab |
class |
IFrameTab |
class |
Tab |
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.