public abstract class WidgetGatherAdapter extends java.lang.Object implements WidgetGather
| 构造器和说明 |
|---|
WidgetGatherAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dealWith(Widget widget)
Widget需要处理的工作
|
boolean |
dealWithAllCards()
是否遍历卡片布局中的所有cards
|
public void dealWith(Widget widget)
WidgetGatherdealWith 在接口中 WidgetGatherpublic boolean dealWithAllCards()
WidgetGatherdealWithAllCards 在接口中 WidgetGather