Class BaseActionEventFocusGained

All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventFocusGained extends BaseActionEvent
See Also:
  • Constructor Details

    • BaseActionEventFocusGained

      public BaseActionEventFocusGained(UIComponent component, String type)
  • Method Details

    • getWidth

      public int getWidth()
      Returns:
      The pixel width of the component on which the focus was gained. "-1" is returned in case no specific coordinates are associated with the event.
    • getHeight

      public int getHeight()
      Returns:
      The pixel height of the component on which the focus was gained. "-1" is returned in case no specific coordinates are associated with the event.