public class GuidedActionAdapterGroup extends Object
Constructor and Description |
---|
GuidedActionAdapterGroup() |
Modifier and Type | Method and Description |
---|---|
void |
addAdpter(GuidedActionAdapter adapter1,
GuidedActionAdapter adapter2) |
void |
closeIme(View v) |
void |
fillAndGoNext(GuidedActionAdapter adapter,
TextView v) |
void |
fillAndStay(GuidedActionAdapter adapter,
TextView v) |
GuidedActionAdapter |
getNextAdapter(GuidedActionAdapter adapter) |
void |
openIme(GuidedActionAdapter adapter,
GuidedActionsStylist.ViewHolder avh) |
void |
setEditListener(GuidedActionAdapter.EditListener listener) |
public void addAdpter(GuidedActionAdapter adapter1, GuidedActionAdapter adapter2)
public GuidedActionAdapter getNextAdapter(GuidedActionAdapter adapter)
public void setEditListener(GuidedActionAdapter.EditListener listener)
public void openIme(GuidedActionAdapter adapter, GuidedActionsStylist.ViewHolder avh)
public void closeIme(View v)
public void fillAndStay(GuidedActionAdapter adapter, TextView v)
public void fillAndGoNext(GuidedActionAdapter adapter, TextView v)