Class ImportExamplesProjectsScreen
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.samples.ImportExamplesProjectsScreen
-
public class ImportExamplesProjectsScreen extends Object
-
-
Constructor Summary
Constructors Constructor Description ImportExamplesProjectsScreen(ImportPresenter presenter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()ImportPresenter.ViewgetView()voidonStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
-
-
Constructor Detail
-
ImportExamplesProjectsScreen
@Inject public ImportExamplesProjectsScreen(@Source(EXAMPLE) ImportPresenter presenter)
-
-
Method Detail
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest placeRequest)
-
getTitle
public String getTitle()
-
getView
public ImportPresenter.View getView()
-
-