protected final class Feed.UnScoper extends Object implements ScopeChangeHandler, PropertyChangeHandler, Scheduler.RepeatingCommand
Constructor and Description |
---|
Feed.UnScoper(int _listMaxSize,
List<BiteJS> _unList,
Spool spool)
Constructs an UnScoper.
|
Modifier and Type | Method and Description |
---|---|
boolean |
execute() |
int |
listMaxSize()
The length limit for the feed list.
|
void |
onPropertyChange(PropertyChange e)
Handles the event.
|
void |
onScopeChange(ScopeChangeEvent e)
Handles the event.
|
List<BiteJS> |
unList()
The unfiltered reference list of bites from which the filtered list is derived
during scoping.
|
public Feed.UnScoper(int _listMaxSize, List<BiteJS> _unList, Spool spool)
spool
- for release of internal holds. When unwound, this instance will
release its internal holds and become disabled.listMaxSize()
,
unList()
public int listMaxSize()
ListDataProvider.getList()
public final List<BiteJS> unList()
public void onPropertyChange(PropertyChange e)
PropertyChangeHandler
onPropertyChange
in interface PropertyChangeHandler
public boolean execute()
execute
in interface Scheduler.RepeatingCommand
public void onScopeChange(ScopeChangeEvent e)
ScopeChangeHandler
onScopeChange
in interface ScopeChangeHandler