public class InstanceAdapter extends Object
Constructor and Description |
---|
InstanceAdapter(String format) |
Modifier and Type | Method and Description |
---|---|
void |
setInstanceAttr0(TextView view,
String text) |
void |
setInstanceAttr1(TextView view,
String text,
String text2) |
void |
setInstanceAttr3(TextView view,
String oldText,
String text) |
void |
setInstanceAttr4(TextView view,
String oldText1,
String oldText2,
String text1,
String text2) |
static void |
setInstanceAttr6(DataBindingComponent component,
TextView view,
String text) |
void |
setInstanceAttr7(DataBindingComponent component,
TextView view,
String text) |
void |
setInstanceAttr8(TestComponent component,
TextView view,
String text,
String text2) |
public InstanceAdapter(String format)
public void setInstanceAttr4(TextView view, String oldText1, String oldText2, String text1, String text2)
public static void setInstanceAttr6(DataBindingComponent component, TextView view, String text)
public void setInstanceAttr7(DataBindingComponent component, TextView view, String text)
public void setInstanceAttr8(TestComponent component, TextView view, String text, String text2)