Class WidgetFocusEvent

java.lang.Object
de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
de.hybris.platform.cockpit.widgets.events.WidgetFocusEvent
All Implemented Interfaces:
CockpitEvent

public class WidgetFocusEvent extends AbstractCockpitEvent
A widget focus event is fired when widget focus changes.
  • Constructor Details

    • WidgetFocusEvent

      public WidgetFocusEvent(Object source, String widgetCode)
  • Method Details

    • getWidgetCode

      public String getWidgetCode()
      Returns the code of the focused widget.
      Returns:
      focused widget's code