public interface ISortElement extends IDesignElement
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDirection()
Returns the sort direction.
|
java.lang.String |
getKey()
Returns an expression that gives the sort key on which to sort.
|
void |
setDirection(java.lang.String direction)
Sets the sort direction.
|
void |
setKey(java.lang.String key)
Sets an expression that gives the sort key on which to sort.
|
getNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, getUserPropertyExpression, setNamedExpression, setUserProperty, setUserPropertyjava.lang.String getDirection()
DesignChoiceConstants,
and they are:
void setDirection(java.lang.String direction)
throws SemanticException
DesignChoiceConstants,
and they are:
direction - the direction to setSemanticException - if the direction is not in choice list.java.lang.String getKey()
setKey(String)void setKey(java.lang.String key)
throws SemanticException
key - the key to sortSemanticException - value required exceptiongetKey()Copyright © 2008 Actuate Corp. All rights reserved.