Class ExperimentalExplorerViewImpl
- java.lang.Object
-
- org.uberfire.client.experimental.screens.explorer.ExperimentalExplorerViewImpl
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,ExperimentalExplorerView,org.uberfire.client.mvp.HasPresenter<ExperimentalExplorerView.Presenter>,org.uberfire.client.mvp.UberElemental<ExperimentalExplorerView.Presenter>
@Templated public class ExperimentalExplorerViewImpl extends Object implements ExperimentalExplorerView, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.uberfire.client.experimental.screens.explorer.ExperimentalExplorerView
ExperimentalExplorerView.Presenter
-
-
Constructor Summary
Constructors Constructor Description ExperimentalExplorerViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()voiddelete(AssetDisplayer asset)Optional<AssetDisplayer>findDisplayer(org.uberfire.backend.vfs.Path path)voidinit(ExperimentalExplorerView.Presenter presenter)voidonClick(com.google.gwt.event.dom.client.ClickEvent event)voidshow(AssetDisplayer asset)
-
-
-
Method Detail
-
init
public void init(ExperimentalExplorerView.Presenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ExperimentalExplorerView.Presenter>
-
show
public void show(AssetDisplayer asset)
- Specified by:
showin interfaceExperimentalExplorerView
-
delete
public void delete(AssetDisplayer asset)
- Specified by:
deletein interfaceExperimentalExplorerView
-
findDisplayer
public Optional<AssetDisplayer> findDisplayer(org.uberfire.backend.vfs.Path path)
- Specified by:
findDisplayerin interfaceExperimentalExplorerView
-
clean
public void clean()
- Specified by:
cleanin interfaceExperimentalExplorerView
-
onClick
@EventHandler("addButton") public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
-
-