public interface NamedViews
Modifier and Type | Field and Description |
---|---|
static NamedViews |
oneNamedView
A NamedViews with only a trivial default view, for testing
purposes.
|
Modifier and Type | Method and Description |
---|---|
View |
getDefaultView()
Answer the default view (null if none), may be a view
with a magic name.
|
View |
getView(String viewname)
Answer the view with the given name (null if none).
|
static final NamedViews oneNamedView
Copyright © 2014. All Rights Reserved.