@Deprecated
public class SugarCone
extends java.lang.Object
Scoop class to bind everything
Package: com.ftinc.scoop
Created by drew.heavner on 6/17/16.| Constructor and Description |
|---|
SugarCone()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SugarCone |
addTopping(Topping... topping)
Deprecated.
|
SugarCone |
addToppings(java.util.Collection<Topping> toppings)
Deprecated.
|
void |
bind(android.app.Activity activity)
Deprecated.
Api Methods
|
SugarCone |
bind(java.lang.Object obj,
int toppingId,
IBinding binding)
Deprecated.
|
SugarCone |
bind(java.lang.Object obj,
int toppingId,
android.view.View view)
Deprecated.
|
SugarCone |
bind(java.lang.Object obj,
int toppingId,
android.view.View view,
ColorAdapter colorAdapter)
Deprecated.
|
SugarCone |
bind(java.lang.Object obj,
int toppingId,
android.view.View view,
ColorAdapter colorAdapter,
android.view.animation.Interpolator interpolator)
Deprecated.
|
SugarCone |
bindStatusBar(android.app.Activity activity,
int toppingId)
Deprecated.
|
SugarCone |
bindStatusBar(android.app.Activity activity,
int toppingId,
android.view.animation.Interpolator interpolator)
Deprecated.
|
android.util.SparseArray<Topping> |
getToppings()
Deprecated.
|
void |
unbind(java.lang.Object obj)
Deprecated.
|
SugarCone |
update(int toppingId,
int color)
Deprecated.
|
public void bind(android.app.Activity activity)
public SugarCone bind(java.lang.Object obj, int toppingId, android.view.View view)
public SugarCone bind(java.lang.Object obj, int toppingId, android.view.View view, ColorAdapter colorAdapter)
public SugarCone bind(java.lang.Object obj, int toppingId, android.view.View view, ColorAdapter colorAdapter, android.view.animation.Interpolator interpolator)
public SugarCone bindStatusBar(android.app.Activity activity, int toppingId)
public SugarCone bindStatusBar(android.app.Activity activity, int toppingId, android.view.animation.Interpolator interpolator)
public void unbind(java.lang.Object obj)
public SugarCone update(int toppingId, int color)
public android.util.SparseArray<Topping> getToppings()