com.businessobjects.rebean.wi
Interface CustomSortValues

All Superinterfaces:
Values

public interface CustomSortValues
extends Values

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

The CustomSortValues interface contains the custom ordered values in a CustomSortLov.

Since:
11.5
See Also:
CustomSortLov.getAllValues(), SortInfo.getCustomSortLov(), DPExpression.getSortInfo(), VariableExpression.getSortInfo(), Link.getSortInfo(), ReportDictionary, SortInfoType

Method Summary
 boolean isValueUserDefined(int index)
          Returns true if the value at index index has been defined by a Web Intelligence user.
 
Methods inherited from interface com.businessobjects.rebean.wi.Values
getCount, getIndex, getName, getRowValue, getValue, getValueFromLov, isDefault, isFirst, isLast, isMultiColumns, isSelected, wasSelected
 

Method Detail

isValueUserDefined

boolean isValueUserDefined(int index)
Returns true if the value at index index has been defined by a Web Intelligence user. This method returns false when the value has been retrieved from a DataSource.

Parameters:
index - The index in the array of Values.
Returns:
Returns true if the value at index index has been defined by a Web Intelligence user.
Throws:
java.lang.IndexOutOfBoundsException - When index < 0 or index >= Values.getCount().