|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.filters.CollectionInViewBaseFilter
public abstract class CollectionInViewBaseFilter
Used for implementing collections using a Tab
from a View.
| Constructor Summary | |
|---|---|
CollectionInViewBaseFilter()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
filter(java.lang.Object o)
|
protected abstract java.util.Collection |
getKeyValues()
Values to add as key at the begin of arguments for filtering. |
View |
getView()
|
void |
setView(View view)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionInViewBaseFilter()
| Method Detail |
|---|
public java.lang.Object filter(java.lang.Object o)
throws FilterException
filter in interface IFiltero - Argument to filter. A object.
FilterException - Any problem.
protected abstract java.util.Collection getKeyValues()
throws XavaException
XavaExceptionpublic View getView()
public void setView(View view)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||