Class FocusRequest


  • public class FocusRequest
    extends java.lang.Object
    DTO that describes request to focus editor on specified attribute
    • Constructor Summary

      Constructors 
      Constructor Description
      FocusRequest​(java.lang.Object object, java.lang.String qualifier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getObject()
      An item which attribute is to be focused
      java.lang.String getQualifier()
      Attribute qualifier to be focused
      • Methods inherited from class java.lang.Object

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

      • FocusRequest

        public FocusRequest​(java.lang.Object object,
                            java.lang.String qualifier)
    • Method Detail

      • getObject

        public java.lang.Object getObject()
        An item which attribute is to be focused
        Returns:
        item
      • getQualifier

        public java.lang.String getQualifier()
        Attribute qualifier to be focused
        Returns:
        qualifier