com.googlecode.androidannotations.validation
Class AbstractSeekBarTouchValidator
java.lang.Object
com.googlecode.androidannotations.validation.AbstractSeekBarTouchValidator
- All Implemented Interfaces:
- HasTarget, ElementValidator
- Direct Known Subclasses:
- SeekBarTouchStartValidator, SeekBarTouchStopValidator
public abstract class AbstractSeekBarTouchValidator
- extends Object
- implements ElementValidator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.googlecode.androidannotations.helper.HasTarget |
getTarget |
AbstractSeekBarTouchValidator
public AbstractSeekBarTouchValidator(ProcessingEnvironment processingEnv,
IRClass rClass)
validate
public boolean validate(Element element,
AnnotationElements validatedElements)
- Description copied from interface:
ElementValidator
- Method used to filter validated elements from annotated elements
- Specified by:
validate
in interface ElementValidator
- Parameters:
element
- the element to validatevalidatedElements
- to already validated elements
- Returns:
- true if the element should be added to the validatedElements,
false otherwise
Copyright © 2010-2013. All Rights Reserved.