Registering another view with a name that is already registered overwrites the old registration of the same type.
Note that a view should not be shared between UIs (for instance, it should not be a static field in a UI subclass). @param viewName String that identifies a view (not null nor empty string) @param view {@link View} instance (not null)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|