|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScreenViewFilter | |
---|---|
com.ibm.pim.view |
Uses of ScreenViewFilter in com.ibm.pim.view |
---|
Methods in com.ibm.pim.view that return ScreenViewFilter | |
---|---|
ScreenViewFilter |
ScreenView.addFilter(java.lang.String name)
Add an empty filter with the specified name to the end of the list. |
ScreenViewFilter |
ScreenView.addFilter(java.lang.String name,
int position)
Add an empty filter with the specified name to the specified location in the list Attribute Collections can be added to the filter via ScreenViewFilter.addAttributeCollection or ScreenViewFilter.setAttributeCollections |
ScreenViewFilter |
ScreenView.getFilter(java.lang.String name)
Retrieve a filter on this screen view by name |
Methods in com.ibm.pim.view that return types with arguments of type ScreenViewFilter | |
---|---|
java.util.List<ScreenViewFilter> |
ScreenView.getFilters()
Get all view filters currently set against this screen view |
Method parameters in com.ibm.pim.view with type arguments of type ScreenViewFilter | |
---|---|
void |
ScreenView.setFilters(java.util.Collection<ScreenViewFilter> filters)
Set the filters for this screen view, overwriting any existing filters set for this data view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |