use of org.kie.workbench.common.workbench.client.events.LayoutEditorLostFocusEvent in project kie-wb-common by kiegroup.
the class FormEditorPresenter method hideDocks.
@Override
public void hideDocks() {
super.hideDocks();
layoutLostFocusEvent.fire(new LayoutEditorLostFocusEvent(ID));
}
Aggregations