|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISortElement
The simple API class for the SortElementHandle.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement |
---|
getNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
Method Detail |
---|
java.lang.String getDirection()
DesignChoiceConstants
,
and they are:
void setDirection(java.lang.String direction) throws SemanticException
DesignChoiceConstants
,
and they are:
direction
- the direction to set
SemanticException
- 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 sort
SemanticException
- value required exceptiongetKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |