Uses of Interface
org.solovyev.android.Views.ViewProcessor

Packages that use Views.ViewProcessor
org.solovyev.android   
 

Uses of Views.ViewProcessor in org.solovyev.android
 

Methods in org.solovyev.android with parameters of type Views.ViewProcessor
static void Views.processViews(android.view.View view, Views.ViewProcessor<android.view.View> viewProcessor)
          Method runs through view and all it's children recursively and process them via viewProcessor
static
<T> void
Views.processViewsOfType(android.view.View view, Class<T> viewClass, Views.ViewProcessor<T> viewProcessor)
          Method runs through view and all it's children recursively and process all instances of viewClass via viewProcessor
 



Copyright © 2014 se.solovyev. All Rights Reserved.