| Package | Description |
|---|---|
| org.solovyev.android |
| Modifier and Type | Method and Description |
|---|---|
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.