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()
检索排序键的属性ID。
|
String |
getMatchingRuleID()
检索用于对属性值进行排序的匹配规则ID。
|
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.