|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewCapable<T extends EntityView>
This interface is implemented by the entity and entity view types that are capable of creating filtered views of themselves.
Method Summary | |
---|---|
Filter<? super EntityView> |
getFilter()
Get the filter that is used to create this view. |
boolean |
hasFilters()
Does this view have any filters? |
T |
newView(Filter<? super EntityView> f)
Create a new, connected view on this entity or entity view. |
Method Detail |
---|
T newView(Filter<? super EntityView> f)
f
- The filter that determines which child entities will be visible
in the view.
Directory
is a DirectoryView
, for instance.Filter<? super EntityView> getFilter()
null
.
null
if this is
called on an entity.boolean hasFilters()
true
if this view has any filters, or false
if
this method is called on an entity object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |