Class IncludedModelModal
- java.lang.Object
-
- org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<IncludedModelModal.View>
-
- org.kie.workbench.common.dmn.client.editors.included.modal.IncludedModelModal
-
@Dependent public class IncludedModelModal extends org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<IncludedModelModal.View>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIncludedModelModal.View
-
Constructor Summary
Constructors Constructor Description IncludedModelModal(IncludedModelModal.View view, DMNAssetsDropdown dropdown, ImportRecordEngine recordEngine, DMNIncludeModelsClient client, javax.enterprise.event.Event<RefreshDataTypesListEvent> refreshDataTypesListEvent, javax.enterprise.event.Event<RefreshDecisionComponents> refreshDecisionComponentsEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide()voidinclude()voidinit(IncludedModelsPagePresenter grid)voidsetup()voidshow()
-
-
-
Constructor Detail
-
IncludedModelModal
@Inject public IncludedModelModal(IncludedModelModal.View view, DMNAssetsDropdown dropdown, ImportRecordEngine recordEngine, DMNIncludeModelsClient client, javax.enterprise.event.Event<RefreshDataTypesListEvent> refreshDataTypesListEvent, javax.enterprise.event.Event<RefreshDecisionComponents> refreshDecisionComponentsEvent)
-
-
Method Detail
-
setup
@PostConstruct public void setup()
- Overrides:
setupin classorg.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<IncludedModelModal.View>
-
init
public void init(IncludedModelsPagePresenter grid)
-
show
public void show()
- Overrides:
showin classorg.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<IncludedModelModal.View>
-
include
public void include()
-
hide
public void hide()
- Overrides:
hidein classorg.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<IncludedModelModal.View>
-
-