public class SortKey extends Object
SortControl
Constructor and Description |
---|
SortKey(String attrID)
为属性创建默认排序键。
|
SortKey(String attrID, boolean ascendingOrder, String matchingRuleID)
为属性创建一个排序键。
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeID()
检索排序键的属性标识。
|
String |
getMatchingRuleID()
检索用于订购属性值的匹配规则标识。
|
boolean |
isAscending()
确定排序顺序。
|
public SortKey(String attrID)
attrID
-非空的ID属性作为排序关键字。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.