| 程序包 | 说明 |
|---|---|
| cn.weforward.data.search | |
| cn.weforward.data.search.util | |
| cn.weforward.data.search.vo |
| 限定符和类型 | 方法和说明 |
|---|---|
List<IndexAttribute> |
IndexElement.getAttributes()
属性(主要用于排序)
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexAttribute |
IndexAttributeHelper.newAttribute(String key,
Number number)
构造一个属性
|
static IndexAttribute |
IndexAttributeHelper.newAttribute(String key,
String value)
构造一个属性
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexElement |
IndexElementHelper.newElement(String id,
List<IndexAttribute> attributes)
构造一个新元素
|
static IndexElement |
IndexElementHelper.newElement(String key,
String caption,
String summary,
List<IndexAttribute> attributes)
构造一个新元素
|
static IndexElement |
IndexElementHelper.newElement(UniteId uid,
List<IndexAttribute> attributes)
构造一个新元素
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
IndexAttributeVo
索引索引vo
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<IndexAttribute> |
IndexElementVo.m_Attributes
属性(主要用于排序)
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<IndexAttribute> |
IndexElementVo.getAttributes() |
| 构造器和说明 |
|---|
IndexElementVo(String key,
String caption,
String summary,
IndexAttribute... attributes)
构造
|
| 构造器和说明 |
|---|
IndexElementVo(String key,
String caption,
String summary,
List<IndexAttribute> attributes)
构造
|
Copyright © 2021. All rights reserved.