Skip to content

Commit

Permalink
Update 6-BaseNodeAdapter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu authored Jan 5, 2020
1 parent 208201e commit f3971a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme/6-BaseNodeAdapter.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# BaseNodeAdapter

说明:继承自`BaseProviderMultiAdapter`,这是一个类似节点树功能的`Adapter`,具有展开\收起节点的功能。可以实现更自由的`Section`功能,或者树形结构,每个item都可以有自己的`Footer`
说明:
继承自`BaseProviderMultiAdapter`,这是一个类似节点树功能的`Adapter`,具有展开\收起节点的功能。可以实现更自由的`Section`功能,或者树形结构,每个item都可以有自己的`Footer`

`Adapter`中的数据类型`T`固定为`BaseNode`类,你的数据需要使用`BaseNode`进行包装。
**`Adapter`中的数据类型`T`固定为`BaseNode`类,你的数据需要使用`BaseNode`进行包装。**

如果某一个节点需要脚部,则此节点还需要实现`NodeFooterImp`接口。

Expand Down

0 comments on commit f3971a0

Please sign in to comment.