| Package | Description |
|---|---|
| org.onosproject.ui |
Mechanism for managing dynamically registered user interface extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiViewHidden
Represents user interface view addition, except that this one should not
have an entry in the navigation panel.
|
| Modifier and Type | Method and Description |
|---|---|
List<UiView> |
UiExtension.views()
Returns list of user interface views contributed by this extension.
|
| Constructor and Description |
|---|
UiExtension(List<UiView> views,
UiMessageHandlerFactory messageHandlerFactory,
ClassLoader classLoader)
Creates a user interface extension for loading CSS and JS injections
from
css.html and js.html resources, respectively. |
UiExtension(List<UiView> views,
UiMessageHandlerFactory messageHandlerFactory,
String path,
ClassLoader classLoader)
Creates a user interface extension using custom resource prefix.
|
Copyright © 2015. All rights reserved.