public static enum Views.Finder extends Enum<Views.Finder>
| Modifier and Type | Method and Description |
|---|---|
abstract android.view.View |
findById(Object source,
int id) |
static Views.Finder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Views.Finder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Views.Finder VIEW
public static final Views.Finder ACTIVITY
public static Views.Finder[] values()
for (Views.Finder c : Views.Finder.values()) System.out.println(c);
public static Views.Finder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic abstract android.view.View findById(Object source, int id)
Copyright © 2013 Square, Inc.. All Rights Reserved.