@Dependent public class IncludedModelModal extends org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<IncludedModelModal.View>
Modifier and Type | Class and Description |
---|---|
static interface |
IncludedModelModal.View |
Constructor and Description |
---|
IncludedModelModal(IncludedModelModal.View view,
DMNAssetsDropdown dropdown,
ImportRecordEngine recordEngine,
DMNIncludeModelsClient client,
javax.enterprise.event.Event<RefreshDataTypesListEvent> refreshDataTypesListEvent,
javax.enterprise.event.Event<RefreshDecisionComponents> refreshDecisionComponentsEvent) |
Modifier and Type | Method and Description |
---|---|
void |
hide() |
void |
include() |
void |
init(IncludedModelsPagePresenter grid) |
void |
setup() |
void |
show() |
@Inject public IncludedModelModal(IncludedModelModal.View view, DMNAssetsDropdown dropdown, ImportRecordEngine recordEngine, DMNIncludeModelsClient client, javax.enterprise.event.Event<RefreshDataTypesListEvent> refreshDataTypesListEvent, javax.enterprise.event.Event<RefreshDecisionComponents> refreshDecisionComponentsEvent)
@PostConstruct public void setup()
setup
in class org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<IncludedModelModal.View>
public void init(IncludedModelsPagePresenter grid)
public void show()
show
in class org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<IncludedModelModal.View>
public void include()
public void hide()
hide
in class org.uberfire.ext.editor.commons.client.file.popups.elemental2.Elemental2Modal<IncludedModelModal.View>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.