|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filter | |
|---|---|
| org.nakedobjects.applib | |
| Uses of Filter in org.nakedobjects.applib |
|---|
| Methods in org.nakedobjects.applib with parameters of type Filter | ||
|---|---|---|
|
DomainObjectContainer.allMatches(Class<T> ofType,
Filter<T> filter)
Returns all the instances of the specified type (including subtypes) that the filter object accepts. |
|
protected
|
AbstractContainedObject.allMatches(Class<T> ofType,
Filter<T> filter)
Convenience method that delegates to DomainObjectContainer. |
|
|
DomainObjectContainer.firstMatch(Class<T> ofType,
Filter<T> filter)
Returns the first instance of the specified type (including subtypes) that matches the supplied Filter, or null if none. |
|
protected
|
AbstractContainedObject.firstMatch(Class<T> ofType,
Filter<T> filter)
Convenience method that delegates to DomainObjectContainer. |
|
|
DomainObjectContainer.uniqueMatch(Class<T> ofType,
Filter<T> filter)
Find the only instance of the specified type (including subtypes) that has the specified title. |
|
protected
|
AbstractContainedObject.uniqueMatch(Class<T> ofType,
Filter<T> filter)
Convenience method that delegates to DomainObjectContainer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||