Class ModifiableViewName

    • Constructor Summary

      Constructors 
      Constructor Description
      ModifiableViewName​(java.lang.String standard, int impact, java.lang.String className)
      Views that have modifiable Values should get their name from a nearby Label.
    • 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)  
      protected boolean isTextInputWidget​(java.lang.String className)  
      • Methods inherited from class java.lang.Object

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

      • ModifiableViewName

        public ModifiableViewName​(java.lang.String standard,
                                  int impact,
                                  java.lang.String className)
        Views that have modifiable Values should get their name from a nearby Label.
        Parameters:
        className - The className of a modifiable view type.
    • 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.
      • isApplicable

        @CallSuper
        public boolean isApplicable​(com.deque.axe.android.wrappers.AxeProps axeProps)
        Overrides:
        isApplicable in class AxeRuleViewHierarchy
      • isTextInputWidget

        protected boolean isTextInputWidget​(java.lang.String className)