Uses of Class
org.kie.workbench.common.dmn.client.editors.types.persistence.handlers.common.PropertiesPanelNotifier
-
-
Uses of PropertiesPanelNotifier in org.kie.workbench.common.dmn.client.editors.included.imports.persistence
Constructors in org.kie.workbench.common.dmn.client.editors.included.imports.persistence with parameters of type PropertiesPanelNotifier Constructor Description ItemDefinitionHandler(ItemDefinitionUtils itemDefinitionUtils, javax.enterprise.event.Event<RefreshDataTypesListEvent> refreshDataTypesListEvent, PropertiesPanelNotifier panelNotifier) -
Uses of PropertiesPanelNotifier in org.kie.workbench.common.dmn.client.editors.types.persistence.handlers
Constructors in org.kie.workbench.common.dmn.client.editors.types.persistence.handlers with parameters of type PropertiesPanelNotifier Constructor Description ItemDefinitionDestroyHandler(ItemDefinitionStore itemDefinitionStore, DMNGraphUtils dmnGraphUtils, PropertiesPanelNotifier panelNotifier)ItemDefinitionUpdateHandler(DataTypeManager dataTypeManager, ItemDefinitionUtils itemDefinitionUtils, PropertiesPanelNotifier panelNotifier, javax.enterprise.event.Event<DataTypeChangedEvent> dataTypeChangedEvent) -
Uses of PropertiesPanelNotifier in org.kie.workbench.common.dmn.client.editors.types.persistence.handlers.common
Methods in org.kie.workbench.common.dmn.client.editors.types.persistence.handlers.common that return PropertiesPanelNotifier Modifier and Type Method Description PropertiesPanelNotifierPropertiesPanelNotifier. withNewQName(org.kie.workbench.common.dmn.api.property.dmn.QName newQName)PropertiesPanelNotifierPropertiesPanelNotifier. withOldLocalPart(String oldLocalPart)
-