Class UiField.FocusEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiField

    public static class UiField.FocusEvent
    extends java.lang.Object
    implements UiEvent
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String componentId  
    • Constructor Summary

      Constructors 
      Constructor Description
      FocusEvent()
      Deprecated.
      Only for Jackson deserialization.
      FocusEvent​(java.lang.String componentId)  
    • Field Detail

      • componentId

        protected java.lang.String componentId
    • Constructor Detail

      • FocusEvent

        @Deprecated
        public FocusEvent()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • FocusEvent

        public FocusEvent​(java.lang.String componentId)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent