Class PopulatedLibraryView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.PopulatedLibraryView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,PopulatedLibraryScreen.View,org.uberfire.client.mvp.HasPresenter<PopulatedLibraryScreen>,org.uberfire.client.mvp.UberElement<PopulatedLibraryScreen>,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
@Templated public class PopulatedLibraryView extends Object implements PopulatedLibraryScreen.View, org.jboss.errai.ui.client.local.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description PopulatedLibraryView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAction(org.jboss.errai.common.client.dom.HTMLElement action)voidaddProject(TileWidget<org.guvnor.common.services.project.model.WorkspaceProject> project)voidaddProject(TileWidget<org.guvnor.common.services.project.model.WorkspaceProject> tileToAdd, TileWidget<org.guvnor.common.services.project.model.WorkspaceProject> tileAfter)voidclearFilterText()voidclearProjects()voidfilterTextChange(com.google.gwt.event.dom.client.KeyUpEvent event)voidhideBusyIndicator()voidinit(PopulatedLibraryScreen presenter)voidremoveProject(TileWidget<org.guvnor.common.services.project.model.WorkspaceProject> tile)voidshowBusyIndicator(String message)
-
-
-
Method Detail
-
init
public void init(PopulatedLibraryScreen presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<PopulatedLibraryScreen>
-
clearProjects
public void clearProjects()
- Specified by:
clearProjectsin interfacePopulatedLibraryScreen.View
-
addProject
public void addProject(TileWidget<org.guvnor.common.services.project.model.WorkspaceProject> project)
- Specified by:
addProjectin interfacePopulatedLibraryScreen.View
-
addProject
public void addProject(TileWidget<org.guvnor.common.services.project.model.WorkspaceProject> tileToAdd, TileWidget<org.guvnor.common.services.project.model.WorkspaceProject> tileAfter)
- Specified by:
addProjectin interfacePopulatedLibraryScreen.View
-
removeProject
public void removeProject(TileWidget<org.guvnor.common.services.project.model.WorkspaceProject> tile)
- Specified by:
removeProjectin interfacePopulatedLibraryScreen.View
-
addAction
public void addAction(org.jboss.errai.common.client.dom.HTMLElement action)
- Specified by:
addActionin interfacePopulatedLibraryScreen.View
-
clearFilterText
public void clearFilterText()
- Specified by:
clearFilterTextin interfacePopulatedLibraryScreen.View
-
filterTextChange
@EventHandler("filter-text") public void filterTextChange(com.google.gwt.event.dom.client.KeyUpEvent event)
-
showBusyIndicator
public void showBusyIndicator(String message)
- Specified by:
showBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
hideBusyIndicator
public void hideBusyIndicator()
- Specified by:
hideBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
-