Class FieldEvents.BlurEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    FieldEvents

    public static class FieldEvents.BlurEvent
    extends Component.Event
    BlurEvent class for holding additional event information. Fired when a Field loses keyboard focus.
    Since:
    6.2
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EVENT_ID
      Identifier for event that can be used in EventRouter.
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      BlurEvent​(Component source)  
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BlurEvent

        public BlurEvent​(Component source)