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,
org.guvnor.common.services.project.client.security.ProjectController projectController) |
| Modifier and Type | Method and Description |
|---|---|
List<org.guvnor.common.services.project.model.Project> |
filterProjects(String filter) |
String |
getTitle() |
org.uberfire.client.mvp.UberElement<LibraryScreen> |
getView() |
void |
importProject(ExampleProject exampleProject) |
void |
setup() |
void |
updateImportProjects() |
boolean |
userCanCreateProjects() |
@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, org.guvnor.common.services.project.client.security.ProjectController projectController)
@PostConstruct public void setup()
public List<org.guvnor.common.services.project.model.Project> filterProjects(String filter)
public void importProject(ExampleProject exampleProject)
public void updateImportProjects()
public boolean userCanCreateProjects()
public String getTitle()
public org.uberfire.client.mvp.UberElement<LibraryScreen> getView()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.