Class IncludedModelsPagePresenter
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.included.IncludedModelsPagePresenter
-
public class IncludedModelsPagePresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIncludedModelsPagePresenter.View
-
Constructor Summary
Constructors Constructor Description IncludedModelsPagePresenter(IncludedModelsPagePresenter.View view, DMNCardsGridComponent gridComponent, IncludedModelModal modal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementgetElement()voidinit()voidrefresh()
-
-
-
Constructor Detail
-
IncludedModelsPagePresenter
@Inject public IncludedModelsPagePresenter(IncludedModelsPagePresenter.View view, DMNCardsGridComponent gridComponent, IncludedModelModal modal)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getElement
public elemental2.dom.HTMLElement getElement()
-
refresh
public void refresh()
-
-