Class BaseActionEventFocusGained

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.BaseActionEventFocusGained
All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventFocusGained extends BaseActionEvent
See Also:
  • Constructor Details

    • BaseActionEventFocusGained

      public BaseActionEventFocusGained(javax.faces.component.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.