Class PropertiesPanelNotifier
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.persistence.handlers.common.PropertiesPanelNotifier
-
@ApplicationScoped public class PropertiesPanelNotifier extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertiesPanelNotifier(javax.enterprise.event.Event<org.kie.workbench.common.stunner.forms.client.event.RefreshFormPropertiesEvent> refreshFormPropertiesEvent, org.kie.workbench.common.stunner.core.client.api.SessionManager sessionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyPanel()PropertiesPanelNotifierwithNewQName(org.kie.workbench.common.dmn.api.property.dmn.QName newQName)PropertiesPanelNotifierwithOldLocalPart(String oldLocalPart)
-
-
-
Method Detail
-
withOldLocalPart
public PropertiesPanelNotifier withOldLocalPart(String oldLocalPart)
-
withNewQName
public PropertiesPanelNotifier withNewQName(org.kie.workbench.common.dmn.api.property.dmn.QName newQName)
-
notifyPanel
public void notifyPanel()
-
-