com.businessobjects.rebean.wi
Interface CustomSortLov


public interface CustomSortLov

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

A CustomSortLov is used to hold values from a DPExpression, VariableExpression or Link object's that have been sorted in a custom order by a user.

If a customised sort has not been defined by a user, the CustomSortLov is sorted in alphanumerical order.

Note: A custom sort cannot be applied to a FormulaExpression.

Since:
11.5
See Also:
SortInfo.getCustomSortLov(), CustomSortValues

Method Summary
 CustomSortValues getAllValues()
          Returns a custom ordered list of value.
 

Method Detail

getAllValues

CustomSortValues getAllValues()
Returns a custom ordered list of value.

When SortInfo.isCustomSortDefined() returns false, this method returns a Lov sorted in alphanumeric order.

Returns:
CustomSortValues
See Also:
Lov