Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo
Interface SortCriteria

All Known Implementing Classes:
SortCriteriaImpl

public interface SortCriteria

Method Summary
 java.lang.String getAttributeName()
          Returns an attribute name.
 boolean isDescending()
          True if this attribute's value should be sorted in descending order.

 

Method Detail

getAttributeName

public java.lang.String getAttributeName()
Returns an attribute name. An attribute of this name should be present in the associated StrcutureDef of a component object to which this sort criteria is applied.

isDescending

public boolean isDescending()
True if this attribute's value should be sorted in descending order.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.