Search in sources :

Example 1 with LayoutEditorLostFocusEvent

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));
}
Also used : LayoutEditorLostFocusEvent(org.kie.workbench.common.workbench.client.events.LayoutEditorLostFocusEvent)

Aggregations

LayoutEditorLostFocusEvent (org.kie.workbench.common.workbench.client.events.LayoutEditorLostFocusEvent)1