Class TouchSize
- java.lang.Object
-
- com.deque.axe.android.AxeRule
-
- com.deque.axe.android.AxeRuleViewHierarchy
-
- com.deque.axe.android.rules.hierarchy.base.ActiveView
-
- com.deque.axe.android.rules.hierarchy.base.TouchSize
-
- Direct Known Subclasses:
TouchSizeWcag
public abstract class TouchSize extends ActiveView
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTouchSize(java.lang.String standard, int impact, java.lang.String summary, int expectedSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollectProps(com.deque.axe.android.AxeView axeView, com.deque.axe.android.wrappers.AxeProps axeProps)Collects Props for each view.booleanisApplicable(com.deque.axe.android.wrappers.AxeProps axeProps)java.lang.StringrunRule(com.deque.axe.android.wrappers.AxeProps axeProps)returns AxeStatus.IGNORED if the view is ignored.voidsetup(com.deque.axe.android.AxeContext axeContext, com.deque.axe.android.wrappers.AxeProps axeProps)-
Methods inherited from class com.deque.axe.android.AxeRuleViewHierarchy
tearDown
-
-
-
-
Method Detail
-
setup
public void setup(com.deque.axe.android.AxeContext axeContext, com.deque.axe.android.wrappers.AxeProps axeProps)- Overrides:
setupin classAxeRuleViewHierarchy
-
collectProps
public void collectProps(com.deque.axe.android.AxeView axeView, com.deque.axe.android.wrappers.AxeProps axeProps)Description copied from class:AxeRuleViewHierarchyCollects Props for each view.- Overrides:
collectPropsin classActiveView- Parameters:
axeView- to collect props from.axeProps- to which props will be stored in.
-
runRule
public java.lang.String runRule(com.deque.axe.android.wrappers.AxeProps axeProps)
Description copied from class:AxeRuleViewHierarchyreturns AxeStatus.IGNORED if the view is ignored.- Overrides:
runRulein classAxeRuleViewHierarchy- Parameters:
axeProps- the props.- Returns:
- IGNORED or empty string.
-
isApplicable
public boolean isApplicable(com.deque.axe.android.wrappers.AxeProps axeProps)
- Overrides:
isApplicablein classActiveView
-
-