|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.ArrayList
|
+--com.sas.dataselectors.filters.AdvancedFilterValueList
The AdvancedFilterValueList is both a filter value list and a filter value.
| Field Summary | |
protected String |
_toStringMessageFormat
Deprecated. The message format to use when constructing the toString
text for this object. |
static String |
RB_KEY
Deprecated. The property key prefix for resources used by this class. |
| Fields inherited from class java.util.AbstractList |
modCount |
| Fields inherited from interface com.sas.dataselectors.filters.FilterValuesInterface |
GETTHRESHHOLDALLVALUES |
| Constructor Summary | |
AdvancedFilterValueList()
Deprecated. Constructs a new value list with the default properties. |
|
AdvancedFilterValueList(Collection collection)
Deprecated. Constructs a new value list with the specified members. |
|
AdvancedFilterValueList(Object[] values)
Deprecated. Constructs a new value list with the specified members. |
|
AdvancedFilterValueList(Object value,
String formattedValue,
int dataType,
Object format,
Object unformattedValue)
Deprecated. Constructs a new value list with the specified properties. |
|
AdvancedFilterValueList(Object value,
String formattedValue,
int dataType,
Object format,
Object unformattedValue,
String toStringMessageFormat)
Deprecated. Constructs a new value list with the specified properties. |
|
| Method Summary | |
Object |
getData()
Deprecated. Returns the native filter object this value represents. |
int |
getDataType()
Deprecated. Returns the data type this value represents. |
List |
getFirstValues(long lThreshold)
Deprecated. Gathers and returns the first set of values held in this list. |
Object |
getFormat()
Deprecated. Returns the format of this value. |
String |
getFormattedValue()
Deprecated. Returns the formatted representation of this value. |
String |
getListLabel()
Deprecated. Returns the label for this value list. |
List |
getNextValues(long lThreshold)
Deprecated. Gathers and returns the next set of values held in this list. |
Object |
getUnformattedValue()
Deprecated. Returns the unformatted representation of this value. |
boolean |
hasMoreValues()
Deprecated. Returns true if the iterator indicates more values are available, false otherwise. |
void |
setFilterValue(FilterValueInterface value)
Deprecated. Sets the delegate filter value object used when the class is referenced as a value. |
String |
toString()
Deprecated. Constructs a text representation of this value. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Field Detail |
public static String RB_KEY
protected String _toStringMessageFormat
toString
text for this object.| Constructor Detail |
public AdvancedFilterValueList()
public AdvancedFilterValueList(Collection collection)
collection - the initial values to populate the listpublic AdvancedFilterValueList(Object[] values)
values - the initial values to populate the list
public AdvancedFilterValueList(Object value,
String formattedValue,
int dataType,
Object format,
Object unformattedValue,
String toStringMessageFormat)
value - the native model object this value representsformattedValue - the formatted representation of this valuedataType - the type of data this value representsformat - the format for this valueunformattedValue - the unformatted representation of this valuetoStringMessageFormat - the format used when constructing the toString text
public AdvancedFilterValueList(Object value,
String formattedValue,
int dataType,
Object format,
Object unformattedValue)
toString format will be used.value - the native model object this value representsformattedValue - the formatted representation of this valuedataType - the type of data this value representsformat - the format for this valueunformattedValue - the unformatted representation of this value| Method Detail |
public void setFilterValue(FilterValueInterface value)
value - the new delegate filter valuepublic boolean hasMoreValues()
hasMoreValues in interface FilterValuesInterface
public List getFirstValues(long lThreshold)
throws DataRetrievalError
getNextValues.getFirstValues in interface FilterValuesInterfacelThreshold - the maximum number of records to return or -1 for no limitDataRetrievalError - if any error occurs while gathering values
public List getNextValues(long lThreshold)
throws DataRetrievalError
getNextValues in interface FilterValuesInterfacelThreshold - the maximum number of records to return or -1 for no limitDataRetrievalError - if any error occurs while gathering valuespublic String getListLabel()
getListLabel in interface FilterValuesInterfacepublic String getFormattedValue()
getFormattedValue in interface FilterValueInterfacepublic Object getUnformattedValue()
getUnformattedValue in interface FilterValueInterfacepublic int getDataType()
getDataType in interface FilterValueInterfacepublic Object getFormat()
getFormat in interface FilterValueInterfacepublic Object getData()
getData in interface FilterValueInterfacepublic String toString()
toString in class AbstractCollectionMessageFormat
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||