public class LibraryScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LibraryScreen.View |
| Constructor and Description |
|---|
LibraryScreen(LibraryScreen.View view,
org.uberfire.client.mvp.PlaceManager placeManager,
LibraryPlaces libraryPlaces,
javax.enterprise.event.Event<ProjectDetailEvent> projectDetailEvent,
org.jboss.errai.common.client.api.Caller<LibraryService> libraryService,
ExamplesUtils examplesUtils) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
org.uberfire.client.mvp.UberElement<LibraryScreen> |
getView() |
void |
importProject(ExampleProject exampleProject) |
void |
newProject() |
void |
setup() |
void |
updateImportProjects() |
void |
updateProjectsBy(String filter) |
@Inject public LibraryScreen(LibraryScreen.View view, org.uberfire.client.mvp.PlaceManager placeManager, LibraryPlaces libraryPlaces, javax.enterprise.event.Event<ProjectDetailEvent> projectDetailEvent, org.jboss.errai.common.client.api.Caller<LibraryService> libraryService, ExamplesUtils examplesUtils)
@PostConstruct public void setup()
public void newProject()
public void updateProjectsBy(String filter)
public void importProject(ExampleProject exampleProject)
public void updateImportProjects()
public String getTitle()
public org.uberfire.client.mvp.UberElement<LibraryScreen> getView()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.