public class EmptyLibraryScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
EmptyLibraryScreen.View |
| Constructor and Description |
|---|
EmptyLibraryScreen(EmptyLibraryScreen.View view,
org.jboss.errai.security.shared.api.identity.User user,
LibraryPlaces libraryPlaces,
ExamplesUtils examplesUtils,
org.guvnor.common.services.project.client.security.ProjectController projectController) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
org.uberfire.client.mvp.UberElement<EmptyLibraryScreen> |
getView() |
void |
importProject(ExampleProject exampleProject) |
void |
newProject() |
void |
setup() |
boolean |
userCanCreateProjects() |
@Inject public EmptyLibraryScreen(EmptyLibraryScreen.View view, org.jboss.errai.security.shared.api.identity.User user, LibraryPlaces libraryPlaces, ExamplesUtils examplesUtils, org.guvnor.common.services.project.client.security.ProjectController projectController)
@PostConstruct public void setup()
public void newProject()
public void importProject(ExampleProject exampleProject)
public boolean userCanCreateProjects()
public String getTitle()
public org.uberfire.client.mvp.UberElement<EmptyLibraryScreen> getView()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.