Interface IMoreClickAdapter

  • All Implemented Interfaces:

    
    public interface IMoreClickAdapter
    
                        

    Created by zwfang on 2018/4/8.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void bindView(ViewGroup viewGroup, Fragment fragment, List<IClickActions> actions) 显示底部更多点击事件布局
      abstract void hideMoreActionLayout() 隐藏底部点击事件
      abstract void setMoreActionEnable(boolean enable) 底部点击事件是否高亮
      abstract boolean isMoreActionShown() 点击按钮是否可见
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • bindView

         abstract void bindView(ViewGroup viewGroup, Fragment fragment, List<IClickActions> actions)

        显示底部更多点击事件布局

        Parameters:
        viewGroup - 父布局
        fragment - 当前fragment
        actions - 点击事件
      • setMoreActionEnable

         abstract void setMoreActionEnable(boolean enable)

        底部点击事件是否高亮

        Parameters:
        enable - 是否高亮
      • isMoreActionShown

         abstract boolean isMoreActionShown()

        点击按钮是否可见

        Returns:

        true 可见状态,false 隐藏状态