public class DashboardAttributeFilter extends Object implements DashboardFilter
DashboardFilterContext.| Constructor and Description |
|---|
DashboardAttributeFilter(String displayForm,
boolean negativeSelection,
List<String> attributeElementUris)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttributeElementUris() |
String |
getDisplayForm() |
boolean |
isNegativeSelection() |
String |
toString() |
public DashboardAttributeFilter(String displayForm, boolean negativeSelection, List<String> attributeElementUris)
displayForm - display form of an attribute where this filter is appliednegativeSelection - if the negative selection of filter elements is appliedattributeElementUris - list of attribute element URIs applied in filterpublic String getDisplayForm()
public boolean isNegativeSelection()
getAttributeElementUris()public List<String> getAttributeElementUris()
isNegativeSelection()Copyright © 2019. All rights reserved.