@ApplicationScoped public class NavigationExplorerScreen extends Object
Constructor and Description |
---|
NavigationExplorerScreen() |
NavigationExplorerScreen(NavigationManager navigationManager,
NavTreeEditor navTreeEditor,
ContentManagerI18n i18n,
javax.enterprise.event.Event<NotificationEvent> workbenchNotification) |
Modifier and Type | Method and Description |
---|---|
void |
createNewNavigationTree() |
void |
getMenus(Consumer<Menus> menusConsumer) |
NavTreeEditor |
getNavTreeEditor() |
String |
getTitle() |
org.jboss.errai.common.client.api.IsElement |
getView() |
void |
onNavTreeChanged(NavTreeChangedEvent event) |
public static final String SCREEN_ID
public NavigationExplorerScreen()
@Inject public NavigationExplorerScreen(NavigationManager navigationManager, NavTreeEditor navTreeEditor, ContentManagerI18n i18n, javax.enterprise.event.Event<NotificationEvent> workbenchNotification)
public String getTitle()
public org.jboss.errai.common.client.api.IsElement getView()
public NavTreeEditor getNavTreeEditor()
public void createNewNavigationTree()
public void onNavTreeChanged(@Observes NavTreeChangedEvent event)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.