public class RecordSpotlightSelection extends Object
| Constructor and Description |
|---|
RecordSpotlightSelection() |
| Modifier and Type | Method and Description |
|---|---|
FilterState |
getFilterState()
Returns the filter state.
|
int |
getRecordLimit()
Gets the record limit.
|
SortOption |
getSortOption()
Returns the
SortOption. |
boolean |
isAugment()
Indicates whether current record selection should be augmented by the
current navigation state.
|
boolean |
isEmpty()
Return if this selection is empty.
|
void |
setAugment(boolean augment)
Sets whether current record selection should be augmented by the
current navigation state.
|
void |
setFilterState(FilterState filterState)
Sets the filter state.
|
void |
setRecordLimit(int recordLimit)
Sets the record limit.
|
void |
setSortOption(SortOption sortOption)
Sets the
SortOption. |
public FilterState getFilterState()
public void setFilterState(FilterState filterState)
filterState - the filterState to setpublic SortOption getSortOption()
SortOption.public void setSortOption(SortOption sortOption)
SortOption.sortOption - the sortOption to setpublic boolean isAugment()
public void setAugment(boolean augment)
public int getRecordLimit()
public void setRecordLimit(int recordLimit)
public boolean isEmpty()
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.