Interface IVSRelativeReferenceFocusScope

All Known Implementing Classes:
EUILabel, EUIOutput, UILabel, UIOutput

public interface IVSRelativeReferenceFocusScope
Interface used to verify whether focus scope should be verified or not.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Checks if a particular VS reference should be verified or not.
  • Method Details Link icon

    • shouldVerify Link icon

      boolean shouldVerify(VSRelativeReference<?> ref)
      Checks if a particular VS reference should be verified or not.
      Parameters:
      ref - The reference to verify.
      Returns:
      true to perform verification, false not to.