Class ViewMatcher.Single

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ViewMatcher

    private static final class ViewMatcher.Single
    extends ViewMatcher
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class<?> _view  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      Single​(java.lang.Class<?> v)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isVisibleForView​(java.lang.Class<?> activeView)  
      • Methods inherited from class java.lang.Object

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

      • _view

        private final java.lang.Class<?> _view
    • Constructor Detail

      • Single

        public Single​(java.lang.Class<?> v)
    • Method Detail

      • isVisibleForView

        public boolean isVisibleForView​(java.lang.Class<?> activeView)
        Overrides:
        isVisibleForView in class ViewMatcher