Class ActiveView

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ActiveView​(java.lang.String standard, int impact, java.lang.String summary)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void collectProps​(com.deque.axe.android.AxeView axeView, com.deque.axe.android.wrappers.AxeProps axeProps)
      Collects Props for each view.
      boolean isApplicable​(com.deque.axe.android.wrappers.AxeProps axeProps)  
      • Methods inherited from class java.lang.Object

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

      • ActiveView

        protected ActiveView​(java.lang.String standard,
                             int impact,
                             java.lang.String summary)
    • Method Detail

      • collectProps

        @CallSuper
        public void collectProps​(com.deque.axe.android.AxeView axeView,
                                 com.deque.axe.android.wrappers.AxeProps axeProps)
        Description copied from class: AxeRuleViewHierarchy
        Collects Props for each view.
        Overrides:
        collectProps in class AxeRuleViewHierarchy
        Parameters:
        axeView - to collect props from.
        axeProps - to which props will be stored in.