|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewProvider
A provider for view instances that can return pre-registered views or
dynamically create new views.
If multiple providers are used, getViewName(String) of each is
called (in registration order) until one of them returns a non-null value.
The getView(String) method of that provider is then used.
| Method Summary | |
|---|---|
View |
getView(java.lang.String viewName)
Create or return a pre-created instance of a view. |
java.lang.String |
getViewName(java.lang.String viewAndParameters)
Extract the view name from a combined view name and parameter string. |
| Method Detail |
|---|
java.lang.String getViewName(java.lang.String viewAndParameters)
viewAndParameters - string with view name and its fragment parameters (if given),
not null
View getView(java.lang.String viewName)
viewName - name of the view, not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||