|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface Filter
An interface for a filter that can be passed to
Repository.list(Filter).
| Method Summary | |
|---|---|
void |
doFilter()
Deprecated. |
int |
getFirst()
Deprecated. Retrieves the index of the first object that will be retrieved when using this filter. |
int |
getLast()
Deprecated. Retrieves the index of the last object that will be retrieved when using this filter. |
void |
setFirst(int first)
Deprecated. Set the index of the first object that will be retrieved when using this filter. |
void |
setLast(int last)
Deprecated. Set the index of the last object that will be retrieved when using this filter. |
| Methods inherited from interface it.amattioli.dominate.util.PropertyChangeEmitter |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
int getFirst()
void setFirst(int first)
first - the index of the first object that will be retrieved when
using this filterint getLast()
setLast(int).
void setLast(int last)
last - the index of the last object that will be retrieved when
using this filtervoid doFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||