-
- All Implemented Interfaces:
-
com.chad.library.adapter.base.entity.MultiItemEntity
public interface SectionEntity implements MultiItemEntity
带头部布局的实体类接口 实体类请继承此接口;如果使用java,请使用JSectionEntity抽象类
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSectionEntity.Companion
-
Method Summary
Modifier and Type Method Description abstract BooleangetIsHeader()IntegergetItemType()-
-
Method Detail
-
getIsHeader
abstract Boolean getIsHeader()
-
getItemType
Integer getItemType()
-
-
-
-